.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-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-content{flex:1;position:relative;overflow:hidden}.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}}
