body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html,body{--background: #202020;--background2: #101010;--foreground: #303030;--foreground2: #404040;--accent: #ff00fb;--accent-muted: #c800c520;--accent-glow: #ff00fbaa;--glow: 0 15px 30px -10px rgba(0, 0, 0, .8), 0 0 15px var(--accent-glow);--text: white;--text-muted: #ffffff80;--danger: orangered;--success: #080;background-color:var(--background2);overflow:hidden}._App_1yfh7_22{color:var(--text);display:grid;grid-template-areas:"nav main";grid-template-columns:250px auto;width:100vw;min-height:100vh;min-height:100dvh}._header_1yfh7_32{background-color:#282c34;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}._logo_1yfh7_44{font-size:1.5em;font-weight:700;font-family:"monospace";margin:10px}nav{grid-area:nav;background-color:var(--background2)}main{grid-area:main;overflow-y:scroll;max-height:100vh;max-height:100dvh;overflow-y:auto;background-color:var(--background)}nav>ul{list-style:none;padding:0;margin:0}._navItem_1yfh7_71>svg{margin-right:5px;width:24px;height:24px}._navItem_1yfh7_71{display:flex;flex-direction:row;align-items:center;padding:8px;margin:0;cursor:pointer;color:var(--text-muted);text-decoration:none;transition:all .25s}._navItem_1yfh7_71:hover{color:var(--text);background-color:#ffffff26}._navItem_1yfh7_71[data-active=true]{background-color:var(--accent-muted);color:var(--accent)}input{background-color:var(--foreground);border:none;border-radius:5px;padding:8px;color:var(--text);border:1px solid var(--foreground2);height:22px;transition:all .25s}input:active,input:focus{outline:none;border:1px solid var(--accent);box-shadow:var(--glow)}input:disabled,button:disabled{opacity:.7;cursor:not-allowed}button:disabled:hover{filter:none}select,button{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--foreground);border:none;color:var(--text);border-radius:5px;padding:8px;cursor:pointer;height:40px;min-width:40px;border:1px solid var(--foreground2);transition:all .25s}select:focus{border:1px solid var(--accent);box-shadow:var(--glow)}button:hover:not(:disabled){filter:brightness(1.2);border:1px solid var(--accent);box-shadow:var(--glow)}._navToggle_1yfh7_161{display:none;padding:0;background-color:transparent}._navToggle_1yfh7_161>*{width:40px;height:40px}@media only screen and (max-width:46.875em){._App_1yfh7_22{grid-template-areas:"main";grid-template-columns:auto}nav{display:none;z-index:10;grid-area:main}nav[data-active=true]{display:block}._navToggle_1yfh7_161{display:flex}button,select,._navItem_1yfh7_71{padding:15px;min-width:50px;height:50px}input{padding:15px;height:18px}}._page_4d1h5_1{display:flex;flex-direction:column;padding:20px;gap:10px}._filters_4d1h5_8{display:flex;flex-direction:row;gap:10px}._filters_4d1h5_8>div{display:flex;flex-direction:column;min-width:150px;gap:5px}._navigation_4d1h5_21{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}._navigation_4d1h5_21:first-child{margin-bottom:10px}._navigation_4d1h5_21:last-child{margin-top:10px}._results_4d1h5_37{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}@media only screen and (max-width:46.875em){._filters_4d1h5_8{flex-direction:column}._results_4d1h5_37{grid-template-columns:1fr}}._item_1hgs1_1{display:flex;flex-direction:column;align-items:center;padding:0}._item_1hgs1_1 ._inner_1hgs1_8{display:flex;flex-direction:column;align-items:center;background-color:var(--foreground);border-radius:5px;cursor:pointer;color:var(--text);text-decoration:none;overflow:hidden;border:1px solid var(--foreground2);flex-grow:1;width:100%;transition:all .25s}._item_1hgs1_1 ._thumbnail_1hgs1_27{aspect-ratio:2/3;display:flex;flex-direction:column;justify-content:center;width:100%;max-height:500px;overflow:hidden;background-color:#111}._item_1hgs1_1 ._thumbnail_1hgs1_27>img{width:100%;justify-self:center}._item_1hgs1_1:hover ._inner_1hgs1_8{background-color:var(--foreground2);border:1px solid var(--accent);transform:translateY(-5px);box-shadow:var(--glow)}._item_1hgs1_1 ._name_1hgs1_50{text-align:center;padding:10px}._item_1hgs1_1 ._space_1hgs1_55{flex-grow:1}@media only screen and (max-width:46.875em){._item_1hgs1_1>img{width:85%;max-height:unset}}._box_eqath_1{width:auto}._searchBox_eqath_5{position:relative;margin-bottom:5px;display:flex;flex-direction:column}._suggestions_eqath_12{background-color:var(--foreground);position:absolute;top:calc(100% + 5px);left:0;min-width:100%;width:max-content;z-index:2;border-radius:5px;border:1px solid var(--accent);max-height:75vh;overflow-y:auto}._suggestions_eqath_12>div{padding:8px;border-radius:5px}._suggestions_eqath_12>div:hover{cursor:pointer;background-color:#ffffff26}._selections_eqath_36{display:flex;flex-direction:row;gap:5px;flex-wrap:wrap}._selection_eqath_36{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:5px;background-color:var(--foreground);border-radius:5px}._selection_eqath_36>span{padding:8px}@media only screen and (max-width:46.875em){._suggestions_eqath_12>div{padding:15px}}._page_1s2ca_1{display:flex;flex-direction:column;padding:20px;gap:10px}._navigation_1s2ca_8{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}._navigation_1s2ca_8:first-child{margin-bottom:10px}._navigation_1s2ca_8:last-child{margin-top:10px}._results_1s2ca_24{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}@media only screen and (max-width:46.875em){._results_1s2ca_24{grid-template-columns:auto}}@property --offset{syntax: "<number>"; initial-value: 0; inherits: false;}._page_ew6o8_7{padding:10px;max-width:800px}._downloadList_ew6o8_12{display:flex;flex-direction:column;gap:5px}._item_rsejd_1{display:flex;flex-direction:column;gap:10px;background-color:var(--foreground);padding:8px;border-radius:5px}._progress_rsejd_10{background-color:var(--foreground2)}._progress_rsejd_10>div{background:linear-gradient(to right,#08d,#0cf,#08d);background-size:400px 1px;height:10px;animation:_bg_rsejd_1 2s linear infinite}._progress_rsejd_10[data-state=FINISHED]>div{background:#32cd32}._progress_rsejd_10[data-state=ERRORED]>div{background:#ff4500}._progressInner_rsejd_29{transition:all 1s linear}@keyframes _bg_rsejd_1{0%{background-position:0px 0%}50%{background-position:200px 0%}to{background-position:400px 0%}}._page_64538_1{padding:10px}._animeInfo_64538_5{background-color:var(--foreground);margin-top:10px;padding:10px;border-radius:5px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"title title" "cover description"}._animeTitle_64538_18{grid-area:title;text-align:center;font-weight:700;font-size:1.5em}._animeCover_64538_25{grid-area:cover;max-height:40vh}._animeDescription_64538_30{grid-area:description;padding-left:10px}._episodes_64538_35{background-color:var(--foreground);margin-top:10px;border-radius:5px;padding:10px}._episodes_64538_35>summary{cursor:pointer}._episodesDetail_64538_46{display:flex;flex-direction:column;padding-top:10px}._episode_64538_35{background-color:var(--foreground2);border-radius:5px;margin-top:10px;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media only screen and (max-width:46.875em){._episodes_64538_35,._episode_64538_35{padding:15px}}._login_1hdrg_1{position:absolute;top:50%;left:50%;width:300px;transform:translate(-50%,-50%);display:flex;flex-direction:column;background-color:var(--background);border-radius:5px;padding:10px;gap:5px}._login_1hdrg_1>span{text-align:center}._toggleText_1hdrg_20{cursor:pointer;color:gray;text-align:center}._page_1gjad_1{padding:10px}._animeInfo_1gjad_5{background-color:var(--foreground);margin-top:10px;padding:10px;border-radius:5px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"title title" "cover description"}._animeTitle_1gjad_17{grid-area:title;text-align:center;font-weight:700;font-size:1.5em}._animeCover_1gjad_24{grid-area:cover;max-height:40vh}._animeDescription_1gjad_29{grid-area:description;padding-left:10px}._episodes_1gjad_34{background-color:var(--foreground);margin-top:10px;border-radius:5px;padding:10px}._episodes_1gjad_34>summary{cursor:pointer}._episodesDetail_1gjad_45{display:flex;flex-direction:column;padding-top:10px}._episode_1gjad_34{background-color:var(--foreground2);border-radius:5px;margin-top:10px;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media only screen and (max-width:46.875em){._animeInfo_1gjad_5{grid-template-columns:1fr;grid-template-areas:"title" "cover" "description"}._animeDescription_1gjad_29{padding-left:0;padding-top:10px}}._page_1pteg_1{padding:10px}._title_1pteg_5{font-weight:700;font-size:1.5em;margin-bottom:10px}._player_1pteg_11{max-width:min(1080px,100%);display:flex;flex-direction:column;gap:5px}._video_1pteg_18{width:100%}._infoBox_1pteg_22{background-color:var(--foreground);border-radius:5px;padding:10px;display:flex;flex-direction:column;gap:10px}._infoBox_1pteg_22 button{background-color:var(--foreground2)}._infoBoxHeader_1pteg_35{font-weight:700;display:block}._syncControls_1pteg_40{display:flex;flex-direction:row;align-items:center;gap:10px}._episodesDetail_1pteg_47{display:flex;flex-direction:column;gap:10px}._episode_1pteg_47{background-color:var(--foreground2);border-radius:5px;padding:8px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}._episode_1pteg_47[data-active=true]{background-color:var(--accent-muted);border-color:var(--accent)}@media only screen and (max-width:46.875em){._video_1pteg_18{max-width:100%}}._dialogContainer_18mqv_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:10}._dialog_18mqv_1{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:var(--background);padding:10px;border-radius:5px;min-width:200px}._dialogTitle_18mqv_23{font-weight:700;font-size:1.2em}._dialogText_18mqv_28{margin-top:10px;margin-bottom:10px;white-space:pre-wrap}._dialogButtons_18mqv_34{display:flex;justify-content:end;gap:5px}._dangerButton_18mqv_40{background-color:var(--danger)}._successButton_18mqv_44{background-color:var(--success)}
