.Accordion_main___r9uv{position:relative;display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #f6f6f6;cursor:pointer}.Accordion_title__6_gVM{font-size:16px;color:#5c5c5c;font-weight:700;line-height:24px}@media(max-width:800px){.Accordion_title__6_gVM{font-size:14px;line-height:21px}}.Accordion_arrow__B8lW9{transition:.2s}.Accordion_body___UQjM{position:relative;width:100%;overflow:hidden;transition:.2s}.Accordion_content__iHzyU{color:#232323;font-size:14px;line-height:24px;padding:15px 0}.Accordion_content__iHzyU a{color:#45caaa;text-decoration:underline}@media(max-width:800px){.Accordion_content__iHzyU{font-size:12px;line-height:18px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Heading_heading__fb_Qj{position:relative;display:flex;gap:10px;color:#232323;font-size:16px;letter-spacing:.05em}@media(max-width:800px){.Heading_heading__fb_Qj{font-size:14px;line-height:21px}}.Heading_bar__sz3nZ{position:relative;width:10px;min-width:10px;background-color:#45caaa}.AiGenerate_wrapper__Dvh4X{display:flex;gap:20px}@media(max-width:800px){.AiGenerate_wrapper__Dvh4X{flex-direction:column;padding-bottom:30px}}.AiGenerate_main__Ojwou{width:300px;height:321px;display:flex;flex-direction:column;gap:20px}@media(max-width:800px){.AiGenerate_main__Ojwou{width:100%;height:115px}}.AiGenerate_buttons__yglM9{display:flex;gap:10px;justify-content:center}@media(max-width:800px){.AiGenerate_buttons__yglM9{position:fixed;bottom:0;left:0;width:100%;height:52px;background-color:#fff;border-top:1px solid #45caaa;display:grid;grid-template-columns:repeat(2,1fr);align-items:center;grid-gap:15px;gap:15px;padding:0 25px;z-index:10}}.AiGenerate_subInfo__WkoJZ{flex:1 1;display:flex;flex-direction:column;gap:15px;height:300px;overflow-y:auto}.AiGenerate_subInfo__WkoJZ::-webkit-scrollbar{width:4px}.AiGenerate_subInfo__WkoJZ::-webkit-scrollbar-track{background:#f1f1f1}.AiGenerate_subInfo__WkoJZ::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.AiGenerate_subInfo__WkoJZ::-webkit-scrollbar-thumb:hover{background:#555}.AiGenerate_subInfo__block__R_o6K{display:flex;flex-direction:column;gap:5px}.AiGenerate_subInfo__title__mCs_2{color:#7c7c7c;font-size:14px;font-weight:700;line-height:21px;letter-spacing:.05em}.AiGenerate_subInfo__items__T_KY0{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.AiGenerate_subInfo__item__9WgWd,.AiGenerate_subInfo__selectedItem__d_pIs{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:4px 10px;border-radius:3px;border:1px solid #c3c3c3;box-sizing:border-box;color:#5c5c5c;font-size:12px;line-height:24px;letter-spacing:.08em;cursor:pointer}.AiGenerate_subInfo__selectedItem__d_pIs{background-color:#45caaa;color:#fff}.AiGenerate_options__5xhJS{display:flex;gap:10px;flex-direction:column}.AiGenerate_option__SYOzm{font-size:12px;background-color:#f0f0f0;padding:10px 15px;border-radius:5px;cursor:pointer}.AiGenerate_optionItemsWrapper__6nk68{display:flex;flex-direction:column;gap:20px}.AiGenerate_optionItemsWrapper__header__6uLx0{display:flex;justify-content:space-between;align-items:center}.AiGenerate_optionItemsWrapper__back__mPc6i{font-size:14px;display:flex;align-items:center;gap:5px;cursor:pointer}.AiGenerate_optionItemsWrapper__back__mPc6i img{width:16px}.AiGenerate_optionItems__urPDN{display:flex;gap:10px;flex-wrap:wrap}.AiGenerate_optionItem__lpH1x,.AiGenerate_selectedOptionItem___18av{font-size:12px;background-color:#f0f0f0;padding:10px 15px;opacity:.5;cursor:pointer}.AiGenerate_selectedOptionItem___18av{opacity:1}.AiGenerate_mobileSubInfo__enEIG{display:flex;flex-direction:column;gap:15px}.AiGenerate_mobileSubInfo__title__dEDnD{color:#232323;font-size:14px;font-weight:700;line-height:21px;letter-spacing:.05em}.AiGenerate_mobileSubInfo__items__3tguo{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.AiGenerate_mobileSubInfo__item__VNtEb,.AiGenerate_mobileSubInfo__selectedItem__V_pdC{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:6px 15px;border-radius:3px;border:1px solid #c3c3c3;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:24px;letter-spacing:.08em}.AiGenerate_mobileSubInfo__selectedItem__V_pdC{background-color:#45caaa;color:#fff}.Gallery_heading__j_Bth{color:#232323;font-size:20px;letter-spacing:.05em;text-align:center}.Gallery_tabs__udr0f{position:relative;display:flex;justify-content:space-between;gap:28px}.Gallery_selectedTab__BRsXS,.Gallery_tab__MVe29{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;width:350px;height:30px;border-bottom:2px solid #f7f7f7;box-sizing:border-box;color:#c3c3c3;font-size:16px;letter-spacing:.05em;text-align:center;cursor:pointer}@media(max-width:800px){.Gallery_selectedTab__BRsXS,.Gallery_tab__MVe29{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em}}.Gallery_selectedTab__BRsXS{color:#45caaa;border-color:#45caaa}@media(max-width:800px){.Gallery_selectedTab__BRsXS{color:#5c5c5c;font-weight:700}}.Aside_hiddenWrapper__dnCjS,.Aside_wrapper__J0VQR{position:fixed;top:60px;left:0;width:395px;height:100%;background-color:#f7f7f7;transition:.4s linear;overflow-x:hidden}@media(max-width:800px){.Aside_hiddenWrapper__dnCjS,.Aside_wrapper__J0VQR{width:310px;height:calc(100% - 60px - 52px);background-color:#fff;overflow-y:auto;transform:translateX(0);transition:.12s linear}}@media(min-width:801px){.Aside_hiddenWrapper__dnCjS{width:0}}@media(max-width:800px){.Aside_hiddenWrapper__dnCjS{transform:translateX(-100%)}}.Aside_inline__Wv4F2{position:relative;width:395px;display:flex;flex-direction:column;gap:45px;padding:30px}@media(max-width:800px){.Aside_inline__Wv4F2{width:100%;gap:30px;padding:30px 15px}}.Aside_closeIcon__7JmY3{position:absolute;top:10px;right:10px;width:20px;height:20px;cursor:pointer}.Aside_status__OZ16R{position:relative;display:flex;gap:30px}.Aside_item___bHh5{gap:15px}.Aside_headingArea__jG2qc,.Aside_item___bHh5{position:relative;display:flex;flex-direction:column}.Aside_headingArea__jG2qc{gap:5px}.Aside_heading__CEL5Y{position:relative;display:flex;align-items:center;gap:5px;color:#232323;font-size:14px;font-weight:700;line-height:21px;letter-spacing:.05em}.Aside_heading__CEL5Y img{width:18px}.Aside_thumbnail__9J8S7{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.Aside_thumbnail__image__o3rAl{width:100%;height:285px;background-color:#ebebeb;object-fit:contain}@media(max-width:800px){.Aside_thumbnail__image__o3rAl{height:auto;aspect-ratio:1}}.Aside_thumbnail__editImageIcon__n8vV6{position:absolute;cursor:pointer}.Aside_thumbnail__status__3Cu98{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:10px;padding:10px;width:100%;background-color:hsla(0,0%,100%,.85);box-sizing:border-box;color:#5c5c5c;font-size:17px;letter-spacing:.08em}.Aside_formItem__W8v5F{position:relative}.Aside_wordCount__5k7G9{position:absolute;bottom:10px;right:10px;font-size:12px;color:#969696}.Aside_input__6Tu9v{position:relative;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 10px 10px;border-bottom:1px solid #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;outline:none}.Aside_input__6Tu9v::placeholder{color:#c3c3c3}.Aside_textarea__WHFgr{position:relative;width:100%;display:flex;gap:10px;padding:10px;height:100px;border:1px solid #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;outline:none}.Aside_textarea__WHFgr::placeholder{color:#c3c3c3}.Aside_textarea__WHFgr::-webkit-scrollbar{width:4px}.Aside_textarea__WHFgr::-webkit-scrollbar-track{background:#f1f1f1}.Aside_textarea__WHFgr::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.Aside_textarea__WHFgr::-webkit-scrollbar-thumb:hover{background:#555}.Aside_addCharacter__HQn8z{position:relative;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:5px;border:1px solid #45caaa;box-sizing:border-box;color:#45caaa;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center;cursor:pointer}.Aside_addCharacter__HQn8z img{width:18px}@media(max-width:800px){.Aside_addCharacter__HQn8z{padding:6px 15px;font-size:14px;line-height:21px;letter-spacing:.05em}}.Aside_characters__tpu5f{position:relative;display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding-right:10px;overflow-y:auto;max-height:150px}.Aside_characters__tpu5f::-webkit-scrollbar{width:2px}.Aside_characters__tpu5f::-webkit-scrollbar-track{background:#fff}.Aside_characters__tpu5f::-webkit-scrollbar-thumb{background-color:#63e6c7;border-radius:10px;border:1px solid #63e6c7}.Aside_characters__tpu5f::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:800px){.Aside_characters__tpu5f{height:auto;overflow-y:visible}}.Aside_character__lyoT_,.Aside_selectedCharacter__RySaA{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:3px;border:1px solid #c3c3c3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;cursor:pointer}@media(max-width:800px){.Aside_character__lyoT_,.Aside_selectedCharacter__RySaA{padding:6px 15px;font-size:14px;line-height:24px;letter-spacing:.08em}}.Aside_selectedCharacter__RySaA{background-color:#45caaa;color:#fff;border-color:#45caaa}.Editor_wrapper__T33Cu{position:fixed;bottom:0;width:718px;background-color:#fff;border-top:1px solid #f3f3f3;display:flex;align-items:flex-end;gap:10px;z-index:100}@media(max-width:800px){.Editor_wrapper__T33Cu{width:100%;box-shadow:0 0 5px 1px rgba(151,151,151,.1)}}.Editor_inline__uFyu5{position:relative;width:100%;height:auto}.Editor_textarea__Y1E2A{width:100%;height:150px;resize:none;border:none;outline:none;padding:15px}@media(max-width:800px){.Editor_textarea__Y1E2A{height:100px;font-size:14px;padding:20px}}.Editor_images__2DkcW{display:flex;align-items:center;gap:10px;padding:5px 10px}.Editor_image__lMAv_{position:relative;width:50px;height:50px}.Editor_image__lMAv_ img{width:100%;height:100%;object-fit:cover;border-radius:5px}.Editor_imageDeleteIcon__uP2dc{position:absolute;top:0;right:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transform:translate(50%,-50%);border-radius:100%;background-color:rgba(0,0,0,.6);cursor:pointer}.Editor_imageDeleteIcon__uP2dc svg{font-size:11px;color:#fff}.Editor_footer__juSCm{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:space-between;padding:0 5px}.Editor_tools__BGcol{display:flex;align-items:center;gap:10px;color:#45caaa}.Editor_tools__BGcol svg{cursor:pointer}.Editor_editIcon__uoYo8{position:fixed;bottom:20px;right:20px;width:40px;height:40px;border-radius:50%;background-color:#45caaa;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;cursor:pointer}.Layout_wrapper__d5oIj{padding:20px 0;background-color:#fff;border-bottom:1px solid #f3f3f3;display:flex;flex-direction:column;gap:10px}@media(max-width:800px){.Layout_wrapper__d5oIj{padding-bottom:15px}}.Layout_icon__4B0hg{width:40px;height:40px;border-radius:50%;object-fit:cover}.Layout_main__CZM4r{flex:1 1;display:flex;flex-direction:column;gap:20px}.Layout_header__e_qvp{position:relative;display:flex;align-items:center;gap:10px;padding:0 20px}.Layout_header__info__xbK84{flex:1 1;display:flex;flex-direction:column;gap:5px}.Layout_name__ar3ft{font-size:14px;font-weight:700}@media(max-width:800px){.Layout_name__ar3ft{max-width:100%;font-size:14px;white-space:nowrap;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}}.Layout_accountId__MqRHc{font-size:12px;color:#666}@media(max-width:800px){.Layout_accountId__MqRHc{max-width:100%;font-size:10px;white-space:nowrap;word-break:break-all;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}}.Layout_time__eWZnf{font-size:12px;color:#666}.Layout_content__U9rGM{font-size:16px;color:#333;line-height:21px;padding:0 20px}.Layout_singleImage__QauXO{max-width:70%}.Layout_singleImage__QauXO img{width:100%;border-radius:5px}@media(max-width:800px){.Layout_singleImage__QauXO{max-width:100%}}.Layout_images__h6tLT{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.Layout_images__h6tLT img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px}.Layout_postedAt__sDizJ{font-size:14px;color:#666;padding:0 20px}@media(max-width:800px){.Layout_postedAt__sDizJ{font-size:12px}}.Layout_footer__jSmyQ{display:flex;justify-content:space-between;border-top:1px solid #f3f3f3;padding:20px 20px 0}@media(max-width:800px){.Layout_footer__jSmyQ{padding-top:15px}}.Layout_info__chJL_{position:relative;display:flex;align-items:center;gap:5px;color:#45caaa;font-size:16px;cursor:pointer}.Layout_info__icon__ZaITx svg{width:24px;height:24px}.Normal_content__CEPyX{font-size:16px;color:#333;line-height:21px;padding:0 20px}.Normal_singleImage__Fn2UL{max-width:70%}.Normal_singleImage__Fn2UL img{width:100%;border-radius:5px}@media(max-width:800px){.Normal_singleImage__Fn2UL{max-width:100%}}.Normal_images__7FMxn{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.Normal_images__7FMxn img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px}.Novel_content__u8W3A{font-size:16px;color:#333;line-height:21px;padding:0 20px;display:flex;flex-direction:column;gap:20px}.Novel_singleImage__Y6h_0{max-width:70%}.Novel_singleImage__Y6h_0 img{width:100%;border-radius:5px}@media(max-width:800px){.Novel_singleImage__Y6h_0{max-width:100%}}.Novel_images__TBQcm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.Novel_images__TBQcm img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px}.Blog_content__jk00B{font-size:16px;color:#333;line-height:21px;padding:0 20px;display:flex;flex-direction:column;gap:20px}.Blog_singleImage__JNkEI{max-width:70%}.Blog_singleImage__JNkEI img{width:100%;border-radius:5px}@media(max-width:800px){.Blog_singleImage__JNkEI{max-width:100%}}.Blog_images__48XPm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.Blog_images__48XPm img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px}.Blog_blog__QcAvK{max-width:350px}@media(max-width:800px){.Blog_blog__QcAvK{max-width:100%}}.Digest_content__ui0Y_{font-size:16px;color:#333;line-height:21px;padding:0 20px;display:flex;flex-direction:column;gap:20px}.Digest_singleImage__r2HhL{max-width:70%}.Digest_singleImage__r2HhL img{width:100%;border-radius:5px}@media(max-width:800px){.Digest_singleImage__r2HhL{max-width:100%}}.Digest_images__vXLID{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}.Digest_images__vXLID img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:5px}.Digest_digest__zs0lW{max-width:350px}@media(max-width:800px){.Digest_digest__zs0lW{max-width:100%}}.Empty_wrapper__XeINH{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;color:#8d8d8d;font-size:16px;padding:50px 0}.Empty_wrapper__XeINH img{width:60px;opacity:.4;transform:rotate(10deg)}.SearchModal_wrapper__pye9G{display:flex;flex-direction:column;gap:20px}.SearchModal_result__TwILX{position:relative;height:300px;display:flex;flex-direction:column;padding:0 10px;overflow-y:auto}.SearchModal_resultItem__MQ0CT{display:flex;flex-direction:column;align-items:flex-end;gap:20px;padding:20px 0;border-bottom:1px solid #e0e0e0}.SearchModal_buttons__Aq6id{display:flex;gap:10px}.Template_wrapper__tYCbd{display:flex;flex-direction:column;gap:20px}.Template_searchType__BJbEb{display:flex;gap:10px}.Template_searchTypeItemActive__ar85Y,.Template_searchTypeItem__8DJgb{font-size:14px;padding:10px;border-radius:5px;border:1px solid #e0e0e0;cursor:pointer}.Template_searchTypeItemActive__ar85Y{color:#fff;background-color:#5c5c5c;border-color:#5c5c5c}.Template_result___RX_A{position:relative;height:300px;display:flex;flex-direction:column;padding:0 10px;overflow-y:auto}.Template_resultItem__XhVZo{display:flex;flex-direction:column;gap:20px;padding:20px 0;border-bottom:1px solid #e0e0e0}@media(max-width:800px){.Template_resultItem__XhVZo{gap:15px}}.Template_userCard__st6c0{width:100%;display:flex;align-items:center;gap:15px}@media(max-width:800px){.Template_userCard__st6c0{gap:10px}}.Template_userCard__icon__RxcCQ{width:80px;height:80px;border-radius:100%}@media(max-width:800px){.Template_userCard__icon__RxcCQ{width:60px;height:60px}}.Template_userCard__info__49aOo{display:flex;flex-direction:column;gap:5px}.Template_userCard__name__NeExW{font-size:16px;font-weight:700}@media(max-width:800px){.Template_userCard__name__NeExW{font-size:15px}}.Template_userCard__accountId__ErnfY{font-size:14px;color:#666}@media(max-width:800px){.Template_userCard__accountId__ErnfY{font-size:12px}}.Template_buttons__NIn3T{display:flex;gap:10px}.PageTemplate_wrapper__TxMf3{position:relative;width:100%;display:flex}.PageTemplate_left__yDh9u{position:relative;height:100%;display:flex;flex-direction:column;gap:15px;width:267px}@media(max-width:800px){.PageTemplate_left__yDh9u{width:100%}}.PageTemplate_search__1T6cM{position:relative;display:flex;align-items:center}.PageTemplate_search__1T6cM input{width:100%;padding:10px 40px 10px 15px;background-color:#f7f7f7;border-radius:5px;box-sizing:border-box;color:#c3c3c3;font-size:14px;letter-spacing:.05em;outline:none}.PageTemplate_search__1T6cM img{position:absolute;right:15px;width:14px}.PageTemplate_rooms__1mnE9{position:relative;height:100%;display:flex;flex-direction:column;border-right:1px solid #f7f7f7;overflow-y:auto}.PageTemplate_rooms__1mnE9::-webkit-scrollbar{width:3px}.PageTemplate_rooms__1mnE9::-webkit-scrollbar-track{background:#f1f1f1}.PageTemplate_rooms__1mnE9::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}.PageTemplate_rooms__1mnE9::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:800px){.PageTemplate_rooms__1mnE9{border-right:none}}.PageTemplate_room__44XvL,.PageTemplate_selectedRoom__XeA8v{position:relative;display:flex;align-items:center;gap:15px;padding:15px 0 15px 10px;box-sizing:border-box;border-left:2px solid rgba(0,0,0,0);cursor:pointer}@media(max-width:800px){.PageTemplate_room__44XvL,.PageTemplate_selectedRoom__XeA8v{border-left:none;padding-left:0}}.PageTemplate_room__44XvL:hover,.PageTemplate_selectedRoom__XeA8v:hover{border-color:#f7f7f7}.PageTemplate_room__icon__uhN_z,.PageTemplate_selectedRoom__icon__Y08UX{position:relative;width:60px;height:60px;border-radius:100%;object-fit:cover}.PageTemplate_room__info__jcjr_,.PageTemplate_selectedRoom__info__etKJr{position:relative;flex:1 1;display:flex;flex-direction:column;justify-content:center;gap:5px;padding-right:10px}@media(max-width:800px){.PageTemplate_room__info__jcjr_,.PageTemplate_selectedRoom__info__etKJr{padding-right:5px}}.PageTemplate_room__name__LYgrG,.PageTemplate_selectedRoom__name__iV0uK{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;word-break:break-all}.PageTemplate_room__accountId__NEJxD,.PageTemplate_selectedRoom__accountId__fb4CF{color:#c3c3c3;font-size:10px;line-height:15px;letter-spacing:.05em;word-break:break-all}.PageTemplate_room__notification__UiFtJ,.PageTemplate_selectedRoom__notification__mo42i{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 10px;width:28px;height:28px;background-color:#45caaa;border-radius:100%;box-sizing:border-box;color:#fff;font-size:12px;font-weight:700;line-height:18px;letter-spacing:.05em}.PageTemplate_room__menu___AgQW,.PageTemplate_selectedRoom__menu__bKNHW{position:absolute;right:15px;top:0}@media(max-width:800px){.PageTemplate_room__menu___AgQW,.PageTemplate_selectedRoom__menu__bKNHW{right:0}}.PageTemplate_selectedRoom__XeA8v{border-color:#45caaa!important}.PageTemplate_chat__EdO_j{flex:1 1;display:flex;flex-direction:column;height:100%}@media(max-width:800px){.PageTemplate_chat__EdO_j{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000000000}}.PageTemplate_chat__mobileHeader__eG2oH{position:-webkit-sticky;position:sticky;top:0;display:flex;justify-content:center;align-items:center;gap:15px;padding:15px;width:100%;height:50px;background-color:#fff;box-shadow:0 1px 1px rgba(92,92,92,.1);box-sizing:border-box;color:#5c5c5c;font-size:14px;letter-spacing:.05em;text-align:center;margin-bottom:30px;z-index:100}.PageTemplate_chat__mobileHeader__eG2oH img{position:absolute;left:15px}.PageTemplate_chat__main__bpVjv{flex:1 1;overflow-y:auto}.PageTemplate_chat__main__bpVjv::-webkit-scrollbar{width:3px}.PageTemplate_chat__main__bpVjv::-webkit-scrollbar-track{background:#f1f1f1}.PageTemplate_chat__main__bpVjv::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}.PageTemplate_chat__main__bpVjv::-webkit-scrollbar-thumb:hover{background:#555}.PageTemplate_chat__form__a_Gki{position:relative;display:flex;flex-direction:column;gap:5px;padding:15px 0 15px 15px;box-sizing:border-box}@media(max-width:800px){.PageTemplate_chat__form__a_Gki{padding:15px}}.PageTemplate_chat__formMenu__LJByE{position:relative;display:flex;justify-content:flex-end;align-items:center;gap:15px}.PageTemplate_chat__imageUploadIcon__SFYaT{position:relative;width:21px;height:21px;cursor:pointer}.PageTemplate_chat__sendSubmit__GqlD2{justify-content:center;align-items:center;padding:2px 15px 3px;background-color:#45caaa;border-radius:5px 5px 5px 5px;color:#fff;cursor:pointer}.PageTemplate_chat__sendSubmit__GqlD2,.PageTemplate_chat__textarea__IpacY{position:relative;display:flex;gap:10px;box-sizing:border-box;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_chat__textarea__IpacY{padding:10px;border:1px solid #f3f3f3;color:#5c5c5c;outline:none;resize:none}.PageTemplate_chat__textarea__IpacY::placeholder{color:#c3c3c3}.PageTemplate_chat__textarea__IpacY::-webkit-scrollbar{width:3px}.PageTemplate_chat__textarea__IpacY::-webkit-scrollbar-track{background:#f1f1f1}.PageTemplate_chat__textarea__IpacY::-webkit-scrollbar-thumb{background:#cfcfcf;border-radius:4px}.PageTemplate_chat__textarea__IpacY::-webkit-scrollbar-thumb:hover{background:#555}.PageTemplate_dayMessage__C5Whh{position:relative;display:flex;justify-content:center;align-items:center;height:25px}.PageTemplate_dayMessage__C5Whh:before{content:"";position:absolute;width:100%;height:1px;background-color:#f7f7f7}.PageTemplate_dayMessage__C5Whh span{position:relative;display:flex;justify-content:center;align-items:center;padding:0 8px;height:25px;box-sizing:border-box;color:#c3c3c3;font-size:10px;line-height:15px;letter-spacing:.05em;background-color:#fff}.PageTemplate_userMessage__GbCUo{position:relative;display:flex;gap:15px;padding:15px;box-sizing:border-box}.PageTemplate_userMessage__icon__Sfdrf{position:relative;width:30px;height:30px;border-radius:100%;object-fit:cover}.PageTemplate_userMessage__body__EJcgq{flex:1 1;position:relative;display:flex;flex-direction:column;justify-content:center;gap:5px}.PageTemplate_userMessage__name__GTVQh{color:#c3c3c3;font-size:14px;font-weight:700;line-height:21px;letter-spacing:.05em}.PageTemplate_userMessage__content__KPqrY{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_userMessage__image__sWe_r{max-width:70%}.PageTemplate_userMessage__info__tm7B8{position:relative;display:flex;gap:15px}.PageTemplate_userMessage__menu__n1BQS{position:relative}.PageTemplate_userMessage__menuIcon__IXglI{width:20px}.PageTemplate_userMessage__time__zDtwD{color:#c3c3c3;font-size:10px;line-height:15px;letter-spacing:.05em}.PageTemplate_wrapper__vwc2K{position:relative;display:flex;flex-direction:column;gap:30px}.PageTemplate_main__4K1aF{width:100%}.PageTemplate_main__4K1aF,.PageTemplate_search__t1u0k{display:flex;flex-direction:column;gap:15px}.PageTemplate_orderRadios__Y6ynG{display:flex;gap:15px}.PageTemplate_items__thcbf{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px 10px;gap:15px 10px}.PageTemplate_hr__kZFDm{width:1px;height:291.9px;background-color:#f7f7f7}.PageTemplate_wrapper__9fEfI{position:relative;display:flex;flex-direction:column;gap:20px}.PageTemplate_main__8ViC8{width:100%}.PageTemplate_main__8ViC8,.PageTemplate_search__tzczZ{display:flex;flex-direction:column;gap:15px}.PageTemplate_orderRadios__glxe0{display:flex;gap:15px}.PageTemplate_items__A_2xe{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px 10px;gap:15px 10px}.PageTemplate_wrapper__F0dR9{position:relative;display:flex;flex-direction:column;gap:40px}@media(max-width:800px){.PageTemplate_wrapper__F0dR9{gap:30px}}.PageTemplate_header__KSPlZ{position:relative;display:flex;flex-direction:column;gap:40px}@media(max-width:800px){.PageTemplate_header__KSPlZ{gap:20px}}.PageTemplate_info__qg7DF{position:relative;display:flex;flex-direction:column;gap:20px}.PageTemplate_searchKeyword__LuZGN{color:#232323;font-size:20px;line-height:28px}.PageTemplate_conditions__RifHk{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.PageTemplate_conditionItem__Io6rg{position:relative;height:32px;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 15px;border-radius:5px;border:1px solid #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_closeIcon__pS6t4{width:14px;cursor:pointer}.PageTemplate_emotionIcon__jVfXV,.PageTemplate_starIcon__GardL{width:20px}.PageTemplate_navigation__dSstk{display:flex;justify-content:space-between}@media(max-width:800px){.PageTemplate_navigation__dSstk{flex-direction:column;gap:20px}}.PageTemplate_navigation__main__zDtQu{color:#232323;font-size:20px}@media(max-width:800px){.PageTemplate_navigation__main__zDtQu{display:flex;justify-content:space-between;align-items:center}}.PageTemplate_navigation__filter__YuasZ{position:relative;display:flex;justify-content:space-between;align-items:center;gap:8px;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_navigation__filter__YuasZ img{width:13px}.PageTemplate_navigation__buttons__2JDVn{position:relative;display:flex;gap:15px}.PageTemplate_navigation__button__aRKd3,.PageTemplate_navigation__selectedButton__Fs4m5{position:relative;display:flex;justify-content:center;align-items:center;gap:5px;padding:0 15px;height:32px;background-color:#f7f7f7;border-radius:5px 5px 5px 5px;border:1px solid #f7f7f7;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;cursor:pointer}.PageTemplate_navigation__selectedButton__Fs4m5{background-color:#45caaa;color:#fff}.PageTemplate_recommendations__tMmCj{position:relative;display:flex;flex-direction:column;gap:15px}.Characters_wrapper__7Ysnr{position:fixed;bottom:0;left:0;display:flex;flex-direction:column;gap:15px;padding:30px;width:300px;height:calc(100% - 60px);background-color:#f7f7f7;box-sizing:border-box;overflow-y:auto;transition:.1s;z-index:10}.Characters_wrapper__7Ysnr::-webkit-scrollbar{width:4px}.Characters_wrapper__7Ysnr::-webkit-scrollbar-track{background:#f1f1f1}.Characters_wrapper__7Ysnr::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.Characters_wrapper__7Ysnr::-webkit-scrollbar-thumb:hover{background:#555}.Characters_heading__jujZu{color:#232323;font-size:16px;line-height:24px;letter-spacing:.05em}.DottedLoading_wrapper__ArEdx{display:flex;gap:5px}.DottedLoading_dot__MkeLf{width:5px;height:5px;border-radius:100%;background-color:#cfcfcf;animation:DottedLoading_blink__zZK2v 1.5s ease-in-out infinite}.DottedLoading_dot__MkeLf:first-child{animation-delay:0s}.DottedLoading_dot__MkeLf:nth-child(2){animation-delay:.3s}.DottedLoading_dot__MkeLf:nth-child(3){animation-delay:.6s}@keyframes DottedLoading_blink__zZK2v{0%,80%,to{opacity:0}40%{opacity:1}}.Tooltip_wrapper__PcC50{position:relative;cursor:pointer}.Tooltip_tooltip__c9qQ2{position:absolute;width:100%;display:none}.Tooltip_tooltip__main__qZHRy{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;background-color:#fff;color:#232323;border-radius:4px;opacity:100%;padding:6px 12px;box-shadow:0 4px 6px rgba(0,0,0,.1);font-size:12px;line-height:21px;white-space:nowrap;z-index:1000}.Tooltip_wrapper__PcC50:hover .Tooltip_tooltip__c9qQ2{display:flex}.ChatTab_wrapper__zz_75{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.ChatTab_wrapper__zz_75::-webkit-scrollbar{width:1px}.ChatTab_wrapper__zz_75::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_wrapper__zz_75::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_wrapper__zz_75::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__VeJ_Z{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.ChatTab_speechBubble__main__b32i0{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.ChatTab_speechBubble__main__b32i0::-webkit-scrollbar{width:1px}.ChatTab_speechBubble__main__b32i0::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_speechBubble__main__b32i0::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_speechBubble__main__b32i0::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__text__3UoiQ{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.ChatTab_speechBubble__text__3UoiQ:first-child{padding-top:0}.ChatTab_speechBubble__text__3UoiQ:last-child{border-bottom:none}.ChatTab_speechBubble__date__coci5{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.ChatTab_speechBubble__characters__vYzIb{position:relative;display:flex;gap:5px;justify-content:center}.ChatTab_speechBubble__character__Kj_vT,.ChatTab_speechBubble__selectedCharacter__0m4Bj{width:30px;height:30px;border-radius:100%;border:1px solid #f1f1f1;opacity:.2;cursor:pointer}.ChatTab_speechBubble__submitPlotTextButton__dVslY{position:absolute;bottom:0;right:0;width:-moz-fit-content;width:fit-content;padding:5px 10px;background-color:#63e6c7;border-radius:60px;color:#fff;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__selectedCharacter__0m4Bj{opacity:1}.ChatTab_speechBubble__form__vZ4Db{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.ChatTab_speechBubble__empty__o3O4z{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__error__DfuZv{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__input__CC0CO{width:100%}.ChatTab_speechBubble__features__0biWU{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.ChatTab_speechBubble__featureButtons__ZOPwD{display:flex;gap:5px}.ChatTab_speechBubble__featureButton__NFCAH{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__submit__3YHdK{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__submit__3YHdK img{width:15px}.ChatTab_speechBubble__stop__pORH3{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__stop__pORH3 img{width:15px}.ChatTab_speechBubble__stopIcon__NQSoi{width:8px;height:8px;background-color:#fff;border-radius:1px}.CharactersTab_wrapper__Drm0z{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.CharactersTab_wrapper__Drm0z::-webkit-scrollbar{width:1px}.CharactersTab_wrapper__Drm0z::-webkit-scrollbar-track{background:#f1f1f1}.CharactersTab_wrapper__Drm0z::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.CharactersTab_wrapper__Drm0z::-webkit-scrollbar-thumb:hover{background:#555}.CharactersTab_item__Rgopm{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.CharactersTab_item__Rgopm:last-child{border-bottom:none}.CharactersTab_header__XePWy{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.CharactersTab_icon__T04CY{width:30px;height:30px;border-radius:100%}.CharactersTab_content__G6YdV{font-size:12px;color:#5c5c5c}.ChaptersTab_wrapper__RBeSF{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.ChaptersTab_wrapper__RBeSF::-webkit-scrollbar{width:1px}.ChaptersTab_wrapper__RBeSF::-webkit-scrollbar-track{background:#f1f1f1}.ChaptersTab_wrapper__RBeSF::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChaptersTab_wrapper__RBeSF::-webkit-scrollbar-thumb:hover{background:#555}.ChaptersTab_item__NRMtL{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.ChaptersTab_item__NRMtL:last-child{border-bottom:none}.ChaptersTab_header__kV8Ok{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.ChaptersTab_icon__yoiS2{width:30px;height:30px;border-radius:100%}.ChaptersTab_content__YYcoQ{font-size:12px;color:#5c5c5c}.EpisodesTab_wrapper__2COPj{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.EpisodesTab_wrapper__2COPj::-webkit-scrollbar{width:1px}.EpisodesTab_wrapper__2COPj::-webkit-scrollbar-track{background:#f1f1f1}.EpisodesTab_wrapper__2COPj::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.EpisodesTab_wrapper__2COPj::-webkit-scrollbar-thumb:hover{background:#555}.EpisodesTab_item__zToaP{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.EpisodesTab_item__zToaP:last-child{border-bottom:none}.EpisodesTab_header__2mGJt{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.EpisodesTab_icon__U42xL{width:30px;height:30px;border-radius:100%}.EpisodesTab_content__V1kdY{font-size:12px;color:#5c5c5c}.PlotEditor_wrapper__89n3u{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000000000}.PlotEditor_main__DnJEQ{position:relative;width:500px;height:500px;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;box-shadow:2px 2px 7px rgba(92,92,92,.25)}@media(max-width:800px){.PlotEditor_main__DnJEQ{width:95%}}.PlotEditor_navigation__A_5vQ{display:flex;align-items:center;gap:10px;padding:10px}@media(max-width:800px){.PlotEditor_navigation__A_5vQ{overflow-x:auto;padding-right:50px}}.PlotEditor_selectedTab__skPX5,.PlotEditor_tab__EUkcm{color:#5c5c5c;font-size:12px;background-color:#f1f1f1;border-radius:10px;padding:10px 20px;cursor:pointer}@media(max-width:800px){.PlotEditor_selectedTab__skPX5,.PlotEditor_tab__EUkcm{white-space:nowrap}}.PlotEditor_selectedTab__skPX5{background-color:#63e6c7;color:#fff}.PlotEditor_close__QjBco{position:absolute;right:10px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:#686868;cursor:pointer}.PlotEditor_close__QjBco img{width:12px}.PlotEditor_speechBubble__aBo0T{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.PlotEditor_speechBubble__main__eprWz{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.PlotEditor_speechBubble__main__eprWz::-webkit-scrollbar{width:1px}.PlotEditor_speechBubble__main__eprWz::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_speechBubble__main__eprWz::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_speechBubble__main__eprWz::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_speechBubble__text__496it{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.PlotEditor_speechBubble__text__496it:first-child{padding-top:0}.PlotEditor_speechBubble__text__496it:last-child{border-bottom:none}.PlotEditor_speechBubble__date__Mr0Ga{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.PlotEditor_speechBubble__form__7itD5{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.PlotEditor_speechBubble__empty__WIJIn{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__error__cV31N{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__input__zNDo4{width:100%}.PlotEditor_speechBubble__features__qdrry{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.PlotEditor_speechBubble__featureButtons__W0w2h{display:flex;gap:5px}.PlotEditor_speechBubble__featureButton__ET7pA{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.PlotEditor_speechBubble__submit__FazjO{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__submit__FazjO img{width:15px}.PlotEditor_speechBubble__stop__MI8__{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__stop__MI8__ img{width:15px}.PlotEditor_speechBubble__stopIcon__wuanQ{width:8px;height:8px;background-color:#fff;border-radius:1px}.PlotEditor_column__AGM2W::-webkit-scrollbar{width:1px}.PlotEditor_column__AGM2W::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_column__AGM2W::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_column__AGM2W::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_column__AGM2W{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.PlotEditor_item__NX8_u{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.PlotEditor_item__NX8_u:last-child{border-bottom:none}.PlotEditor_item__header__V7aM0{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.PlotEditor_item__icon__eow99{width:30px;height:30px;border-radius:100%}.PlotEditor_item__content__Xvsxr{font-size:12px;color:#5c5c5c}.Aside_hiddenWrapper__0o2wK,.Aside_wrapper__JFfnT{position:fixed;top:60px;left:0;width:395px;height:100%;background-color:#fff;border-right:1px solid #f5f5f5;border-top:1px solid #f5f5f5;transition:.4s linear;overflow-x:hidden}@media(max-width:800px){.Aside_hiddenWrapper__0o2wK,.Aside_wrapper__JFfnT{width:310px;height:calc(100% - 60px - 52px);background-color:#fff;overflow-y:auto;transform:translateX(0);transition:.12s linear}}@media(min-width:801px){.Aside_hiddenWrapper__0o2wK{width:0}}@media(max-width:800px){.Aside_hiddenWrapper__0o2wK{transform:translateX(-100%)}}.Aside_inline__ltWuW{position:relative;width:395px;display:flex;flex-direction:column;gap:45px;padding:30px}@media(max-width:800px){.Aside_inline__ltWuW{width:100%;gap:30px;padding:30px 15px}}.Aside_closeIcon__EuCcO{position:absolute;top:10px;right:10px;width:20px;height:20px;cursor:pointer}.Aside_status__zpzII{position:relative;display:flex;gap:30px}.Aside_item__iOZ6V{gap:15px}.Aside_headingArea__UAm_E,.Aside_item__iOZ6V{position:relative;display:flex;flex-direction:column}.Aside_headingArea__UAm_E{gap:5px}.Aside_heading__moVW9{position:relative;display:flex;align-items:center;gap:5px;color:#232323;font-size:14px;font-weight:700;line-height:21px;letter-spacing:.05em}.Aside_heading__moVW9 img{width:18px}.Aside_subHeading__yJ2L8{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em}.Aside_headingMessage__Ytubf{color:#c3c3c3;font-size:14px;line-height:21px;letter-spacing:.05em}.Aside_plotEditorButton__STUUu{position:relative;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:5px;color:#fff;font-size:12px;border-radius:5px;padding:8px 15px;background-color:#45caaa;cursor:pointer}.Aside_plotEditorButton__STUUu img{width:15px}.Aside_formItem__WCmQS{position:relative}.Aside_wordCount__37aZs{position:absolute;bottom:10px;right:10px;font-size:12px;color:#969696}.Aside_input__KeY3a{position:relative;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:0 10px 10px;border-bottom:1px solid #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;outline:none}.Aside_input__KeY3a::placeholder{color:#c3c3c3}.Aside_textarea__i4AwF{position:relative;width:100%;display:flex;gap:10px;padding:10px;height:100px;border:1px solid #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;outline:none}.Aside_textarea__i4AwF::placeholder{color:#c3c3c3}.Aside_textarea__i4AwF::-webkit-scrollbar{width:4px}.Aside_textarea__i4AwF::-webkit-scrollbar-track{background:#f1f1f1}.Aside_textarea__i4AwF::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.Aside_textarea__i4AwF::-webkit-scrollbar-thumb:hover{background:#555}.Aside_addCharacter__uiCl_{position:relative;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:5px;border:1px solid #45caaa;box-sizing:border-box;color:#45caaa;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center;cursor:pointer}.Aside_addCharacter__uiCl_ img{width:18px}@media(max-width:800px){.Aside_addCharacter__uiCl_{padding:6px 15px;font-size:14px;line-height:21px;letter-spacing:.05em}}.Aside_characters__8Dv4b{position:relative;display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding-right:10px;overflow-y:auto;max-height:150px}.Aside_characters__8Dv4b::-webkit-scrollbar{width:2px}.Aside_characters__8Dv4b::-webkit-scrollbar-track{background:#fff}.Aside_characters__8Dv4b::-webkit-scrollbar-thumb{background-color:#63e6c7;border-radius:10px;border:1px solid #63e6c7}.Aside_characters__8Dv4b::-webkit-scrollbar-thumb:hover{background:#555}@media(max-width:800px){.Aside_characters__8Dv4b{height:auto;overflow-y:visible}}.Aside_character__SmgDX,.Aside_selectedCharacter__5pWUO{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:3px;border:1px solid #c3c3c3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;cursor:pointer}@media(max-width:800px){.Aside_character__SmgDX,.Aside_selectedCharacter__5pWUO{padding:6px 15px;font-size:14px;line-height:24px;letter-spacing:.08em}}.Aside_selectedCharacter__5pWUO{background-color:#45caaa;color:#fff;border-color:#45caaa}.RubyConvertModal_buttons__UMnaq,.RubyModal_buttons__bKjdx,.RubyModal_checkbox__B02Ol{display:flex;justify-content:center}.RubyConvertModal_buttons__UMnaq{flex-direction:column;gap:10px;align-items:center}.FontColorModal_buttons___OrpV,.FontColorModal_picker__6uqAx,.TatechuyokoModal_buttons__mpGoX,.TatechuyokoModal_checkbox__zWRwR{display:flex;justify-content:center}.TatechuyokoModal_buttons__mpGoX{width:100%;gap:10px}.ReserveModal_wrapper__UUjGb{display:flex;flex-direction:column;gap:30px}@media(max-width:800px){.ReserveModal_wrapper__UUjGb{gap:20px}}.ReserveModal_radioButtons__lUM_z{display:flex;gap:40px;justify-content:center}.ReserveModal_datepicker__yNByG{margin:10px 0}.ReserveModal_checkbox__BbBo4,.ReserveModal_datepicker__yNByG{display:flex;justify-content:center}.ReserveModal_attention__UGdvo{width:65%;margin:0 auto;display:block;line-height:20px;font-size:12px;color:#666}@media(max-width:800px){.ReserveModal_attention__UGdvo{width:100%;font-size:11px}}.ReserveModal_buttons__UGsPn{display:flex;gap:10px;justify-content:center}.AiEditorChat_wrapper__9A1De{position:fixed;bottom:20px;right:20px;z-index:1000000}@media(max-width:800px){.AiEditorChat_wrapper__9A1De{bottom:67px;right:15px}}.AiEditorChat_inline__Ih5yg{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}@media(max-width:800px){.AiEditorChat_inline__Ih5yg{gap:5px}}.AiEditorChat_icon__wuriF{width:60px;height:60px;border-radius:100%;object-fit:cover}@media(max-width:800px){.AiEditorChat_icon__wuriF{width:52px;height:52px}}.AiEditorChat_name__Y9Lul{position:relative;display:flex;justify-content:space-between;align-items:center;gap:10px;color:#232323;font-size:10px;letter-spacing:.05em}.AiEditorChat_name__Y9Lul img{width:16px}@media(max-width:800px){.AiEditorChat_name__Y9Lul{gap:5px}}.AiEditorChat_speechBubble__po_3T{position:absolute;bottom:95px;left:-376px;width:400px;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}@media(max-width:800px){.AiEditorChat_speechBubble__po_3T{width:80vw;max-width:400px;left:calc(-80vw + 40px);bottom:85px}}.AiEditorChat_speechBubble__main__VTrm6{flex:1 1;max-height:340px;border-radius:4px;padding:0 10px;overflow-y:auto}.AiEditorChat_speechBubble__main__VTrm6::-webkit-scrollbar{width:1px}.AiEditorChat_speechBubble__main__VTrm6::-webkit-scrollbar-track{background:#f1f1f1}.AiEditorChat_speechBubble__main__VTrm6::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.AiEditorChat_speechBubble__main__VTrm6::-webkit-scrollbar-thumb:hover{background:#555}.AiEditorChat_speechBubble__text__GzzeO{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.AiEditorChat_speechBubble__text__GzzeO:first-child{padding-top:0}.AiEditorChat_speechBubble__text__GzzeO:last-child{border-bottom:none}.AiEditorChat_speechBubble__date__ZiMQs{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.AiEditorChat_speechBubble__form__SA9kV{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.AiEditorChat_speechBubble__empty__17gJB{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.AiEditorChat_speechBubble__error__AAlQz{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.AiEditorChat_speechBubble__input__z40kW{width:100%}.AiEditorChat_speechBubble__features__Qs59z{display:flex;justify-content:space-between;align-items:center;padding:0 5px}@media(max-width:800px){.AiEditorChat_speechBubble__features__Qs59z{align-items:flex-end}}.AiEditorChat_speechBubble__featureButtons__1KcLH{display:flex;gap:5px}@media(max-width:800px){.AiEditorChat_speechBubble__featureButtons__1KcLH{flex-wrap:wrap}}.AiEditorChat_speechBubble__featureButton__gAb3n{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.AiEditorChat_speechBubble__submit__enHwQ{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.AiEditorChat_speechBubble__submit__enHwQ img{width:15px}.AiEditorChat_speechBubble__stop__U_A4b{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.AiEditorChat_speechBubble__stop__U_A4b img{width:15px}.AiEditorChat_speechBubble__stopIcon__wbH_I{width:8px;height:8px;background-color:#fff;border-radius:1px}.FreePromptModal_buttons__qZLY2{display:flex;justify-content:center}.EditorConfigModal_block__6KXGE,.EditorConfigModal_wrapper__Iuoka{display:flex;flex-direction:column;align-items:center;gap:20px}.EditorConfigModal_label__AXYAe{color:#232233;font-size:16px;font-weight:700;text-align:center}.EditorConfigModal_buttons__33LQ2,.EditorConfigModal_items__DyaqN{display:flex;justify-content:center;gap:10px}.PreviewEpisodeText_editor__NB_Qg{flex:1 1;position:relative}.PreviewEpisodeText_editor__preview__vLyVk{width:100%;height:100%;outline:none;border:none;resize:none;padding:10px 20px;overflow:auto;color:#444;font-size:16px;line-height:28px;letter-spacing:.1em;word-break:break-all}.PreviewEpisodeText_editor__preview__vLyVk::-webkit-scrollbar{width:6px;height:6px}.PreviewEpisodeText_editor__preview__vLyVk::-webkit-scrollbar-track{background:#fcfcfc}.PreviewEpisodeText_editor__preview__vLyVk::-webkit-scrollbar-thumb{background-color:#999;border-radius:10px}.PreviewEpisodeText_editor__preview__vLyVk::-webkit-scrollbar-thumb:hover{background:#fcfcfc}.PreviewEpisodeText_editor__preview--vertical__9FTqh{writing-mode:vertical-rl}.ChatTab_wrapper__AgdRt{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.ChatTab_wrapper__AgdRt::-webkit-scrollbar{width:1px}.ChatTab_wrapper__AgdRt::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_wrapper__AgdRt::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_wrapper__AgdRt::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__OYYkW{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.ChatTab_speechBubble__main__75PaF{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.ChatTab_speechBubble__main__75PaF::-webkit-scrollbar{width:1px}.ChatTab_speechBubble__main__75PaF::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_speechBubble__main__75PaF::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_speechBubble__main__75PaF::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__text__oFMoQ{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.ChatTab_speechBubble__text__oFMoQ:first-child{padding-top:0}.ChatTab_speechBubble__text__oFMoQ:last-child{border-bottom:none}.ChatTab_speechBubble__date__GoFvs{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.ChatTab_speechBubble__characters__zhUbN{position:relative;display:flex;gap:5px;justify-content:center}.ChatTab_speechBubble__character__EEtFz,.ChatTab_speechBubble__selectedCharacter__IubJY{width:30px;height:30px;border-radius:100%;border:1px solid #f1f1f1;opacity:.2;cursor:pointer}.ChatTab_speechBubble__submitPlotTextButton__n6M0P{position:absolute;bottom:0;right:0;width:-moz-fit-content;width:fit-content;padding:5px 10px;background-color:#63e6c7;border-radius:60px;color:#fff;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__selectedCharacter__IubJY{opacity:1}.ChatTab_speechBubble__form__lbYvi{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.ChatTab_speechBubble__empty___7D7l{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__error__iiDgQ{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__input___JT4c{width:100%}.ChatTab_speechBubble__features__p0dek{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.ChatTab_speechBubble__featureButtons__6DzuI{display:flex;gap:5px}.ChatTab_speechBubble__featureButton___n6RO{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__submit__RZO_d{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__submit__RZO_d img{width:15px}.ChatTab_speechBubble__stop__Uw0n6{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__stop__Uw0n6 img{width:15px}.ChatTab_speechBubble__stopIcon__YSHs5{width:8px;height:8px;background-color:#fff;border-radius:1px}.PlotEditor_wrapper__vMTRc{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000000000}.PlotEditor_main__vAtQ1{position:relative;width:500px;height:500px;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;box-shadow:2px 2px 7px rgba(92,92,92,.25)}@media(max-width:800px){.PlotEditor_main__vAtQ1{width:95%}}.PlotEditor_navigation__TwlWX{display:flex;align-items:center;gap:10px;padding:10px}.PlotEditor_selectedTab__DucKU,.PlotEditor_tab__K1nem{color:#5c5c5c;font-size:12px;background-color:#f1f1f1;border-radius:10px;padding:10px 20px;cursor:pointer}.PlotEditor_selectedTab__DucKU{background-color:#63e6c7;color:#fff}.PlotEditor_close__IDoY9{position:absolute;right:10px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:#686868;cursor:pointer}.PlotEditor_close__IDoY9 img{width:12px}.PlotEditor_speechBubble__uTxCj{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.PlotEditor_speechBubble__main__lx94q{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.PlotEditor_speechBubble__main__lx94q::-webkit-scrollbar{width:1px}.PlotEditor_speechBubble__main__lx94q::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_speechBubble__main__lx94q::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_speechBubble__main__lx94q::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_speechBubble__text__RawQ_{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.PlotEditor_speechBubble__text__RawQ_:first-child{padding-top:0}.PlotEditor_speechBubble__text__RawQ_:last-child{border-bottom:none}.PlotEditor_speechBubble__date__T9K2B{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.PlotEditor_speechBubble__form__n7IOn{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.PlotEditor_speechBubble__empty__LlaPa{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__error__jym87{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__input__SHdyJ{width:100%}.PlotEditor_speechBubble__features__P3Nl6{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.PlotEditor_speechBubble__featureButtons__tC4ON{display:flex;gap:5px}.PlotEditor_speechBubble__featureButton__Wpe93{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.PlotEditor_speechBubble__submit__lrS1z{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__submit__lrS1z img{width:15px}.PlotEditor_speechBubble__stop__nBvvI{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__stop__nBvvI img{width:15px}.PlotEditor_speechBubble__stopIcon__yQP1f{width:8px;height:8px;background-color:#fff;border-radius:1px}.PlotEditor_column__54hNU::-webkit-scrollbar{width:1px}.PlotEditor_column__54hNU::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_column__54hNU::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_column__54hNU::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_column__54hNU{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.PlotEditor_item__kuvM7{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.PlotEditor_item__kuvM7:last-child{border-bottom:none}.PlotEditor_item__header__6P8Ux{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.PlotEditor_item__icon__bisln{width:30px;height:30px;border-radius:100%}.PlotEditor_item__content__QK1TY{font-size:12px;color:#5c5c5c}.OnetimePassword_wrapper__MZ4Ab{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:100000}.OnetimePassword_main__kLwZ7{position:relative;width:400px;background-color:#fff;border-radius:10px;padding:50px 20px;display:flex;flex-direction:column;box-shadow:2px 2px 7px rgba(92,92,92,.25);gap:20px}@media(max-width:800px){.OnetimePassword_main__kLwZ7{width:90%;margin:0 auto}}.OnetimePassword_closeIcon__8nb1O{position:absolute;top:20px;right:20px;width:20px;cursor:pointer}.OnetimePassword_title__NRU_8{color:#5c5c5c;font-size:18px;font-weight:700;text-align:center}.OnetimePassword_description__r_bH_{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center}.OnetimePassword_reSendMessage__hc9EO{color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;display:flex;justify-content:center;align-items:center;gap:5px}.OnetimePassword_reSendMessage__hc9EO img{width:20px}.OnetimePassword_buttons__RTNGW{display:flex;gap:10px;justify-content:center}.Counters_wrapper___jCwy{display:flex;gap:10px}@media(max-width:800px){.Counters_wrapper___jCwy{gap:15px}}.Counters_reviewCount__HsbnW,.Counters_supportCount__r_xKS{display:flex;justify-content:center;align-items:center;gap:2px;color:#45caaa;font-size:14px;line-height:1.5;letter-spacing:.05em;background-color:#fff;border-radius:5px 5px 5px 5px;border:1px solid #45caaa}@media(min-width:801px){.Counters_reviewCount__HsbnW,.Counters_supportCount__r_xKS{flex-direction:column;padding:10px 15px;width:75px;height:75px}}@media(max-width:800px){.Counters_reviewCount__HsbnW,.Counters_supportCount__r_xKS{gap:3px;font-size:12px;border:none}}.Counters_reviewCount__HsbnW img,.Counters_supportCount__r_xKS img{width:30px}@media(max-width:800px){.Counters_reviewCount__HsbnW img,.Counters_supportCount__r_xKS img{width:15px}}@media(min-width:801px){.Counters_supportCount__r_xKS img{transform:translateX(10%)}}.PageTemplate_wrapper__ScHsg{display:flex;gap:30px;margin-bottom:100px}@media(max-width:800px){.PageTemplate_wrapper__ScHsg{flex-direction:column}}.PageTemplate_left__0uoKl{position:relative;display:flex;flex-direction:column;gap:30px;width:211px}@media(max-width:800px){.PageTemplate_left__0uoKl{width:100%;align-items:center;gap:20px}}.PageTemplate_right__9mUU1{flex:1 1;display:flex;flex-direction:column;gap:30px}.PageTemplate_thumbnail___Sm8y{position:relative;width:100%;display:flex;justify-content:center;align-items:center}@media(max-width:800px){.PageTemplate_thumbnail___Sm8y{max-width:200px}}.PageTemplate_thumbnail__image__Xt17P{width:100%;height:285px;background-color:#f5f5f5;object-fit:contain}@media(max-width:800px){.PageTemplate_thumbnail__image__Xt17P{height:auto}}.PageTemplate_thumbnail__editImageIcon__3iUiy{position:absolute;cursor:pointer}.PageTemplate_thumbnail__status__styyk{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:10px;padding:10px;width:100%;background-color:hsla(0,0%,100%,.85);box-sizing:border-box;color:#5c5c5c;font-size:17px;letter-spacing:.08em}.PageTemplate_menu__IBU29{position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_menu__itemActive__pHiPD,.PageTemplate_menu__item__gTa_m{position:relative;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;gap:10px;padding:2px 10px 3px;background-color:#f7f7f7;border-radius:3px 3px 3px 3px;box-sizing:border-box;color:#232323;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_menu__itemActive__pHiPD{background-color:#45caaa;color:#fff}.PageTemplate_seriesInfo___LFx5{position:relative;display:flex;justify-content:space-between;gap:15px}@media(max-width:800px){.PageTemplate_seriesInfo___LFx5{flex-direction:column}}.PageTemplate_seriesInfo__main__HKDDF{flex:1 1;position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_seriesInfo__status__A8xZP{position:relative;display:flex;gap:30px}.PageTemplate_seriesInfo__tags__8V86C{position:relative;display:flex;gap:10px;flex-wrap:wrap;width:100%;max-width:457px;padding:10px;background-color:#f7f7f7;box-sizing:border-box}.PageTemplate_seriesInfo__tag__Mtd5f{position:relative;padding-bottom:3px;border-bottom:1px dashed #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:12px;line-height:18px;letter-spacing:.05em}.PageTemplate_seriesInfo__counters____Fxo{display:flex;justify-content:flex-start}@media(max-width:800px){.PageTemplate_seriesInfo__counters____Fxo{justify-content:flex-end}}.PageTemplate_seriesInfo__reviewCount__fW9w5{position:relative;display:flex;align-items:center;gap:10px;color:#45caaa;font-size:20px;letter-spacing:.05em}.PageTemplate_seriesInfo__reviewCount__fW9w5 img{width:26px}.PageTemplate_seriesInfo__supportCount__vhZsi{position:relative;display:flex;align-items:center;gap:10px;color:#5c5c5c;font-size:20px;line-height:27px;letter-spacing:.05em}.PageTemplate_seriesInfo__supportCount__vhZsi img{width:26px}.PageTemplate_seriesInfo__right__aksNK{display:flex;flex-direction:column;gap:15px}@media(max-width:800px){.PageTemplate_seriesInfo__right__aksNK{flex-direction:row;justify-content:flex-end}}.PageTemplate_seriesInfo__deleteButton__6ljzj{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:5px 5px 5px 5px;border:1px solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center}.PageTemplate_seriesInfo__deleteButton__6ljzj img{width:18px}.PageTemplate_form__zOYRH{position:relative;width:100%;display:flex;flex-direction:column;gap:45px}.PageTemplate_form__item__DPLRj{position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_form__label__fxuOQ{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:5px;color:#232323;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_form__iconText__qGKZ6{color:#c3c3c3;font-size:14px;line-height:21px;letter-spacing:.05em}@media(max-width:800px){.PageTemplate_form__iconText__qGKZ6{width:100%}}.PageTemplate_form__collaborationLabel__P9VhY,.PageTemplate_form__labelBetweenWrapper___VSjW{position:relative;display:flex;align-items:center;justify-content:space-between}@media(max-width:800px){.PageTemplate_form__collaborationLabel__P9VhY{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:10px}}.PageTemplate_form__actionButtons__aHJiB{display:flex;gap:30px}.PageTemplate_form__actionButton__67AgR{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;background-color:#f7f7f7;border-radius:5px;border:1px solid #f7f7f7;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center;cursor:pointer}.PageTemplate_form__genres__AI_zA{position:relative;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.PageTemplate_form__genreActive__ORUbp,.PageTemplate_form__genre__mxB0_{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;border-radius:3px;border:1px solid #f3f3f3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;cursor:pointer}.PageTemplate_form__genreActive__ORUbp{border-color:#5c5c5c}.PageTemplate_form__tags__9JTPz{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.PageTemplate_form__tags__9JTPz img{width:15px;cursor:pointer}.PageTemplate_form__tagActive__IY8YQ,.PageTemplate_form__tag__sMWIV{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;border-radius:3px;border:1px solid #f3f3f3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em}.PageTemplate_form__tagActive__IY8YQ{border-color:#5c5c5c}.PageTemplate_form__addTag__eOREx{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;background-color:#f7f7f7;border-radius:5px;border:1px solid #f7f7f7;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;cursor:pointer}.PageTemplate_form__addTag__eOREx img{width:18px}.PageTemplate_form__selfRatings__gov8p{position:relative;display:flex;gap:30px}@media(max-width:800px){.PageTemplate_form__selfRatings__gov8p{gap:10px}}.PageTemplate_form__targetAudiences__f9nMy{position:relative;display:flex;gap:30px}@media(max-width:800px){.PageTemplate_form__targetAudiences__f9nMy{gap:10px}}.PageTemplate_form__characters__4v_pV{position:relative;display:flex;justify-content:space-between;gap:49px;flex-wrap:wrap}@media(max-width:800px){.PageTemplate_form__characters__4v_pV{left:-15px;flex-direction:column;gap:10px;width:calc(100% + 30px);padding:10px;background-color:#f7f7f7}}.PageTemplate_form__noCharactersMessage__EFjpR{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;color:#c3c3c3;font-size:18px;line-height:24px;letter-spacing:.08em}.PageTemplate_form__collaborateUsers__THUuK{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}@media(max-width:800px){.PageTemplate_form__collaborateUsers__THUuK{grid-template-columns:repeat(1,1fr)}}.PageTemplate_form__completeActions__ROw2H{position:relative;display:flex;justify-content:flex-end;gap:15px;margin-top:15px}@media(max-width:800px){.PageTemplate_form__completeActions__ROw2H{justify-content:center}}.PageTemplate_form__submit__EA6Al{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;height:40px;border-radius:5px 5px 5px 5px;border:1px solid #45caaa;box-sizing:border-box;color:#45caaa;font-size:14px;line-height:24px;letter-spacing:.05em;text-align:center;cursor:pointer}@media(max-width:800px){.PageTemplate_form__submit__EA6Al{width:100%}}.ChatTab_wrapper__ZTKli{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.ChatTab_wrapper__ZTKli::-webkit-scrollbar{width:1px}.ChatTab_wrapper__ZTKli::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_wrapper__ZTKli::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_wrapper__ZTKli::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__cloa6{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.ChatTab_speechBubble__main__jcJdi{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.ChatTab_speechBubble__main__jcJdi::-webkit-scrollbar{width:1px}.ChatTab_speechBubble__main__jcJdi::-webkit-scrollbar-track{background:#f1f1f1}.ChatTab_speechBubble__main__jcJdi::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.ChatTab_speechBubble__main__jcJdi::-webkit-scrollbar-thumb:hover{background:#555}.ChatTab_speechBubble__text___HXin{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.ChatTab_speechBubble__text___HXin:first-child{padding-top:0}.ChatTab_speechBubble__text___HXin:last-child{border-bottom:none}.ChatTab_speechBubble__date__TrnG1{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.ChatTab_speechBubble__characters__ubaYy{position:relative;display:flex;gap:5px;justify-content:center}.ChatTab_speechBubble__character__kV37r,.ChatTab_speechBubble__selectedCharacter__1vpmF{width:30px;height:30px;border-radius:100%;border:1px solid #f1f1f1;opacity:.2;cursor:pointer}.ChatTab_speechBubble__selectedCharacter__1vpmF{opacity:1}.ChatTab_speechBubble__submitPlotTextButton__AGCiF{position:absolute;bottom:0;right:0;width:-moz-fit-content;width:fit-content;padding:5px 10px;background-color:#63e6c7;border-radius:60px;color:#fff;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__form__IpkOT{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.ChatTab_speechBubble__empty__YjdW9{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__error__O1AO9{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.ChatTab_speechBubble__input__VKqEB{width:100%}.ChatTab_speechBubble__features__cinFu{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.ChatTab_speechBubble__featureButtons__49iXa{display:flex;gap:5px}.ChatTab_speechBubble__featureButton__dnl5N{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.ChatTab_speechBubble__submit__bs1OB{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__submit__bs1OB img{width:15px}.ChatTab_speechBubble__stop__JJXk7{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.ChatTab_speechBubble__stop__JJXk7 img{width:15px}.ChatTab_speechBubble__stopIcon__sqkE2{width:8px;height:8px;background-color:#fff;border-radius:1px}.PlotEditor_wrapper__kOg1Q{position:fixed;top:0;left:0;width:100%;height:100%;background-color:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center;z-index:1000000000}.PlotEditor_main__KfrpT{position:relative;width:500px;height:500px;background-color:#fff;border-radius:5px;display:flex;flex-direction:column;gap:10px;box-shadow:2px 2px 7px rgba(92,92,92,.25)}@media(max-width:800px){.PlotEditor_main__KfrpT{width:95%}}.PlotEditor_navigation__IZAij{display:flex;align-items:center;gap:10px;padding:10px}@media(max-width:800px){.PlotEditor_navigation__IZAij{overflow-x:auto}}.PlotEditor_selectedTab__DzZCF,.PlotEditor_tab___zlKF{color:#5c5c5c;font-size:12px;background-color:#f1f1f1;border-radius:10px;padding:10px 20px;cursor:pointer}@media(max-width:800px){.PlotEditor_selectedTab__DzZCF,.PlotEditor_tab___zlKF{white-space:nowrap}}.PlotEditor_selectedTab__DzZCF{background-color:#63e6c7;color:#fff}.PlotEditor_close__hKt2t{position:absolute;right:10px;width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:100%;background-color:#686868;cursor:pointer}.PlotEditor_close__hKt2t img{width:12px}.PlotEditor_speechBubble__mVLvY{position:relative;width:100%;height:100%;display:flex;flex-direction:column;gap:10px;background-color:#fff;box-shadow:0 0 5px 1px #f1f1f1;padding:20px 10px 10px;cursor:default}.PlotEditor_speechBubble__main__giUiR{flex:1 1;border-radius:4px;padding:0 10px;overflow-y:auto}.PlotEditor_speechBubble__main__giUiR::-webkit-scrollbar{width:1px}.PlotEditor_speechBubble__main__giUiR::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_speechBubble__main__giUiR::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_speechBubble__main__giUiR::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_speechBubble__text__ormLN{color:#5c5c5c;font-size:14px;line-height:1.5;letter-spacing:.1em;padding:10px 0;border-bottom:1px solid #f1f1f1}.PlotEditor_speechBubble__text__ormLN:first-child{padding-top:0}.PlotEditor_speechBubble__text__ormLN:last-child{border-bottom:none}.PlotEditor_speechBubble__date__5NhzV{color:#ddd;font-size:8px;text-align:right;margin-top:5px}.PlotEditor_speechBubble__form__OT030{display:flex;flex-direction:column;gap:5px;border:1px solid #f1f1f1;padding-top:5px;padding-bottom:10px}.PlotEditor_speechBubble__empty__sNcgw{display:flex;flex-direction:column;align-items:center;gap:10px;padding:100px 0;font-size:14px;color:#969696;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__error__pOptA{color:#fd879d;font-size:14px;line-height:1.5;letter-spacing:.1em}.PlotEditor_speechBubble__input__FGeG7{width:100%}.PlotEditor_speechBubble__features__gLZS7{display:flex;justify-content:space-between;align-items:center;padding:0 5px}.PlotEditor_speechBubble__featureButtons__XHcOY{display:flex;gap:5px}.PlotEditor_speechBubble__featureButton__MBeWS{padding:5px 10px;border-radius:60px;border:1px solid #63e6c7;color:#63e6c7;font-size:12px;letter-spacing:.05em;cursor:pointer}.PlotEditor_speechBubble__submit__BOm15{width:24px;height:24px;background-color:#63e6c7;padding:10px;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__submit__BOm15 img{width:15px}.PlotEditor_speechBubble__stop__jMdux{width:24px;height:24px;background-color:#dd7474;border-radius:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.PlotEditor_speechBubble__stop__jMdux img{width:15px}.PlotEditor_speechBubble__stopIcon__17OAy{width:8px;height:8px;background-color:#fff;border-radius:1px}.PlotEditor_column__vdyWI::-webkit-scrollbar{width:1px}.PlotEditor_column__vdyWI::-webkit-scrollbar-track{background:#f1f1f1}.PlotEditor_column__vdyWI::-webkit-scrollbar-thumb{background-color:#969696;border:1px solid #969696}.PlotEditor_column__vdyWI::-webkit-scrollbar-thumb:hover{background:#555}.PlotEditor_column__vdyWI{flex:1 1;width:100%;border-right:1px solid #e0e0e0;overflow-y:auto}.PlotEditor_item__K03_a{width:100%;height:100px;border-bottom:1px solid #e0e0e0;padding:10px;display:flex;flex-direction:column;gap:10px;overflow-y:auto}.PlotEditor_item__K03_a:last-child{border-bottom:none}.PlotEditor_item__header__hsVbS{display:flex;gap:10px;align-items:center;font-size:14px;color:#5c5c5c}.PlotEditor_item__icon__5v_Vf{width:30px;height:30px;border-radius:100%}.PlotEditor_item__content__pzuiH{font-size:12px;color:#5c5c5c}.PageTemplate_wrapper__32ME5{display:flex;gap:30px;margin-bottom:100px}@media(max-width:800px){.PageTemplate_wrapper__32ME5{flex-direction:column}}.PageTemplate_left__wSJFC{position:relative;display:flex;flex-direction:column;gap:30px;width:211px}@media(max-width:800px){.PageTemplate_left__wSJFC{width:100%;align-items:center;gap:20px}}.PageTemplate_right__kP5iG{flex:1 1;display:flex;flex-direction:column;gap:30px}.PageTemplate_thumbnail__XDu77{position:relative;width:100%;display:flex;justify-content:center;align-items:center}@media(max-width:800px){.PageTemplate_thumbnail__XDu77{max-width:200px}}.PageTemplate_thumbnail__image__Jgoh8{width:100%;height:285px;background-color:#f5f5f5;object-fit:contain}@media(max-width:800px){.PageTemplate_thumbnail__image__Jgoh8{height:auto}}.PageTemplate_thumbnail__editImageIcon__OKD7I{position:absolute;cursor:pointer}.PageTemplate_thumbnail__status__oYiJW{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:10px;padding:10px;width:100%;background-color:hsla(0,0%,100%,.85);box-sizing:border-box;color:#5c5c5c;font-size:17px;letter-spacing:.08em}.PageTemplate_menu__658vx{position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_menu__itemActive__0ZKDj,.PageTemplate_menu__item___BaaK{position:relative;width:-moz-fit-content;width:fit-content;display:flex;justify-content:center;gap:10px;padding:2px 10px 3px;background-color:#f7f7f7;border-radius:3px 3px 3px 3px;box-sizing:border-box;color:#232323;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_menu__itemActive__0ZKDj{background-color:#45caaa;color:#fff}.PageTemplate_seriesInfo__Hl7kg{position:relative;display:flex;justify-content:space-between;gap:15px}.PageTemplate_seriesInfo__main__lK0EO{flex:1 1;position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_seriesInfo__status__jzZwH{position:relative;display:flex;gap:30px}.PageTemplate_seriesInfo__title__I1EET{color:#5c5c5c;font-size:20px;font-weight:700;line-height:30px;letter-spacing:.05em}.PageTemplate_seriesInfo__tags__mXR5Q{position:relative;width:100%;display:flex;gap:10px;flex-wrap:wrap;width:457px;padding:10px;background-color:#f7f7f7;box-sizing:border-box}.PageTemplate_seriesInfo__tag__4MbN3{position:relative;padding-bottom:3px;border-bottom:1px dashed #5c5c5c;box-sizing:border-box;color:#5c5c5c;font-size:12px;line-height:18px;letter-spacing:.05em}.PageTemplate_seriesInfo__reviewCount___zNPw{position:relative;display:flex;align-items:center;gap:10px;color:#45caaa;font-size:20px;letter-spacing:.05em}.PageTemplate_seriesInfo__reviewCount___zNPw img{width:26px}.PageTemplate_seriesInfo__supportCount__EzJcD{position:relative;display:flex;align-items:center;gap:10px;color:#5c5c5c;font-size:20px;line-height:27px;letter-spacing:.05em}.PageTemplate_seriesInfo__supportCount__EzJcD img{width:26px}.PageTemplate_seriesInfo__right__HKwBL{display:flex;flex-direction:column;gap:15px}@media(max-width:800px){.PageTemplate_seriesInfo__right__HKwBL{display:none}}.PageTemplate_seriesInfo__deleteButton__J0kMO{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;border-radius:5px 5px 5px 5px;border:1px solid #c3c3c3;box-sizing:border-box;color:#c3c3c3;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center}.PageTemplate_seriesInfo__deleteButton__J0kMO img{width:18px}.PageTemplate_form__WXImL{position:relative;width:100%;display:flex;flex-direction:column;gap:45px}.PageTemplate_form__item__TfA14{position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_form__shortStoryRadioButtons__xPLni{display:flex;gap:10px}.PageTemplate_form__label__K22pQ{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:5px;color:#232323;font-size:14px;line-height:21px;letter-spacing:.05em}.PageTemplate_form__iconText__ps7G4{color:#c3c3c3;font-size:14px;line-height:21px;letter-spacing:.05em}@media(max-width:800px){.PageTemplate_form__iconText__ps7G4{width:100%}}.PageTemplate_form__collaborationLabel__Gudv_,.PageTemplate_form__labelBetweenWrapper__nKTep{position:relative;display:flex;align-items:center;justify-content:space-between}@media(max-width:800px){.PageTemplate_form__collaborationLabel__Gudv_{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:10px}}.PageTemplate_form__actionButtons__0_ki3{display:flex;gap:30px}.PageTemplate_form__actionButton__ZDZWj{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;background-color:#f7f7f7;border-radius:5px;border:1px solid #f7f7f7;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:center;cursor:pointer}.PageTemplate_form__genres__1mygh{position:relative;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.PageTemplate_form__genreActive__gKpgi,.PageTemplate_form__genre__b3x9J{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;border-radius:3px;border:1px solid #f3f3f3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em;transition:.1s;cursor:pointer}.PageTemplate_form__genreActive__gKpgi{border-color:#5c5c5c}.PageTemplate_form__tags__lhSz4{position:relative;display:flex;align-items:center;flex-wrap:wrap;gap:10px}.PageTemplate_form__tags__lhSz4 img{width:15px;cursor:pointer}.PageTemplate_form__tagActive__01GGl,.PageTemplate_form__tag__eamxW{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:10px;border-radius:3px;border:1px solid #f3f3f3;box-sizing:border-box;color:#5c5c5c;font-size:16px;line-height:24px;letter-spacing:.08em}.PageTemplate_form__tagActive__01GGl img,.PageTemplate_form__tag__eamxW img{width:15px;cursor:pointer}.PageTemplate_form__tagActive__01GGl{border-color:#5c5c5c}.PageTemplate_form__addTag__jG6Fr{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;background-color:#f7f7f7;border-radius:5px;border:1px solid #f7f7f7;box-sizing:border-box;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;cursor:pointer}.PageTemplate_form__addTag__jG6Fr img{width:18px}.PageTemplate_form__selfRatings__yfvww{position:relative;display:flex;gap:30px}@media(max-width:800px){.PageTemplate_form__selfRatings__yfvww{gap:10px}}.PageTemplate_form__targetAudiences__vZAle{position:relative;display:flex;gap:30px}@media(max-width:800px){.PageTemplate_form__targetAudiences__vZAle{gap:10px}}.PageTemplate_form__characters__Dmh5r{position:relative;display:flex;justify-content:space-between;gap:49px;flex-wrap:wrap}@media(max-width:800px){.PageTemplate_form__characters__Dmh5r{left:-15px;flex-direction:column;gap:10px;width:calc(100% + 30px);padding:10px;background-color:#f7f7f7}}.PageTemplate_form__noCharactersMessage__Qe3e2{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;color:#c3c3c3;font-size:18px;line-height:24px;letter-spacing:.08em}.PageTemplate_form__collaborateUsers__mqVpr{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:15px;gap:15px}@media(max-width:800px){.PageTemplate_form__collaborateUsers__mqVpr{grid-template-columns:repeat(1,1fr)}}.PageTemplate_form__completeActions__ST6pS{position:relative;display:flex;justify-content:flex-end;gap:15px;margin-top:15px}@media(max-width:800px){.PageTemplate_form__completeActions__ST6pS{justify-content:center}}.PageTemplate_form__submit__Vh6_i{position:relative;display:flex;justify-content:center;align-items:center;gap:10px;padding:8px 15px;height:40px;border-radius:5px 5px 5px 5px;border:1px solid #45caaa;box-sizing:border-box;color:#45caaa;font-size:14px;line-height:24px;letter-spacing:.05em;text-align:center;cursor:pointer}@media(max-width:800px){.PageTemplate_form__submit__Vh6_i{width:100%}}.PageTemplate_main__2CJZk{display:flex;flex-direction:column;gap:30px;width:100%}.PageTemplate_information__ocZFC{position:relative;display:flex;gap:45px}@media(max-width:800px){.PageTemplate_information__ocZFC{flex-direction:column;gap:20px}}.PageTemplate_heading__Idifd{position:relative;display:flex;align-items:center;gap:10px;color:#232323;font-size:14px;letter-spacing:.05em}.PageTemplate_heading__Idifd:before{content:"";position:relative;width:10px;height:23px;background-color:#45caaa}.PageTemplate_followItems__ZbHe2{position:relative;display:flex;flex-direction:column;gap:15px}@media(max-width:800px){.PageTemplate_followItems__ZbHe2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:40px;gap:40px}}.PageTemplate_followItem__RJlov{position:relative;display:flex;flex-direction:column;gap:5px}.PageTemplate_followItem__RJlov span{position:relative;width:100%;color:#5c5c5c;font-size:14px;line-height:21px;letter-spacing:.05em;text-align:right}.PageTemplate_userItems__x2tuI{display:flex;flex-direction:column;gap:60px}.PageTemplate_block__QWafv{position:relative;display:flex;flex-direction:column;gap:15px}.PageTemplate_block__heading__QnHGc{position:relative;width:100%;color:#232323;font-size:18px;line-height:27px;letter-spacing:.05em}.PageTemplate_block__bookItems__V2_H8{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px}@media(max-width:800px){.PageTemplate_block__bookItems__V2_H8{grid-template-columns:repeat(1,1fr)}}.PageTemplate_block__reviewItems__TRoGQ{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px}@media(max-width:800px){.PageTemplate_block__reviewItems__TRoGQ{grid-template-columns:repeat(2,1fr)}}.PageTemplate_block__authorBlogItems__GXG__{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;gap:20px}@media(max-width:800px){.PageTemplate_block__authorBlogItems__GXG__{grid-template-columns:repeat(1,1fr)}}.PageTemplate_block__blogItems__oz_V5{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:15px;gap:15px}@media(max-width:800px){.PageTemplate_block__blogItems__oz_V5{grid-template-columns:repeat(1,1fr)}}.PageTemplate_block__more__V___I{position:relative;display:flex;justify-content:flex-end;align-items:center;gap:5px;color:#5c5c5c;font-size:12px;line-height:16px;letter-spacing:.05em}.PageTemplate_block__more__V___I span{font-size:16px}.PageTemplate_updatedSeries__WIsws{position:relative;display:flex;flex-direction:column;gap:15px}@media(max-width:800px){.PageTemplate_updatedSeries__WIsws{gap:5px}}.PageTemplate_updatedSeries__buttons__cS8BW{position:relative;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px}