.modal.reader-modal{position:relative;display:flex;flex-direction:column;gap:24px;width:90%;max-width:670px;padding:15px!important;background:rgba(0,0,0,0)}.modal.reader-modal .modal__title{position:absolute;top:-60px;align-self:center;width:100%;padding:0;text-align:left;font-size:32px;color:#c7c7c7}.reader-modal-list{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:space-between;row-gap:12px;width:100%;max-height:300px}.reader-modal-list__item{display:flex;justify-content:center;align-items:center;flex:0 0 61px;width:61px;height:40px;padding:0;border-radius:6px;background:#2d2d2c}.reader-modal-list__item:hover{background:#3a3a39}.reader-modal-list__progress{font-size:16px;font-weight:700;color:#80807e}.reader-modal-list__item-number{font-size:20px;font-weight:700;line-height:20px;color:#e7e7e7}.reader-text-options{display:flex;flex-direction:column;gap:15px;width:100%}.reader-text-options__option{display:flex;flex-direction:column;gap:10px;width:100%}.reader-text-options__label{display:flex;justify-content:space-between;font-size:16px;font-weight:700;text-transform:capitalize;color:#80807e}.reader-text-options__buttons{display:flex;justify-content:space-between;gap:20px}.reader-text-options__buttons_four{justify-content:flex-start;gap:10px}.reader-text-options__button{width:100%;padding:10px 25px;border:1px solid rgba(0,0,0,0);background:var(--button-secondary-color);font-size:16px;color:#d1d1d1}.reader-text-options__button:hover{border:1px solid #f23914;background:var(--button-secondary-color)}.reader-text-options__button_active{border:1px solid #f23914}.reader-text-options__button-color{max-width:25%;padding:5px}.reader-text-options__color{width:100%;height:31px;border-radius:4px}.reader-text-options__button-text-size{padding:10px}@media(min-width:768px){.reader-text-options__button-text-size{padding:10px 25px}}.reader-text-options__separator{width:100%;height:1px;border-top:1px solid #80807e}.reader-text-options__line-spacing_large,.reader-text-options__line-spacing_medium,.reader-text-options__line-spacing_normal{width:100%;height:10px;border-top:1px solid #d1d1d1;border-bottom:1px solid #d1d1d1}.reader-text-options__line-spacing_medium{height:15px}.reader-text-options__line-spacing_large{border-width:2px;height:22px}.reader-text-options__alignment{display:flex;gap:10px}.reader-text-options__alignment-button{display:flex;border-radius:3px;border:1px solid rgba(0,0,0,0)}.reader-text-options__alignment-button_active{border-color:#f23914}.reader-manage-book{gap:12px}.reader,.reader-manage-book{display:flex;flex-direction:column;width:100%}.reader{height:100dvh;overflow:hidden;background:rgba(0,0,0,.91);padding:12px 16px 0}@media(min-width:768px){.reader{padding:20px 24px 0}}@media(min-width:992px){.reader{padding:30px 50px 20px}}.reader .modal-wrapper,.reader_embedded{background:rgba(0,0,0,0)}.reader_embedded{height:auto;min-height:100%;padding:0}@media(min-width:992px){.reader_embedded{padding:24px 28px 28px}}.reader_embedded .chapter-view{height:min(72vh,920px);padding:24px 0 40px}.reader_embedded .chapter-view-controls{padding-bottom:0}.reader__line-spacing_medium .chapter-view__text{line-height:1.5em}.reader__line-spacing_large .chapter-view__text{line-height:2em}.reader__alignment_justify .chapter-view__text{text-align:justify}.chapter-view-header{position:fixed;top:0;left:0;z-index:1;display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px 12px 0 16px;background:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none}.chapter-view-header__titles{display:flex;flex-direction:column;flex:1 1 auto;width:auto;min-width:0}.chapter-view-header__logo{width:100%;max-width:210px;height:31px;object-fit:contain;object-position:left}.chapter-view-header__actions{display:flex;align-items:center;justify-content:space-between;gap:16px;height:-moz-fit-content;height:fit-content;border-radius:15px}.chapter-view-header__actions button{display:flex;align-items:center;gap:10px;text-transform:uppercase;font-size:18px;color:#e7e7e7}.chapter-view-header__actions img,.chapter-view-header__actions svg{width:24px;height:24px}.chapter-view-header__favorite{padding:0;background:rgba(0,0,0,0)}.chapter-view-header__favorite svg{width:24px;height:24px}.chapter-view-header__meta{display:flex;align-items:center;gap:14px;min-width:0}.chapter-view-header__page{flex-shrink:0;font-size:12px;font-weight:400;line-height:18px;color:#e7e7e7;white-space:nowrap}.chapter-view-header_embedded{position:static;gap:20px;width:100%;padding:0;background:rgba(0,0,0,0);-webkit-backdrop-filter:none;backdrop-filter:none}@media(min-width:768px){.chapter-view-header{padding:18px 20px 0}}@media(min-width:992px){.chapter-view-header{position:static;display:flex;gap:20px;height:80px;padding:0 0 10px;background:rgba(0,0,0,0)}}.chapter-view-shell{display:flex;flex-direction:column;height:100%;padding-top:45px}.chapter-view-shell_embedded{overflow:hidden;padding:0 24px 24px;border-radius:10px;background:#000}@media(min-width:992px){.chapter-view-shell_embedded{border:2px solid #666}}.chapter-view{position:relative;display:flex;align-items:flex-start;overflow:hidden;touch-action:pan-y;height:calc(100dvh - 126px);padding:18px 0;border-radius:12px}.chapter-view:before{content:"";position:absolute;inset:0;z-index:0;padding:1px;border-radius:12px;background:linear-gradient(0deg,var(--first-gradient-color) 0,var(--second-gradient-color) 100%);pointer-events:none;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@media(min-width:768px){.chapter-view{height:calc(100dvh - 132px)}}@media(min-width:992px){.chapter-view{height:calc(100vh - 30px - 80px - 94px);padding:30px 0 50px;border-top:1px solid #262626}}.chapter-view-shell_embedded .chapter-view:before{display:none}.chapter-view__content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;height:100%;padding:0 18px;box-sizing:border-box;transition:transform .3s ease;will-change:transform}.chapter-view__title{display:flex;gap:15px;padding-bottom:30px}.chapter-view__title>*{margin-bottom:0}.chapter-view__title h3{overflow:hidden;width:100%;min-width:0;margin:0;font-size:20px;font-weight:700;line-height:24px;color:#e7e7e7;text-overflow:ellipsis}.chapter-view__text{flex-grow:2;-webkit-user-select:text;-moz-user-select:text;user-select:text;pointer-events:none;font-size:16px;line-height:25px;color:#e7e7e7}.chapter-view-controls{position:relative;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;width:100%;max-width:100%;padding:8px 12px 10px;margin:0;border-top:0;background:rgba(0,0,0,0)}.chapter-view-controls__desktop-layout{display:none}.chapter-view-controls__mobile-row{display:flex;align-items:center;justify-content:center;gap:0;width:100%}.chapter-view-controls__mobile-page{margin-top:8px;font-size:12px;font-weight:400;line-height:18px;color:#e7e7e7;text-align:center}@media(min-width:768px){.chapter-view-controls{padding:8px 24px 10px}}@media(min-width:992px){.chapter-view-controls{margin:0;padding:30px 0 20px;width:100%;background:rgba(0,0,0,0)}.chapter-view-controls__desktop-layout{display:flex;flex-direction:column;align-items:center;width:100%}.chapter-view-controls__mobile-page,.chapter-view-controls__mobile-row{display:none}}.chapter-view-controls__progress-bar{display:flex;align-items:center;justify-content:center;width:275px;max-width:100%;min-height:12px;border-radius:15px}.chapter-view-controls__progress-line{overflow:hidden;width:100%;height:2px;border-radius:9px;background:#666;cursor:pointer}.chapter-view-controls__progress{height:100%;background:linear-gradient(180deg,#ff9100 12.5%,#f23914 31%,#ef2820 79.96%,#e1118a 121.31%)}.chapter-view-controls__buttons{display:flex;justify-content:space-between;width:100%}.chapter-view-controls__button{display:flex;align-items:center;justify-content:center;gap:10px;padding:0 10px;border-radius:10px;font-size:18px;text-transform:uppercase;color:#d1d1d1}.chapter-view-controls__button:disabled{cursor:default;opacity:.5}