.page_principal__omDTD{width:100%;height:100%;display:grid;grid-template-areas:"history controls";grid-template-columns:5fr 3fr;grid-gap:.5em;gap:.5em;padding:2em}.page_principal__omDTD .page_history__GBeEl{grid-area:history;position:relative;width:100%;min-height:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;gap:2em}.page_principal__omDTD .page_history__GBeEl h1{font-size:1.5em;font-weight:600}.page_principal__omDTD .page_history__GBeEl ul{width:100%;height:100%;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:.75em;gap:.75em}@media screen and (max-width:768px){.page_principal__omDTD{grid-template-areas:"controls" "history";grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:.5em;padding:2em}}@media screen and (max-width:576px){.page_principal__omDTD{padding:2em 1em}}.HistoryControls_controls__I2jOf{grid-area:controls;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1em;padding:2em}.HistoryControls_search__ctuD5{width:100%;position:relative;display:grid;grid-template-columns:1fr auto auto;grid-template-rows:1fr;border:1px solid var(--_navbar-link-color);border-radius:10px}.HistoryControls_search__ctuD5>input{height:100%;width:100%;padding:.75em;border:0;outline:0;border-radius:10px}.HistoryControls_search__ctuD5:has(>input:focus){outline:1px solid var(--_text-color)}.HistoryControls_search__ctuD5 .HistoryControls_buttons__gJYUC{height:100%;display:flex;align-items:center;justify-content:center;gap:.5em;padding-right:.5em}.HistoryControls_search__ctuD5 .HistoryControls_notClickable__Gf15j{-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;position:absolute;right:0;top:0}.HistoryControls_search__ctuD5 .HistoryControls_buttons__gJYUC>button{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;border:0;border-radius:10px;outline:0;background-color:transparent}.HistoryControls_search__ctuD5 .HistoryControls_buttons__gJYUC>.HistoryControls_clean__89XLw{opacity:.6}.HistoryControls_search__ctuD5 .HistoryControls_buttons__gJYUC>.HistoryControls_clean__89XLw:hover{opacity:1}.HistoryControls_search__ctuD5 .HistoryControls_buttons__gJYUC>button>svg{width:20px;height:20px}.HistoryControls_search__ctuD5>input:not(:focus)+button>svg{--_text-color:var(--_navbar-link-color)}.HistoryControls_close__rXJ7I{position:absolute;top:0;right:0;padding:.3em;background-color:transparent;border:0;background-color:rgba(0,0,0,.7);border-radius:50%;margin:10px}.HistoryControls_close__rXJ7I svg{width:1.5em;height:1.5em}.HistoryControls_controls__I2jOf>button{width:100%;background-color:transparent;border:0;border-radius:10px;padding:1em;display:flex;align-items:center;gap:.5em}.HistoryControls_controls__I2jOf>button svg{width:1.2em;height:1.2em}.HistoryControls_controls__I2jOf>button:hover{background-color:var(--_navbar-option-hover-background)}@media screen and (max-width:992px){.HistoryControls_controls__I2jOf{padding:2em 1em}}.Skeletons_skeletonLoading__S7Bwv{background:linear-gradient(90deg,var(--_skeleton-color) 25%,var(--_skeleton-shadow-color) 50%,var(--_skeleton-color) 75%);background-size:200% 100%;animation:Skeletons_skeletonAnimation__NDBaX 5s linear infinite;border-radius:10px}@keyframes Skeletons_skeletonAnimation__NDBaX{0%{background-position:200% 0}to{background-position:-200% 0}}.WorkCardFilterSkeleton_skeleton__K_tqY{--_max-cover-width:var(--max-cover-width,8em);--_aspect-ratio:var(--aspect-ratio,10/14);width:100%;display:grid;grid-template-areas:"img details";grid-template-columns:minmax(auto,var(--_max-cover-width)) 1fr;grid-auto-rows:1fr;grid-gap:.5em;gap:.5em}.WorkCardFilterSkeleton_img__WGmwd{grid-area:img;aspect-ratio:var(--_aspect-ratio);width:100%;height:100%}.WorkCardFilterSkeleton_details__eznYG{font-size:.9em;grid-area:details;width:100%;height:100%;display:flex;flex-direction:column;gap:.75em;padding-top:.5em}@media screen and (max-width:576px){.WorkCardFilterSkeleton_skeleton__K_tqY{--max-cover-width:8em}.WorkCardFilterSkeleton_details__eznYG{font-size:.8em}.WorkCardFilterSkeleton_hiddenOnMobile__uDInj{display:none}}@media screen and (max-width:370px){.WorkCardFilterSkeleton_skeleton__K_tqY{--max-cover-width:7em}}.WorkCardGenres_genresContainer__Gic8W{width:100%;display:flex;flex-direction:row;font-size:.9em}.WorkCardGenres_genres__yArJ1>span{font-weight:600;align-self:center}.WorkCardGenres_genres__yArJ1 .WorkCardGenres_more__2UxSA{position:relative;cursor:pointer;color:var(--_link-primary-text-color)}.WorkCardGenres_genres__yArJ1{--card-hashtags-gap:5px;width:max-content;display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--card-hashtags-gap);list-style:none}.WorkCardGenres_genres__yArJ1>li{font-size:.8em;color:var(--_text-color);border:1px solid var(--_text-color);border-radius:10px;padding:.5em;display:flex;align-items:center;justify-content:center;text-wrap:nowrap;cursor:pointer}.WorkCardGenres_genresTags__C_hfO:hover,.WorkCardGenres_more__2UxSA:hover .WorkCardGenres_genresTags__C_hfO{display:block}.WorkCardGenres_genresTags__C_hfO{cursor:text;z-index:10;position:absolute;top:100%;right:0;display:none;color:var(--_text-color);background:var(--_contrast-background);padding:1em}.WorkCardGenres_genresTags__C_hfO>ul{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1em;list-style:none}.WorkCardGenres_genresTags__C_hfO>ul>li{display:flex;width:max-content}@media screen and (max-width:370px){.WorkCardGenres_genres__yArJ1{--card-hashtags-gap:0}.WorkCardGenres_genres__yArJ1>li{border:0;padding:.3em}.WorkCardGenres_genres__yArJ1>li:after{content:",";color:var(--_text-color)}.WorkCardGenres_genres__yArJ1>li:last-child:after{content:""}.WorkCardGenres_genres__yArJ1>span{margin-right:3px}}.Aside_aside__BgxX0{grid-area:aside;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-left:1px solid var(--_text-color)}.Aside_aside__BgxX0>hr{width:calc(100% - 2em);margin:1em 0 .5em;height:1px;background-color:var(--_text-color)}.Aside_aside__BgxX0>.Aside_skeleton__WTSsQ{width:100%;min-height:15em;height:100%;flex:1 1;display:flex;align-items:center;justify-content:center}@media screen and (max-width:992px){.Aside_aside__BgxX0{padding:3em 0;border-left:0}}@media screen and (max-width:576px){.Aside_aside__BgxX0{font-size:.9em}}.BasicSection_section__x0crv{width:100%;display:flex;flex-direction:column;gap:1em;padding:1em}.BasicSection_section__x0crv>h1{width:100%;font-size:1.8em;font-weight:600;margin-bottom:.5em}.BasicSection_section__x0crv>ul{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5em}.BasicSection_section__x0crv>ul>a{padding:.6em;border:1px solid var(--_text-color);border-radius:10px;cursor:pointer}.BasicSection_section__x0crv>ul>.BasicSection_selected__mP1dk{background-color:var(--_button-primary-background);color:var(--_button-primary-text-color);border:0}.BasicSection_section__x0crv>ul>a:hover{background-color:var(--_button-secondary-hover-background)}.BasicSection_section__x0crv>ul>.BasicSection_selected__mP1dk:hover{background-color:var(--_button-primary-background)}.WorkCardUserFollowsCarousel_carouselItem__QAJMS{position:relative;aspect-ratio:10/14;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;background-color:var(--_skeleton-color)}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_imgLink__F7B99{flex-grow:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:0;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.WorkCardUserFollowsCarousel_carouselItem__QAJMS img{width:100%;height:100%;object-fit:cover;border-radius:10px}.WorkCardUserFollowsCarousel_carouselItemSkeleton__yoWjt{width:10em;height:100%;background-color:var(--_skeleton-color)}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_date__eavFS{font-size:.65em;position:absolute;top:0;right:0;padding:.4em;color:white;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-left-radius:10px;border-bottom-right-radius:10px}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_bottom__p2tL_{font-size:.9em;position:absolute;bottom:0;left:0;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2em .5em .5em;gap:.3em;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background:linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,.6) 60%,rgba(0,0,0,0));color:white}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_bottom__p2tL_>.WorkCardUserFollowsCarousel_name__JBEKq{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;font-size:1em;font-weight:600}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_bottom__p2tL_>.WorkCardUserFollowsCarousel_chapter__AKHHC{font-size:.9em}@media screen and (max-width:576px){.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_genre__P2zy1{padding:.6em}.WorkCardUserFollowsCarousel_carouselItem__QAJMS .WorkCardUserFollowsCarousel_genre__P2zy1 svg{width:18px;height:18px}}.Chapters_chapters__uC_H8{grid-area:chapters;width:100%;display:flex;flex-direction:column;gap:1em}.Chapters_chaptersHeader__DBwgK{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.Chapters_chapters__uC_H8 .Chapters_tableWrapper__uVhBL{border:1px solid var(--_text-color);border-radius:5px;overflow:hidden}.Chapters_chapters__uC_H8 table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto;display:block;max-height:32em;overflow-y:auto}.Chapters_chapters__uC_H8 table::-webkit-scrollbar{width:5px}.Chapters_chapters__uC_H8 table::-webkit-scrollbar-thumb{border-radius:10px}.Chapters_chapters__uC_H8 table::-webkit-scrollbar-thumb:hover{background-color:var(--_scrollbar-thumb-color)}.Chapters_chapters__uC_H8 table>thead{position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:var(--_table-header-background);color:var(--_table-header-text-color)}.Chapters_chapters__uC_H8 table>thead>tr th{padding:1em;text-align:center;border-bottom:1px solid var(--_text-color)}.Chapters_chapters__uC_H8 table>thead>tr .Chapters_chaptersColumnTitle__cCqac{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.5em}.Chapters_chapters__uC_H8 table>thead>tr .Chapters_chaptersColumnTitle__cCqac>button,.Chapters_chapters__uC_H8 table>thead>tr .Chapters_chaptersColumnTitle__cCqac>span{display:inline-flex;align-items:center;justify-content:center;height:100%}.Chapters_chapters__uC_H8 table>thead>tr .Chapters_chaptersColumnTitle__cCqac>button{outline:none;border:0;background-color:transparent;cursor:pointer}.Chapters_chapters__uC_H8 table>thead>tr th:first-child{text-align:left}.Chapters_chapters__uC_H8 table td:first-child,.Chapters_chapters__uC_H8 table th:first-child{width:100%}.Chapters_chapters__uC_H8 table td:nth-child(2),.Chapters_chapters__uC_H8 table td:nth-child(3),.Chapters_chapters__uC_H8 table th:nth-child(2),.Chapters_chapters__uC_H8 table th:nth-child(3){white-space:nowrap;width:auto;border-left:1px solid var(--_text-color)}.Chapters_chapters__uC_H8 table>tbody{position:relative}.Chapters_chapters__uC_H8 table>tbody>tr{border-bottom:1px solid var(--_text-color)}.Chapters_chapters__uC_H8 table>tbody>tr>td{font-size:.75em;padding:.7em;text-align:center}.Chapters_chapters__uC_H8 table>tbody>tr>td:first-child{font-size:.9em;text-align:left}.Chapters_chapters__uC_H8 table>tbody>tr:nth-child(odd){background-color:var(--_table-odd-background)}.Chapters_chapters__uC_H8 table>tbody>tr:nth-child(2n){background-color:var(--_table-even-background)}.Chapters_chapters__uC_H8 table>tbody>tr>td>a{display:block;width:100%;text-decoration:none;color:var(--_text-color)}.Chapters_chapters__uC_H8 table>tbody>tr>td>a:hover{text-decoration:underline}.Chapters_selectRangeButton__BG0fq{font-size:.9em;background-color:transparent;border:1px solid var(--_text-color);align-items:center;gap:.5em;width:-moz-fit-content;width:fit-content}.Chapters_modal__hOzmf,.Chapters_selectRangeButton__BG0fq{border-radius:10px;padding:.5em 1em;color:var(--_text-color);display:flex}.Chapters_modal__hOzmf{position:relative;background-color:var(--_background);flex-direction:column;gap:.75em}.Chapters_modal__hOzmf .Chapters_closeButton__ZoMfh{position:absolute;top:1em;right:1em;background-color:transparent;border:0;cursor:pointer}.Chapters_modal__hOzmf h2{font-size:1.2em;font-weight:600}.Chapters_modalContent__C5y_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em}.Chapters_modalContent__C5y_1 input{max-width:5em;width:100%;padding:.5em;border:1px solid var(--_text-color);border-radius:5px}.Chapters_applyButton__IWGqq{width:100%;background-color:transparent;border:1px solid var(--_text-color);border-radius:10px;padding:.5em 1em;color:var(--_text-color);display:flex;align-items:center;justify-content:center;gap:.5em}.Chapters_resetButtonContainer__t_s1x{width:100%;font-size:.8em;display:flex;align-items:center;justify-content:center}.Chapters_resetButton___mk5M{background-color:transparent;border:0;outline:0;color:var(--_text-color);display:flex;align-items:center;text-align:center}.Chapters_resetButton___mk5M:focus,.Chapters_resetButton___mk5M:hover{outline:0}@media screen and (max-width:576px){.Chapters_chapters__uC_H8 table>tbody>tr>td{font-size:.65em}.Chapters_chapters__uC_H8 table>tbody>tr>td:first-child{font-size:.9em}.Chapters_selectRangeButton__BG0fq{font-size:.85em;padding:.25em .75em}}@media screen and (max-width:356px){.Chapters_chapters__uC_H8{font-size:.85em}}.ListOfWorks_dropBox__WpYb3{--drop-box-padding:.4em;display:flex;align-items:center;justify-content:center;padding:var(--drop-box-padding)}.ListOfWorks_draggedElement__5s1Oz,.ListOfWorks_dropBox__WpYb3{position:relative;height:100%;width:100%}.ListOfWorks_dragButtonWrapper__IZaXN{cursor:-webkit-grab;cursor:grab;touch-action:none;position:absolute;height:-moz-fit-content!important;height:fit-content!important;top:-.4em;left:-.4em;border:0}.ListOfWorks_dragButtonWrapper__IZaXN,.ListOfWorks_dragButton__a1jgp{width:-moz-fit-content;width:fit-content;background-color:transparent}.ListOfWorks_dragButton__a1jgp{height:-moz-fit-content;height:fit-content;display:flex;align-items:center;justify-content:center;padding:1.4em .6em 0}.ListOfWorks_dragButton__a1jgp>svg{transform:translateY(-.6em);width:1.45em;height:1.45em;margin-left:.3em}.WorkCardList_work__YgxdO{--aspect-ratio:10/14;width:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:var(--aspect-ratio)}.WorkCardList_work__YgxdO .WorkCardList_imgLink__yvg4X{display:grid;grid-template-areas:"header" "image";grid-template-rows:auto 1fr;grid-template-columns:auto;grid-auto-columns:1fr;align-items:center;justify-content:center;width:100%;height:100%;background-color:var(--_skeleton-color);border-radius:10px;overflow:hidden}.WorkCardList_work__YgxdO .WorkCardList_imageWrapper__P4BiQ{grid-area:image;aspect-ratio:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.WorkCardList_work__YgxdO img{width:100%;height:100%;object-fit:cover}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf{grid-area:header;position:relative;width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:.5em;background-color:var(--_button-primary-background);color:var(--_button-primary-text-color)}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf span{display:block;width:-moz-fit-content;width:fit-content;max-width:100%;text-transform:uppercase;text-overflow:ellipsis;text-wrap:nowrap;text-align:center}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf>button{height:100%;border:0;background-color:transparent;display:flex;align-items:center;justify-content:center}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf>button dialog li{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.5em;padding:.5em 2em .5em .5em}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf>button dialog li span{min-width:-moz-fit-content;min-width:fit-content;width:100%;text-align:left}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf>button dialog li svg{max-width:-moz-fit-content;max-width:fit-content;width:1.5em;height:1.5em}.WorkCardList_work__YgxdO .WorkCardList_top__UsGrj{position:absolute;top:0;left:0;font-size:.8em;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:white}.WorkCardList_work__YgxdO .WorkCardList_top__UsGrj>.WorkCardList_rating__Jn7nh,.WorkCardList_work__YgxdO .WorkCardList_top__UsGrj>.WorkCardList_type__hhba3{padding:.3em;background-color:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-right-radius:10px;border-bottom-left-radius:10px}.WorkCardList_work__YgxdO .WorkCardList_bottom__UsJ0v{position:absolute;bottom:0;left:0;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2em .5em .5em;gap:.3em;background:linear-gradient(0deg,rgba(0,0,0,1),rgba(0,0,0,.6) 60%,rgba(0,0,0,0));color:white}.WorkCardList_work__YgxdO .WorkCardList_bottom__UsJ0v>.WorkCardList_name__P_9Ns{width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:center;font-size:1em;font-weight:600}.WorkCardList_work__YgxdO .WorkCardList_bottom__UsJ0v>.WorkCardList_chapters__31884{font-size:.8em}.WorkCardList_work__YgxdO .WorkCardList_demography__qoHZf>button>span>svg{width:17px;height:17px;margin-right:.3em}