.reader-container{background-color:#fcfcfc;flex-direction:column;width:100vw;height:100vh;transition:background-color .3s;display:flex;overflow:hidden}.reader-container.theme-dark{background-color:#121212}.reader-header{border-bottom:1px solid var(--border);height:60px;box-shadow:var(--shadow-sm);z-index:10;background-color:#fff;justify-content:space-between;align-items:center;padding:0 1.5rem;transition:all .3s;display:flex}.theme-dark .reader-header{color:#fff;background-color:#1e1e1e;border-bottom-color:#333}.reader-back-btn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;align-items:center;gap:.5rem;padding:.5rem;font-weight:500;transition:background-color .2s;display:flex}.theme-dark .reader-back-btn{color:#a1a1aa}.reader-back-btn:hover{background-color:var(--surface-hover)}.theme-dark .reader-back-btn:hover{background-color:#333}.reader-title{white-space:nowrap;text-overflow:ellipsis;text-align:center;max-width:50vw;font-size:1.1rem;font-weight:600;overflow:hidden}.reader-title-block{flex-direction:column;flex:1;align-items:center;min-width:0;padding:0 1rem;display:flex}.reader-save-status{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem}.reader-author{max-width:50vw;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.theme-dark .reader-save-status,.theme-dark .reader-author{color:#a1a1aa}.reader-actions{gap:1rem;display:flex}.reader-theme-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.theme-dark .reader-theme-btn{color:#a1a1aa}.reader-theme-btn:hover{background-color:var(--surface-hover);color:var(--accent)}.theme-dark .reader-theme-btn:hover{color:#fff;background-color:#333}.reader-action-btn{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:.35rem .6rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.reader-action-btn:hover{background:var(--surface-hover);color:var(--accent);border-color:var(--accent)}.theme-dark .reader-action-btn{color:#e0e0e0;border-color:#444}.theme-dark .reader-action-btn:hover{color:#fff;background:#333;border-color:#888}.reader-content{background-color:#0000;flex:1;position:relative;overflow:hidden}.reader-content>div,.reader-content>div>div,.reader-content>div>div>div{background-color:#fcfcfc!important}.theme-dark .reader-content>div,.theme-dark .reader-content>div>div,.theme-dark .reader-content>div>div>div{background-color:#121212!important}.reader-content button{transition:color .2s;color:var(--text-secondary)!important}.reader-content button:hover{color:var(--accent)!important}.theme-dark .reader-content button{color:#666!important}.theme-dark .reader-content button:hover{color:#fff!important}.reader-loading{height:100vh;color:var(--accent);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.reader-loading p{color:var(--text-secondary);font-weight:500}@media (max-width:768px){.reader-content>div>div>div:first-child>div:nth-child(2){display:none!important}.reader-content>div>div>div:first-child>div:first-child{width:100%!important;max-width:100%!important}.reader-title-block{display:none!important}}
