@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.wallet-adapter-button{background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;height:48px;line-height:48px;padding:0 24px;border-radius:4px}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{position:relative;display:inline-block}.wallet-adapter-dropdown-list{position:absolute;z-index:99;display:grid;grid-template-rows:1fr;grid-row-gap:10px;padding:10px;top:100%;right:0;margin:0;list-style:none;background:#2c2d30;border-radius:10px;box-shadow:0 8px 20px #0009;opacity:0;visibility:hidden;transition:opacity .2s ease,transform .2s ease,visibility .2s;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;border:none;outline:none;cursor:pointer;white-space:nowrap;box-sizing:border-box;padding:0 20px;width:100%;border-radius:6px;font-size:14px;font-weight:600;height:37px;color:#fff}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{align-self:center;fill:#999}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transform:rotate(180deg);transition:transform ease-in .15s}.wallet-adapter-modal{position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;transition:opacity linear .15s;background:#00000080;z-index:1040;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{display:flex;align-items:center;justify-content:center;position:absolute;top:18px;right:18px;padding:12px;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s ease 0s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;top:0;left:0;bottom:0;right:0}.wallet-adapter-modal-container{display:flex;margin:3rem;min-height:calc(100vh - 6rem);align-items:center;justify-content:center}@media (max-width: 480px){.wallet-adapter-modal-container{margin:1rem;min-height:calc(100vh - 2rem)}}.wallet-adapter-modal-wrapper{box-sizing:border-box;position:relative;display:flex;align-items:center;flex-direction:column;z-index:1050;max-width:400px;border-radius:10px;background:#10141f;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex:1}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{font-weight:500;font-size:24px;line-height:36px;margin:0;padding:64px 48px 48px;text-align:center;color:#fff}@media (max-width: 374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{margin:0 0 12px;padding:0;width:100%;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{font-weight:400;border-radius:0;font-size:18px}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{margin-left:auto;font-size:14px;opacity:.6}.wallet-adapter-modal-list-more{cursor:pointer;border:none;padding:12px 24px 24px 12px;align-self:flex-end;display:flex;align-items:center;background-color:transparent;color:#fff}.wallet-adapter-modal-list-more svg{transition:all .1s ease;fill:#fff;margin-left:.5rem}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 24px;box-sizing:border-box}.wallet-adapter-modal-middle-button{display:block;cursor:pointer;margin-top:48px;width:100%;background-color:#512da8;padding:12px;font-size:18px;border:none;border-radius:8px;color:#fff}.adapter-react-button{display:inline-flex;color:#fff;cursor:pointer;height:48px;background-color:#0f111a;border:none;border-radius:4px;align-items:center;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;white-space:pre}.adapter-react-button:focus{outline:none}.adapter-react-button:focus-visible{outline:2px solid white}.adapter-react-button:not([disabled]):hover{background-color:#373c47}.adapter-react-button[disabled]{background:#404144;color:#999;cursor:not-allowed}.adapter-react-button .button-icon{margin-right:12px}.adapter-react-button .button-icon,.adapter-react-button .button-icon img{display:block;width:28px;height:28px}.adapter-modal{position:fixed;box-sizing:border-box;width:100vw;height:100vh;top:0;right:0;bottom:0;left:0;background-color:#0009;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s ease-in-out;overflow:hidden;z-index:999;padding:40px 20px 20px;opacity:0;pointer-events:none}.adapter-modal-fade-in{opacity:1;pointer-events:auto;transform:scale(1)}.adapter-modal-wrapper{width:100%;max-width:400px;background-color:#282c34;border-radius:10px;color:#fff;display:flex;flex-direction:column;font-size:2rem;box-shadow:0 8px 20px #0009;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif}.adapter-modal-wrapper .adapter-list{padding-bottom:48px}.adapter-modal-header{position:relative;padding:64px 48px 48px}.adapter-modal-header .adapter-modal-title{font-size:24px;font-weight:500;line-height:34px;text-align:center}@media (max-width: 374px){.adapter-modal-header .adapter-modal-title{font-size:18px}}.adapter-modal-header .close-button{width:40px;height:40px;position:absolute;cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;top:18px;right:18px;-webkit-tap-highlight-color:transparent}.adapter-modal-header .close-button:focus{outline:none}.adapter-modal-header .close-button:focus-visible{outline:2px solid white}.adapter-modal-header .close-button:before,.adapter-modal-header .close-button:after{content:"";display:block;width:19px;height:2px;background-color:#777;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.adapter-modal-header .close-button:before{transform:rotate(45deg)}.adapter-modal-header .close-button:after{transform:rotate(-45deg)}.adapter-modal-header .close-button:hover:before,.adapter-modal-header .close-button:hover:after{background-color:#faebd7}.adapter-wallet-item .adapter-react-button{width:100%;background-color:transparent}.adapter-wallet-item .status-text{opacity:.6;margin-left:auto;font-size:14px;font-weight:400}.adapter-dropdown{position:relative;z-index:99;display:inline-block}.adapter-dropdown-collapse{position:absolute;margin:auto;top:100%;right:0;left:0;display:inline-flex}.adapter-dropdown-list{margin:0 auto;width:150px;list-style-type:none;border-radius:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;flex-direction:column;position:relative;top:5px;padding:5px;overflow:hidden;height:min-content;background:#2c2d30}.adapter-dropdown-list li{display:block;margin:auto;color:#fff;cursor:pointer;white-space:nowrap;box-sizing:border-box;width:100%;height:37px;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;padding:0 20px;font-size:14px;font-weight:600;display:flex}.adapter-dropdown-list li:not([disabled]):hover{background-color:#373c47}.image--root .image--figure{margin:0}.image--root .image--figure .image--image-wrapper{position:relative}.image--root .image--figure .image--image-wrapper .image--image{display:block;object-fit:scale-down;border:1px solid var(--image-placeholder-background)}.image--root .image--figure .image--image-wrapper .image--placeholder{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0;bottom:0;left:0;background-color:var(--image-placeholder-background);border-radius:0;color:var(--image-placeholder-color)}.image--root .image--caption{margin-top:10px;font-size:14px;line-height:1.55;text-decoration:none;text-align:center;color:var(--caption-color)}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{top:0;right:0;bottom:0;left:0;position:absolute}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.upload-image--cropper--upload-state{--upload-state-background: rgba(0, 0, 0, .4);--upload-state-color: rgba(256, 256, 256, .9);--upload-progress-background: rgba(6, 74, 6, .9);--upload-progress-color: rgba(256, 256, 256, .4);position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:90001;display:flex;align-items:center;justify-content:center;background:var(--upload-state-background)}.upload-image--cropper--upload-state .upload-image--cropper--progress{display:flex;align-items:flex-end;justify-content:flex-end;position:absolute;top:0;left:0;bottom:0;padding-right:10px;padding-bottom:10px;background:var(--upload-progress-background);font-size:40px;color:var(--upload-progress-color)}.upload-image--cropper--upload-state .upload-image--cropper--uploading{position:relative;font-size:35px;color:var(--upload-state-color)}.upload-image{--background: transparent;--background--active: rgba(0, 0, 0, .15);--border-color: gray;--border-color-active: #0bd50b;--broder-radius: 10px;--drop-background-overlay: rgba(0, 0, 0, .85);--caption-color: #909296;--image-placeholder-color: #909296;--image-placeholder-background: #141517;display:flex;min-height:250px}.upload-image *{outline:none}.upload-image .mantine-Dropzone-root{display:flex;align-items:center;position:relative;width:100%;padding:15px 30px;background:var(--background);border:2px dashed var(--border-color);border-radius:var(--broder-radius);cursor:pointer;overflow:hidden;transition:all .2s}.upload-image .mantine-Dropzone-root .mantine-Dropzone-inner{width:100%}.upload-image .mantine-Dropzone-root:hover{background:var(--background--active);border-color:var(--border-color-active)}.upload-image .upload-image--wrapper{pointer-events:none}.upload-image .upload-image--wrapper .upload-image--previews{display:flex;align-items:flex-start;justify-content:center;margin-bottom:15px}.upload-image .upload-image--wrapper .upload-image--placeholder{margin-bottom:15px}.upload-image .upload-image--wrapper .upload-image--label{text-align:center}.upload-image .upload-image--drop-active,.upload-image .upload-image--drop-invalid{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--drop-background-overlay)}.upload-image .upload-image--drop-active .upload-image--label,.upload-image .upload-image--drop-invalid .upload-image--label{font-size:20px;font-weight:700;text-align:center}.upload-image--crop-modal .mantine-Modal-inner,.upload-image--crop-modal .mantine-Modal-overlay{z-index:90000!important}.upload-file{--background: transparent;--background--active: rgba(0, 0, 0, .15);--border-color: gray;--border-color-active: #0bd50b;--broder-radius: 10px;--drop-background-overlay: rgba(0, 0, 0, .85);--caption-color: #909296;--placeholder-color: #909296;--placeholder-background: #141517;display:flex;position:relative;min-height:35px}.upload-file *{outline:none}.upload-file .mantine-Dropzone-root{display:flex;align-items:center;position:relative;width:100%;padding:0 15px;background:var(--background);border:2px dashed var(--border-color);border-radius:var(--broder-radius);cursor:pointer;overflow:hidden;transition:all .2s}.upload-file .mantine-Dropzone-root .mantine-Dropzone-inner{width:100%}.upload-file .mantine-Dropzone-root:hover{background:var(--background--active);border-color:var(--border-color-active)}.upload-file .upload-file--wrapper{pointer-events:none}/*! Bundled license information:

cropperjs/dist/cropper.css:
  (*!
   * Cropper.js v1.6.2
   * https://fengyuanchen.github.io/cropperjs
   *
   * Copyright 2015-present Chen Fengyuan
   * Released under the MIT license
   *
   * Date: 2024-04-21T07:43:02.731Z
   *)
*/.button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:120px;height:45px;padding:0 15px;background:#26272b;border:2px solid #34393F;border-radius:8px;font-size:18px;font-weight:700;color:#d8d8d8;cursor:pointer;transition:all .2s}@media (max-width: 768px){.button{min-width:100px;height:40px;font-size:16px}}.button svg.button--icon--left{margin-right:3px}.button svg.button--icon--right{margin-left:3px}.button img{height:1.25em}.button img.button--icon--left{margin-right:2px}.button img.button--icon--right{margin-left:2px}.button.button--has-info{padding-bottom:13px!important}.button.button--has-info .button--info{position:absolute;bottom:1px;font-size:12px}.button.button--has-info svg{position:absolute;top:50%;margin:0;transform:translateY(-50%)}.button[disabled],.button.button--disabled{pointer-events:none;color:#d8d8d8;opacity:.6}.button:hover:not([disabled]):not(.button--disabled){background:#323339}.button.button--color--teal{background:#28b599;border-color:#28f8c8;color:#fff}.button.button--color--teal:hover:not([disabled]):not(.button--disabled){background:#34d2b3}.button.button--variant--rounded{min-width:auto;height:auto;padding:0 5px;border-radius:5px}.button.button--variant--rounded svg,.button.button--variant--rounded img{height:24px}.button.button--variant--rounded-full{min-width:auto;width:44px;height:44px;padding:0;border-radius:50%}.button.button--variant--rounded-full img{height:24px}.button.button--variant--small{min-width:auto;height:35px;padding:0 15px;border-radius:11px/5px;font-size:14px}.maintenance{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:30px}.maintenance .notification-center{display:flex;flex-direction:column;gap:30px;text-align:center;color:#fff}.maintenance .notification-center h1{margin:0;font-size:28px;opacity:.8}.maintenance .notification-center p{margin:0;font-size:14px;opacity:.6}.maintenance .notification-center img{height:40px}.action-button{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;position:relative;min-width:71px;height:63px;background-image:linear-gradient(to bottom right,#26272b,#34393f);box-shadow:4px 3px 6px #0d0e0f80,-2px -2px 3px #0d0e0f4d;border:0;border-radius:12px;font-size:12px;font-weight:700;color:#d8d8d8;cursor:pointer;transition:all .2s}.action-button img{width:38px;height:38px}.action-button img+span{margin-top:-2px}.action-button[disabled]{cursor:not-allowed;opacity:.45}.action-button.action-button--variant--small{min-width:63px;height:54px;padding-bottom:8px}.action-button.action-button--variant--small.pb-0{padding-bottom:0}.action-button:hover:not([disabled]),.action-button.action-button--active:not([disabled]){box-shadow:4px 3px 6px #0d0e0f00,-2px -2px 3px #0d0e0f00,inset 3px 3px 10px #0d0e0f99,inset -3px -3px 10px #40464e4d}@media (min-width: 577px){.profile--panel .profile--row{display:flex;margin:0 -15px}.profile--panel .profile--row .profile--col{flex:0 0 50%;max-width:50%;padding:0 15px}}.profile--panel .profile--row .profile--col--social{margin-top:7px}.profile--panel .profile--row .profile--col--social:first-of-type{margin-top:0}.profile--panel .profile--description{margin-top:10px;margin-bottom:24px;font-size:14px}.profile-modal h2{margin-bottom:15px;font-size:30px;font-weight:700;color:#fff}.profile-modal .profile-modal--controls{display:flex;gap:18px;margin-top:10px;margin-bottom:18px}@media (max-width: 576px){.profile-modal .profile-modal--controls{margin-top:30px}}.manager-layout--mobile-menu--opener{display:inline-flex;flex-direction:column;justify-content:space-between;width:30px;height:25px;padding:3px 0;cursor:pointer}@media (min-width: 993px){.manager-layout--mobile-menu--opener{display:none}}.manager-layout--mobile-menu--opener span{display:block;width:100%;height:1px;background:#fff;transition:all .2s}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(1){transform:rotate(45deg) translate(6px,6px)}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(2){opacity:0}.manager-layout--mobile-menu--opener.manager-layout--mobile-menu--opener--is-open span:nth-of-type(3){transform:rotate(-45deg) translate(6px,-6px)}.manager-layout--mobile-menu{position:fixed;top:56px;left:0;right:0;bottom:0;background:#292f32;transform:translateY(-100px);opacity:0;visibility:hidden;pointer-events:none;z-index:89;transition:all .2s;overflow-y:auto}@media (min-width: 993px){.manager-layout--mobile-menu{display:none}}.manager-layout--mobile-menu .manager-layout--mobile-menu--wrapper{width:320px;max-width:100%;max-height:calc(100vh - 56px);margin:0 auto;padding:15px 0;overflow-y:auto}.manager-layout--mobile-menu .manager-layout--mobile-menu--wrapper hr{height:1px;margin:10px 16px;background:#3b4348;border:0}.manager-layout--mobile-menu .mobile-nav-section{padding:4px 0}.manager-layout--mobile-menu .mobile-nav-section--label{padding:8px 16px 4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#909296}.manager-layout--mobile-menu .mobile-nav-link{display:flex;align-items:center;gap:12px;height:44px;padding:0 16px;font-size:15px;color:#acb4bc;cursor:pointer;transition:all .15s}.manager-layout--mobile-menu .mobile-nav-link svg{width:18px;height:18px;flex-shrink:0}.manager-layout--mobile-menu .mobile-nav-link:hover{background:#33383d;color:#fff}.manager-layout--mobile-menu .mobile-nav-link.route-link--is-active,.manager-layout--mobile-menu .mobile-nav-link.mobile-nav-link--active{color:#3b82f6}.manager-layout--mobile-menu .mobile-nav-link.mobile-nav-link--auth{color:#f36170;font-weight:600}.manager-layout--mobile-menu.manager-layout--mobile-menu--is-open{transform:translateY(0);opacity:1;visibility:visible;pointer-events:all}.notif-bell{position:relative}.notif-bell--trigger{display:flex;align-items:center;justify-content:center;position:relative;width:36px;height:36px;background:transparent;border:1px solid #3B4348;border-radius:8px;color:#909296;cursor:pointer;transition:all .2s}.notif-bell--trigger svg{font-size:18px}.notif-bell--trigger:hover{border-color:#3b82f666;color:#fff}.notif-bell--badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;background:#e03131;border-radius:8px;font-size:9px;font-weight:700;color:#fff;line-height:16px;text-align:center}.notif-bell--dropdown{position:absolute;top:100%;right:0;max-width:340px;width:340px;padding-top:8px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10%);z-index:99;transition:all .2s}@media (max-width: 576px){.notif-bell--dropdown{width:calc(100vw - 30px);right:-10px}}@media (max-width: 400px){.notif-bell--dropdown{position:fixed;top:46px;left:10px;right:10px;width:calc(100vw - 20px)}}.notif-bell--dropdown--inner{background:#2a2f32;border:1px solid #3B4348;border-radius:10px;box-shadow:0 8px 30px #0000004d;overflow:hidden}.notif-bell--header{padding:12px 16px;font-size:13px;font-weight:700;color:#fff;border-bottom:1px solid #3B4348}.notif-bell--list{max-height:360px;overflow-y:auto}.notif-bell--loading,.notif-bell--empty{padding:30px 16px;text-align:center;font-size:12px;color:#909296}.notif-bell--more{border-top:1px solid #3B4348}.notif-bell--more button{display:block;width:100%;padding:10px;background:transparent;border:none;font-size:12px;font-weight:500;color:#60a5fa;cursor:pointer;transition:background .15s}.notif-bell--more button:hover{background:#3b82f614}.notif-bell--more button:disabled{color:#909296;cursor:default}.notif-bell--open .notif-bell--trigger{border-color:#3b82f666;color:#fff}.notif-bell--open .notif-bell--dropdown{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}.notif-item{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(59,67,72,.5);transition:background .15s}.notif-item:last-child{border-bottom:none}.notif-item--unread{background:#3b82f60a}.notif-item--unread .notif-item--title:before{content:"";display:inline-block;width:6px;height:6px;margin-right:6px;background:#3b82f6;border-radius:50%;vertical-align:middle}.notif-item--clickable{cursor:pointer}.notif-item--clickable:hover{background:#ffffff08}.notif-item--content{flex:1;min-width:0}.notif-item--title{font-size:12px;font-weight:600;color:#fff;line-height:1.3}.notif-item--message{margin-top:2px;font-size:11.5px;color:#909296;line-height:1.4}.notif-item--time{flex-shrink:0;font-size:10px;color:#909296;padding-top:1px}.manager-layout--header{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 24px;background:#292f32;border-bottom:1px solid #3B4348;z-index:91}@media (max-width: 768px){.manager-layout--header{padding:0 15px}}.manager-layout--header .manager-layout--header--branding{display:flex;align-items:center;gap:16px}.manager-layout--header .manager-layout--header--logo{display:flex;align-items:center;opacity:.7;transition:opacity .2s}.manager-layout--header .manager-layout--header--logo img{height:28px}@media (max-width: 576px){.manager-layout--header .manager-layout--header--logo img{height:16px}}.manager-layout--header .manager-layout--header--logo:hover{opacity:1}.manager-layout--header .manager-layout--header--title{font-size:18px;font-weight:700;color:#fff;letter-spacing:.5px;transition:opacity .2s}@media (max-width: 576px){.manager-layout--header .manager-layout--header--title{font-size:14px}}.manager-layout--header .manager-layout--header--title .accent{color:#3b82f6}.manager-layout--header .manager-layout--header--title:hover{opacity:.8}.manager-layout--header .manager-layout--header--env{padding:2px 6px;background:#3b82f626;border-radius:3px;font-size:10px;font-weight:700;color:#60a5fa;text-transform:uppercase;-webkit-user-select:none;user-select:none}@media (max-width: 992px){.manager-layout--header .manager-layout--header--env{display:none}}.manager-layout--header .manager-layout--header--actions{display:flex;align-items:center;gap:12px}@media (max-width: 992px){.manager-layout--header .manager-layout--header--actions{margin-left:auto;margin-right:15px}}.manager-layout--header .manager-layout--header--profile{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px;background:transparent;border:1px solid #3B4348;border-radius:6px;font-size:13px;font-weight:500;color:#acb4bc;cursor:pointer;transition:all .2s}.manager-layout--header .manager-layout--header--profile svg{width:14px;height:14px}.manager-layout--header .manager-layout--header--profile:hover{border-color:#3b82f6;color:#3b82f6}@media (max-width: 992px){.manager-layout--header .manager-layout--header--profile{display:none}}.manager-layout--header .manager-layout--header--auth{display:flex;align-items:center;gap:6px;height:36px;padding:0 14px;background:transparent;border:1px solid #3B4348;border-radius:6px;font-size:13px;font-weight:500;color:#acb4bc;cursor:pointer;transition:all .2s}.manager-layout--header .manager-layout--header--auth svg{width:16px;height:16px}.manager-layout--header .manager-layout--header--auth:hover{border-color:#f36170;color:#f36170}@media (max-width: 992px){.manager-layout--header .manager-layout--header--auth{display:none}}.manager-layout--topnav{position:fixed;top:56px;left:0;right:0;display:flex;align-items:stretch;height:48px;padding:0 24px;background:#292f32;border-bottom:1px solid #3B4348;box-shadow:0 2px 8px #26272b4d;z-index:90;overflow-x:auto}@media (max-width: 992px){.manager-layout--topnav{display:none}}@media (max-width: 768px){.manager-layout--topnav{padding:0 15px}}.manager-layout--topnav .manager-layout--topnav--item{display:flex;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;color:#acb4bc;white-space:nowrap;border-bottom:2px solid transparent;transition:all .2s}.manager-layout--topnav .manager-layout--topnav--item .icon{display:flex;align-items:center}.manager-layout--topnav .manager-layout--topnav--item .icon svg{width:16px;height:16px}.manager-layout--topnav .manager-layout--topnav--item:hover{color:#fff;background:#ffffff08}.manager-layout--topnav .manager-layout--topnav--item.manager-layout--topnav--item--active{color:#3b82f6;border-bottom-color:#3b82f6}.network-logo{display:inline-flex;align-items:center;justify-content:center}.network-logo svg{width:auto;height:100%;border-radius:50%;outline:2px solid #2A2C31}.token-logo{display:inline-block;position:relative;width:1em;height:1em}.token-logo .token-logo--has-logo{display:block;height:auto!important;border-radius:50%;overflow:hidden}.token-logo .token-logo--has-logo .token-logo--image{display:block;width:100%;padding-top:100%;background-size:cover;background-position:center center}.token-logo .token-logo--no-logo{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:1px dashed rgba(255,255,255,.4);border-radius:50%}.token-logo .token-logo--no-logo .token-logo--missing{display:block;font-size:.35em;font-weight:700;color:#fff9}.token-logo:not(.token-logo--inline-network) .network-logo{position:absolute;top:-4px;right:-6px;width:.8em;height:.8em}.token-logo.token-logo--inline-network{display:inline-flex;flex-direction:row-reverse;justify-content:space-between;width:calc(2em + 5px)!important}.token-logo.token-logo--inline-network .token-logo--has-logo,.token-logo.token-logo--inline-network .token-logo--no-logo,.token-logo.token-logo--inline-network .network-logo{width:calc(50% - 2.5px)!important}.token-logo.token-logo--inline-network .network-logo svg{height:75%}.topup-progress .topup-progress--display{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px;padding:16px 0}.topup-progress .topup-progress--display img{width:28px;height:28px;border-radius:50%}.topup-progress .topup-progress--display--amount{font-size:20px;font-weight:700;color:#fff}.topup-progress .topup-progress--display--symbol{font-size:20px;font-weight:500;color:#909296}.topup-modal{display:flex;flex-direction:column;gap:16px}.topup-modal--network{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#292f32;border:1px solid #3B4348;border-radius:8px}.topup-modal--network--info{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#fff}.topup-modal--network--switch{padding:4px 10px;background:transparent;border:1px solid #3B4348;border-radius:6px;font-size:11px;font-weight:500;color:#60a5fa;cursor:pointer;transition:all .15s}.topup-modal--network--switch:hover{border-color:#3b82f666;background:#3b82f614}.topup-modal--warning{padding:12px 14px;background:#fba20b14;border:1px solid rgba(251,162,11,.2);border-radius:8px;font-size:12px;color:#fba20b;line-height:1.5}.topup-modal--tokens{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 576px){.topup-modal--tokens{grid-template-columns:1fr}}.topup-modal--token-card{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#292f32;border:2px solid #3B4348;border-radius:10px;cursor:pointer;transition:all .15s}.topup-modal--token-card img{width:28px;height:28px;border-radius:50%}.topup-modal--token-card span{font-size:14px;font-weight:700;color:#fff}.topup-modal--token-card:hover{border-color:#3b82f64d}.topup-modal--token-card.active{border-color:#3b82f6;background:#3b82f60f}.topup-modal--balance{display:flex;align-items:center;justify-content:space-between;padding:0 2px;font-size:12px;color:#909296}.topup-modal--balance--max{padding:2px 8px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:4px;font-size:11px;font-weight:600;color:#3b82f6;cursor:pointer;transition:all .15s}.topup-modal--balance--max:hover{background:#3b82f62e}.topup-modal--balance--max:disabled{opacity:.4;cursor:not-allowed}.topup-modal--summary{display:flex;flex-direction:column;gap:6px;padding:12px 14px;background:#292f32;border:1px solid #3B4348;border-radius:8px;font-size:13px}.topup-modal--summary--row{display:flex;justify-content:space-between;color:#909296}.topup-modal--summary--bonus{color:#34d399;font-weight:600}.topup-modal--summary--total{padding-top:6px;border-top:1px solid #3B4348;color:#fff;font-weight:700}.topup-modal--summary--hint{margin-top:2px;font-size:11px;color:#909296}.manager-layout--sidebar{position:fixed;top:var(--header-height);left:0;bottom:0;width:var(--sidebar-width);background:#292f32;border-right:1px solid #3B4348;z-index:89;overflow-y:auto}@media (max-width: 992px){.manager-layout--sidebar{display:none}}.manager-layout--sidebar .manager-layout--sidebar--selector{padding:16px;border-bottom:1px solid #3B4348}.manager-layout--sidebar .manager-layout--sidebar--selector .token-logo{width:22px;height:22px}.manager-layout--sidebar .manager-layout--sidebar--selector .token-logo span{font-size:.5em}.manager-layout--sidebar .manager-layout--sidebar--selector .mantine-Select-root{width:100%}.manager-layout--sidebar .manager-layout--sidebar--credits{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:13px}.manager-layout--sidebar .manager-layout--sidebar--credits .value{font-weight:700;color:#fff}.manager-layout--sidebar .manager-layout--sidebar--credits .label{color:#909296}.manager-layout--sidebar .manager-layout--sidebar--credits .topup{margin-left:auto;padding:2px 6px;background:none;border:0;border-radius:3px;font-size:12px;font-weight:600;color:#3b82f6;cursor:pointer;transition:all .2s}.manager-layout--sidebar .manager-layout--sidebar--credits .topup:hover{background:#3b82f6;color:#fff}.manager-layout--sidebar .manager-layout--sidebar--nav{padding:8px 0}.manager-layout--sidebar .manager-layout--sidebar--link{display:flex;align-items:center;gap:10px;height:42px;padding:0 16px;font-size:14px;color:#acb4bc;transition:all .15s}.manager-layout--sidebar .manager-layout--sidebar--link .icon{display:flex;align-items:center;justify-content:center;width:20px}.manager-layout--sidebar .manager-layout--sidebar--link .icon svg{width:16px;height:16px}.manager-layout--sidebar .manager-layout--sidebar--link .label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.manager-layout--sidebar .manager-layout--sidebar--link:hover{background:#ffffff0a;color:#fff}.manager-layout--sidebar .manager-layout--sidebar--link.manager-layout--sidebar--link--active{background:#3b82f61f;color:#3b82f6}.manager-layout--sidebar .manager-layout--sidebar--link.manager-layout--sidebar--link--active .icon svg{color:#3b82f6}.manager-token-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px;padding:45px 0}.manager-token-loading .label{font-weight:700;opacity:.3}section.manager-page--edit-token{position:relative}section.manager-page--edit-token .token-info{display:flex;flex-direction:column;gap:10px;grid-area:info;font-size:16px}section.manager-page--edit-token .token-info .network-logo,section.manager-page--edit-token .token-info .token-logo{width:20px;height:20px;font-size:12px}section.manager-page--edit-token .token-info .line{display:flex;align-items:center;flex-wrap:wrap;gap:7px}section.manager-page--edit-token .token-info .line .col{display:inline-flex;align-items:center;gap:7px}section.manager-page--edit-token .token-info .line .col:first-of-type{color:#909296}section.manager-page--edit-token .token-info .line .col.green{color:#3b82f6}section.manager-page--edit-token .token-info .address .address--wrapper{overflow:hidden}section.manager-page--edit-token .latest-articles{grid-area:articles}section.manager-page--edit-token .latest-articles h2{margin-bottom:20px;font-size:20px}section.manager-page--edit-token .latest-articles .articles-loading{display:flex;justify-content:center}section.manager-page--edit-token .latest-articles .articles-list{display:flex;flex-wrap:wrap;gap:15px}section.manager-page--edit-token .latest-articles .latest-article{width:250px;background:#292f32;border-radius:5px}section.manager-page--edit-token .latest-articles .latest-article .article-lists{margin-top:5px;padding:0 10px}section.manager-page--edit-token .latest-articles .latest-article .article-image{height:138px;background-size:cover;background-position:center center;border-top-left-radius:5px;border-top-right-radius:5px}section.manager-page--edit-token .latest-articles .latest-article .article-title{margin-top:10px;padding:0 10px;font-size:20px;font-weight:700;line-height:25px}section.manager-page--edit-token .latest-articles .latest-article .article-stats{margin-top:3px;padding:0 10px;font-size:12px;color:#909296}section.manager-page--edit-token .latest-articles .latest-article .article-perex{height:56px;margin-top:10px;padding:0 10px;font-size:12px;line-height:14px;color:#909296}section.manager-page--edit-token .latest-articles .latest-article .manager-button{margin:10px}section.manager-page--edit-token .article-lists{display:inline-flex;gap:7px}section.manager-page--edit-token .edit-token-info{display:flex;align-items:flex-start;gap:15px}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info{gap:0;padding-top:51px}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls{flex:0 0 110px;position:sticky;top:95px;z-index:4}@media (max-width: 1200px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls{top:65px}}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls{flex:0 0 1px;top:101px}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{display:flex;flex-direction:column}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{flex-direction:row;align-items:center;position:absolute;top:-51px;left:-30px;padding:0 30px;width:100vw;height:36px;background:#1f2227;box-shadow:0 6px 6px #0006;overflow-x:auto}}@media (max-width: 768px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--controls--wrapper{left:-15px;padding:0 15px}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action{display:inline-flex;align-items:center;gap:12px;margin-bottom:15px;font-size:14px;white-space:nowrap;color:#acb4bc;cursor:pointer;transition:all .2s}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action{margin-bottom:0}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:not(:last-of-type){margin-right:15px;padding-right:15px;border-right:1px solid #33383D}}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:last-of-type{margin-bottom:0}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--action:hover{color:#fff}section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--delimiter{margin-bottom:7px;padding-bottom:5px;border-bottom:1px solid #3B4348;font-size:12px;opacity:.6}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--controls .edit-token-info--delimiter{display:none}}section.manager-page--edit-token .edit-token-info .edit-token-info--content{flex:1 1 calc(100% - 125px);max-width:calc(100% - 125px)}@media (max-width: 992px){section.manager-page--edit-token .edit-token-info .edit-token-info--content{flex:1 1 calc(100% - 1px);max-width:calc(100% - 1px)}}section.manager-page--edit-token .edit-token-info .edit-token-info--content [class*=icon--]{width:20px}section.manager-page--edit-token .edit-token-info .edit-token-info--content .image-wrapper{width:auto!important;max-width:100%!important;height:auto!important}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row{display:grid;gap:15px 20px;margin-top:15px;margin-bottom:20px}@media (min-width: 769px){section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row{grid-template-columns:repeat(3,1fr)}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row.two-columns{grid-template-columns:repeat(2,1fr)}}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important{opacity:.3;transition:all .2s}section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important:hover,section.manager-page--edit-token .edit-token-info .edit-token-info--content .edit-token-info--form--row .edit-token-info--form--column.not-important:focus-within{opacity:1}section.manager-page--edit-token .edit-token-info hr{margin-top:0}section.manager-page--edit-token .manager-stats{grid-area:stats}section.manager-page--edit-token.manager-page--edit-token--dashboard{display:grid;grid-template-columns:100%;grid-template-areas:"stats" "info" "articles";gap:20px}@media (max-width: 768px){section.manager-page--edit-token.manager-page--edit-token--dashboard{grid-template-areas:"info" "stats" "articles"}}.manager-breadcrumbs{display:flex;gap:8px;margin-bottom:15px}.manager-breadcrumbs .manager-breadcrumbs--item{display:flex;align-items:center;gap:8px;font-size:16px}@media (max-width: 420px){.manager-breadcrumbs .manager-breadcrumbs--item{font-size:14px}}.manager-breadcrumbs .manager-breadcrumbs--item .manager-breadcrumbs--label{color:#acb4bc}.manager-breadcrumbs .manager-breadcrumbs--item a.manager-breadcrumbs--label{transition:all .2s}.manager-breadcrumbs .manager-breadcrumbs--item a.manager-breadcrumbs--label:hover{color:#fff}.manager-breadcrumbs .manager-breadcrumbs--item .manager-breadcrumbs--delimiter{color:#505458}.manager-breadcrumbs .manager-breadcrumbs--item:last-of-type .manager-breadcrumbs--label{font-weight:700;color:#fff}:root{--novel-black: rgb(0 0 0);--novel-white: rgb(255 255 255);--novel-stone-50: rgb(250 250 249);--novel-stone-100: rgb(245 245 244);--novel-stone-200: rgb(231 229 228);--novel-stone-300: rgb(214 211 209);--novel-stone-400: rgb(168 162 158);--novel-stone-500: rgb(120 113 108);--novel-stone-600: rgb(87 83 78);--novel-stone-700: rgb(68 64 60);--novel-stone-800: rgb(41 37 36);--novel-stone-900: rgb(28 25 23);--novel-highlight-default: #ffffff;--novel-highlight-purple: #f6f3f8;--novel-highlight-red: #fdebeb;--novel-highlight-yellow: #fbf4a2;--novel-highlight-blue: #c1ecf9;--novel-highlight-green: #acf79f;--novel-highlight-orange: #faebdd;--novel-highlight-pink: #faf1f5;--novel-highlight-gray: #f1f1ef;--font-title: $ptSans}.dark-theme{--novel-black: #C1C2C5;--novel-white: #25262b;--novel-stone-50: rgb(35 35 34);--novel-stone-100: rgb(41 37 36);--novel-stone-200: #373A40;--novel-stone-300: rgb(112 118 123);--novel-stone-400: rgb(160 167 173);--novel-stone-500: rgb(193 199 204);--novel-stone-600: rgb(212 217 221);--novel-stone-700: rgb(229 232 235);--novel-stone-800: rgb(232 234 235);--novel-stone-900: rgb(240, 240, 241);--novel-highlight-default: #000000;--novel-highlight-purple: #3f2c4b;--novel-highlight-red: #5c1a1a;--novel-highlight-yellow: #5c4b1a;--novel-highlight-blue: #1a3d5c;--novel-highlight-green: #1a5c20;--novel-highlight-orange: #5c3a1a;--novel-highlight-pink: #5c1a3a;--novel-highlight-gray: #3a3a3a}.novel-editor,.novel-editor--render{position:relative;margin-top:5px}.novel-editor .manager-button,.novel-editor--render .manager-button{margin-bottom:10px}.novel-editor .sm\:rounded-lg,.novel-editor--render .sm\:rounded-lg{border-radius:4px!important}.novel-editor .sm\:border,.novel-editor--render .sm\:border{transition:all .2s}.novel-editor:focus-within .sm\:border,.novel-editor--render:focus-within .sm\:border{border-color:#1971c2}.novel-editor.novel-editor--disabled,.novel-editor--render.novel-editor--disabled{pointer-events:none;opacity:.5}.novel-editor.novel-editor--disabled:after,.novel-editor--render.novel-editor--disabled:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;cursor:not-allowed;z-index:99}.novel-editor.width-of-the-client,.novel-editor--render.width-of-the-client{width:805px;max-width:100%;margin:0 auto}.novel-editor .image-wrapper,.novel-editor--render .image-wrapper{position:relative;text-align:left}.novel-editor .image-wrapper img,.novel-editor--render .image-wrapper img{display:inline-block!important}.novel-editor .image-wrapper .image-wrapper--controls,.novel-editor--render .image-wrapper .image-wrapper--controls{position:absolute;top:0;left:0;right:0;bottom:0;background:#26272ba6;opacity:0;pointer-events:none;transition:all .2s}.novel-editor .image-wrapper .image-wrapper--controls .image-wrapper--controls--wrapper,.novel-editor--render .image-wrapper .image-wrapper--controls .image-wrapper--controls--wrapper{position:absolute;top:100%;left:50%;margin-top:8px;transform:translate(-50%)}.novel-editor .image-wrapper .image-wrapper--controls .image-wrapper--controls--wrapper:after,.novel-editor--render .image-wrapper .image-wrapper--controls .image-wrapper--controls--wrapper:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-style:solid;border-width:8px;border-color:transparent;border-bottom-color:var(--novel-stone-200);border-top:0}.novel-editor .image-wrapper.ProseMirror-selectednode .image-wrapper--controls,.novel-editor--render .image-wrapper.ProseMirror-selectednode .image-wrapper--controls{opacity:1;pointer-events:all}.novel-editor .image-wrapper.align--center,.novel-editor--render .image-wrapper.align--center{text-align:center}.novel-editor .image-wrapper.align--right,.novel-editor--render .image-wrapper.align--right{text-align:right}.novel-editor--render label,.novel-editor--render input{pointer-events:none}.novel-editor--render input[type=checkbox]{top:3px!important}.novel-editor--render img{max-width:100%;height:auto!important}.novel-editor--render .render-image{max-width:100%}.novel-editor--render .render-image.align--left{margin-left:0;margin-right:auto}.novel-editor--render .render-image.align--center{margin-left:auto;margin-right:auto}.novel-editor--render .render-image.align--right{margin-left:auto;margin-right:0}.novel-editor--render .ProseMirror{padding:0}.novel-editor--render a{color:#28f8c8!important}.manager-layout .novel-editor,.manager-layout .novel-editor--render,.manager-layout .tippy-box,.web-layout .novel-editor,.web-layout .novel-editor--render,.web-layout .tippy-box{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal}.manager-layout .novel-editor *,.manager-layout .novel-editor :before,.manager-layout .novel-editor :after,.manager-layout .novel-editor--render *,.manager-layout .novel-editor--render :before,.manager-layout .novel-editor--render :after,.manager-layout .tippy-box *,.manager-layout .tippy-box :before,.manager-layout .tippy-box :after,.web-layout .novel-editor *,.web-layout .novel-editor :before,.web-layout .novel-editor :after,.web-layout .novel-editor--render *,.web-layout .novel-editor--render :before,.web-layout .novel-editor--render :after,.web-layout .tippy-box *,.web-layout .tippy-box :before,.web-layout .tippy-box :after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb;color:#c1c2c5}.manager-layout .novel-editor :before,.manager-layout .novel-editor :after,.manager-layout .novel-editor--render :before,.manager-layout .novel-editor--render :after,.manager-layout .tippy-box :before,.manager-layout .tippy-box :after,.web-layout .novel-editor :before,.web-layout .novel-editor :after,.web-layout .novel-editor--render :before,.web-layout .novel-editor--render :after,.web-layout .tippy-box :before,.web-layout .tippy-box :after{--tw-content: ""}.manager-layout .novel-editor hr,.manager-layout .novel-editor--render hr,.manager-layout .tippy-box hr,.web-layout .novel-editor hr,.web-layout .novel-editor--render hr,.web-layout .tippy-box hr{height:0;color:inherit;border-top-width:1px}.manager-layout .novel-editor abbr:where([title]),.manager-layout .novel-editor--render abbr:where([title]),.manager-layout .tippy-box abbr:where([title]),.web-layout .novel-editor abbr:where([title]),.web-layout .novel-editor--render abbr:where([title]),.web-layout .tippy-box abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.manager-layout .novel-editor h1,.manager-layout .novel-editor h2,.manager-layout .novel-editor h3,.manager-layout .novel-editor h4,.manager-layout .novel-editor h5,.manager-layout .novel-editor h6,.manager-layout .novel-editor--render h1,.manager-layout .novel-editor--render h2,.manager-layout .novel-editor--render h3,.manager-layout .novel-editor--render h4,.manager-layout .novel-editor--render h5,.manager-layout .novel-editor--render h6,.manager-layout .tippy-box h1,.manager-layout .tippy-box h2,.manager-layout .tippy-box h3,.manager-layout .tippy-box h4,.manager-layout .tippy-box h5,.manager-layout .tippy-box h6,.web-layout .novel-editor h1,.web-layout .novel-editor h2,.web-layout .novel-editor h3,.web-layout .novel-editor h4,.web-layout .novel-editor h5,.web-layout .novel-editor h6,.web-layout .novel-editor--render h1,.web-layout .novel-editor--render h2,.web-layout .novel-editor--render h3,.web-layout .novel-editor--render h4,.web-layout .novel-editor--render h5,.web-layout .novel-editor--render h6,.web-layout .tippy-box h1,.web-layout .tippy-box h2,.web-layout .tippy-box h3,.web-layout .tippy-box h4,.web-layout .tippy-box h5,.web-layout .tippy-box h6{font-size:inherit;font-weight:inherit;text-transform:initial}.manager-layout .novel-editor a,.manager-layout .novel-editor--render a,.manager-layout .tippy-box a,.web-layout .novel-editor a,.web-layout .novel-editor--render a,.web-layout .tippy-box a{color:inherit;text-decoration:inherit}.manager-layout .novel-editor b,.manager-layout .novel-editor strong,.manager-layout .novel-editor--render b,.manager-layout .novel-editor--render strong,.manager-layout .tippy-box b,.manager-layout .tippy-box strong,.web-layout .novel-editor b,.web-layout .novel-editor strong,.web-layout .novel-editor--render b,.web-layout .novel-editor--render strong,.web-layout .tippy-box b,.web-layout .tippy-box strong{font-weight:bolder}.manager-layout .novel-editor code,.manager-layout .novel-editor kbd,.manager-layout .novel-editor samp,.manager-layout .novel-editor pre,.manager-layout .novel-editor--render code,.manager-layout .novel-editor--render kbd,.manager-layout .novel-editor--render samp,.manager-layout .novel-editor--render pre,.manager-layout .tippy-box code,.manager-layout .tippy-box kbd,.manager-layout .tippy-box samp,.manager-layout .tippy-box pre,.web-layout .novel-editor code,.web-layout .novel-editor kbd,.web-layout .novel-editor samp,.web-layout .novel-editor pre,.web-layout .novel-editor--render code,.web-layout .novel-editor--render kbd,.web-layout .novel-editor--render samp,.web-layout .novel-editor--render pre,.web-layout .tippy-box code,.web-layout .tippy-box kbd,.web-layout .tippy-box samp,.web-layout .tippy-box pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}.manager-layout .novel-editor small,.manager-layout .novel-editor--render small,.manager-layout .tippy-box small,.web-layout .novel-editor small,.web-layout .novel-editor--render small,.web-layout .tippy-box small{font-size:80%}.manager-layout .novel-editor sub,.manager-layout .novel-editor sup,.manager-layout .novel-editor--render sub,.manager-layout .novel-editor--render sup,.manager-layout .tippy-box sub,.manager-layout .tippy-box sup,.web-layout .novel-editor sub,.web-layout .novel-editor sup,.web-layout .novel-editor--render sub,.web-layout .novel-editor--render sup,.web-layout .tippy-box sub,.web-layout .tippy-box sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.manager-layout .novel-editor sub,.manager-layout .novel-editor--render sub,.manager-layout .tippy-box sub,.web-layout .novel-editor sub,.web-layout .novel-editor--render sub,.web-layout .tippy-box sub{bottom:-.25em}.manager-layout .novel-editor sup,.manager-layout .novel-editor--render sup,.manager-layout .tippy-box sup,.web-layout .novel-editor sup,.web-layout .novel-editor--render sup,.web-layout .tippy-box sup{top:-.5em}.manager-layout .novel-editor table,.manager-layout .novel-editor--render table,.manager-layout .tippy-box table,.web-layout .novel-editor table,.web-layout .novel-editor--render table,.web-layout .tippy-box table{text-indent:0;border-color:inherit;border-collapse:collapse}.manager-layout .novel-editor button,.manager-layout .novel-editor input,.manager-layout .novel-editor optgroup,.manager-layout .novel-editor select,.manager-layout .novel-editor textarea,.manager-layout .novel-editor--render button,.manager-layout .novel-editor--render input,.manager-layout .novel-editor--render optgroup,.manager-layout .novel-editor--render select,.manager-layout .novel-editor--render textarea,.manager-layout .tippy-box button,.manager-layout .tippy-box input,.manager-layout .tippy-box optgroup,.manager-layout .tippy-box select,.manager-layout .tippy-box textarea,.web-layout .novel-editor button,.web-layout .novel-editor input,.web-layout .novel-editor optgroup,.web-layout .novel-editor select,.web-layout .novel-editor textarea,.web-layout .novel-editor--render button,.web-layout .novel-editor--render input,.web-layout .novel-editor--render optgroup,.web-layout .novel-editor--render select,.web-layout .novel-editor--render textarea,.web-layout .tippy-box button,.web-layout .tippy-box input,.web-layout .tippy-box optgroup,.web-layout .tippy-box select,.web-layout .tippy-box textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}.manager-layout .novel-editor button,.manager-layout .novel-editor select,.manager-layout .novel-editor--render button,.manager-layout .novel-editor--render select,.manager-layout .tippy-box button,.manager-layout .tippy-box select,.web-layout .novel-editor button,.web-layout .novel-editor select,.web-layout .novel-editor--render button,.web-layout .novel-editor--render select,.web-layout .tippy-box button,.web-layout .tippy-box select{text-transform:none}.manager-layout .novel-editor button,.manager-layout .novel-editor [type=button],.manager-layout .novel-editor [type=reset],.manager-layout .novel-editor [type=submit],.manager-layout .novel-editor--render button,.manager-layout .novel-editor--render [type=button],.manager-layout .novel-editor--render [type=reset],.manager-layout .novel-editor--render [type=submit],.manager-layout .tippy-box button,.manager-layout .tippy-box [type=button],.manager-layout .tippy-box [type=reset],.manager-layout .tippy-box [type=submit],.web-layout .novel-editor button,.web-layout .novel-editor [type=button],.web-layout .novel-editor [type=reset],.web-layout .novel-editor [type=submit],.web-layout .novel-editor--render button,.web-layout .novel-editor--render [type=button],.web-layout .novel-editor--render [type=reset],.web-layout .novel-editor--render [type=submit],.web-layout .tippy-box button,.web-layout .tippy-box [type=button],.web-layout .tippy-box [type=reset],.web-layout .tippy-box [type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}.manager-layout .novel-editor :-moz-focusring,.manager-layout .novel-editor--render :-moz-focusring,.manager-layout .tippy-box :-moz-focusring,.web-layout .novel-editor :-moz-focusring,.web-layout .novel-editor--render :-moz-focusring,.web-layout .tippy-box :-moz-focusring{outline:auto}.manager-layout .novel-editor :-moz-ui-invalid,.manager-layout .novel-editor--render :-moz-ui-invalid,.manager-layout .tippy-box :-moz-ui-invalid,.web-layout .novel-editor :-moz-ui-invalid,.web-layout .novel-editor--render :-moz-ui-invalid,.web-layout .tippy-box :-moz-ui-invalid{box-shadow:none}.manager-layout .novel-editor progress,.manager-layout .novel-editor--render progress,.manager-layout .tippy-box progress,.web-layout .novel-editor progress,.web-layout .novel-editor--render progress,.web-layout .tippy-box progress{vertical-align:baseline}.manager-layout .novel-editor ::-webkit-inner-spin-button,.manager-layout .novel-editor ::-webkit-outer-spin-button,.manager-layout .novel-editor--render ::-webkit-inner-spin-button,.manager-layout .novel-editor--render ::-webkit-outer-spin-button,.manager-layout .tippy-box ::-webkit-inner-spin-button,.manager-layout .tippy-box ::-webkit-outer-spin-button,.web-layout .novel-editor ::-webkit-inner-spin-button,.web-layout .novel-editor ::-webkit-outer-spin-button,.web-layout .novel-editor--render ::-webkit-inner-spin-button,.web-layout .novel-editor--render ::-webkit-outer-spin-button,.web-layout .tippy-box ::-webkit-inner-spin-button,.web-layout .tippy-box ::-webkit-outer-spin-button{height:auto}.manager-layout .novel-editor [type=search],.manager-layout .novel-editor--render [type=search],.manager-layout .tippy-box [type=search],.web-layout .novel-editor [type=search],.web-layout .novel-editor--render [type=search],.web-layout .tippy-box [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.manager-layout .novel-editor ::-webkit-search-decoration,.manager-layout .novel-editor--render ::-webkit-search-decoration,.manager-layout .tippy-box ::-webkit-search-decoration,.web-layout .novel-editor ::-webkit-search-decoration,.web-layout .novel-editor--render ::-webkit-search-decoration,.web-layout .tippy-box ::-webkit-search-decoration{-webkit-appearance:none}.manager-layout .novel-editor ::-webkit-file-upload-button,.manager-layout .novel-editor--render ::-webkit-file-upload-button,.manager-layout .tippy-box ::-webkit-file-upload-button,.web-layout .novel-editor ::-webkit-file-upload-button,.web-layout .novel-editor--render ::-webkit-file-upload-button,.web-layout .tippy-box ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.manager-layout .novel-editor summary,.manager-layout .novel-editor--render summary,.manager-layout .tippy-box summary,.web-layout .novel-editor summary,.web-layout .novel-editor--render summary,.web-layout .tippy-box summary{display:list-item}.manager-layout .novel-editor blockquote,.manager-layout .novel-editor dl,.manager-layout .novel-editor dd,.manager-layout .novel-editor h1,.manager-layout .novel-editor h2,.manager-layout .novel-editor h3,.manager-layout .novel-editor h4,.manager-layout .novel-editor h5,.manager-layout .novel-editor h6,.manager-layout .novel-editor hr,.manager-layout .novel-editor figure,.manager-layout .novel-editor p,.manager-layout .novel-editor pre,.manager-layout .novel-editor--render blockquote,.manager-layout .novel-editor--render dl,.manager-layout .novel-editor--render dd,.manager-layout .novel-editor--render h1,.manager-layout .novel-editor--render h2,.manager-layout .novel-editor--render h3,.manager-layout .novel-editor--render h4,.manager-layout .novel-editor--render h5,.manager-layout .novel-editor--render h6,.manager-layout .novel-editor--render hr,.manager-layout .novel-editor--render figure,.manager-layout .novel-editor--render p,.manager-layout .novel-editor--render pre,.manager-layout .tippy-box blockquote,.manager-layout .tippy-box dl,.manager-layout .tippy-box dd,.manager-layout .tippy-box h1,.manager-layout .tippy-box h2,.manager-layout .tippy-box h3,.manager-layout .tippy-box h4,.manager-layout .tippy-box h5,.manager-layout .tippy-box h6,.manager-layout .tippy-box hr,.manager-layout .tippy-box figure,.manager-layout .tippy-box p,.manager-layout .tippy-box pre,.web-layout .novel-editor blockquote,.web-layout .novel-editor dl,.web-layout .novel-editor dd,.web-layout .novel-editor h1,.web-layout .novel-editor h2,.web-layout .novel-editor h3,.web-layout .novel-editor h4,.web-layout .novel-editor h5,.web-layout .novel-editor h6,.web-layout .novel-editor hr,.web-layout .novel-editor figure,.web-layout .novel-editor p,.web-layout .novel-editor pre,.web-layout .novel-editor--render blockquote,.web-layout .novel-editor--render dl,.web-layout .novel-editor--render dd,.web-layout .novel-editor--render h1,.web-layout .novel-editor--render h2,.web-layout .novel-editor--render h3,.web-layout .novel-editor--render h4,.web-layout .novel-editor--render h5,.web-layout .novel-editor--render h6,.web-layout .novel-editor--render hr,.web-layout .novel-editor--render figure,.web-layout .novel-editor--render p,.web-layout .novel-editor--render pre,.web-layout .tippy-box blockquote,.web-layout .tippy-box dl,.web-layout .tippy-box dd,.web-layout .tippy-box h1,.web-layout .tippy-box h2,.web-layout .tippy-box h3,.web-layout .tippy-box h4,.web-layout .tippy-box h5,.web-layout .tippy-box h6,.web-layout .tippy-box hr,.web-layout .tippy-box figure,.web-layout .tippy-box p,.web-layout .tippy-box pre{margin:0}.manager-layout .novel-editor fieldset,.manager-layout .novel-editor--render fieldset,.manager-layout .tippy-box fieldset,.web-layout .novel-editor fieldset,.web-layout .novel-editor--render fieldset,.web-layout .tippy-box fieldset{margin:0;padding:0}.manager-layout .novel-editor legend,.manager-layout .novel-editor--render legend,.manager-layout .tippy-box legend,.web-layout .novel-editor legend,.web-layout .novel-editor--render legend,.web-layout .tippy-box legend{padding:0}.manager-layout .novel-editor ol,.manager-layout .novel-editor ul,.manager-layout .novel-editor menu,.manager-layout .novel-editor--render ol,.manager-layout .novel-editor--render ul,.manager-layout .novel-editor--render menu,.manager-layout .tippy-box ol,.manager-layout .tippy-box ul,.manager-layout .tippy-box menu,.web-layout .novel-editor ol,.web-layout .novel-editor ul,.web-layout .novel-editor menu,.web-layout .novel-editor--render ol,.web-layout .novel-editor--render ul,.web-layout .novel-editor--render menu,.web-layout .tippy-box ol,.web-layout .tippy-box ul,.web-layout .tippy-box menu{list-style:none;margin:0;padding:0}.manager-layout .novel-editor dialog,.manager-layout .novel-editor--render dialog,.manager-layout .tippy-box dialog,.web-layout .novel-editor dialog,.web-layout .novel-editor--render dialog,.web-layout .tippy-box dialog{padding:0}.manager-layout .novel-editor textarea,.manager-layout .novel-editor--render textarea,.manager-layout .tippy-box textarea,.web-layout .novel-editor textarea,.web-layout .novel-editor--render textarea,.web-layout .tippy-box textarea{resize:vertical}.manager-layout .novel-editor input::-moz-placeholder,.manager-layout .novel-editor textarea::-moz-placeholder,.manager-layout .novel-editor--render input::-moz-placeholder,.manager-layout .novel-editor--render textarea::-moz-placeholder,.manager-layout .tippy-box input::-moz-placeholder,.manager-layout .tippy-box textarea::-moz-placeholder,.web-layout .novel-editor input::-moz-placeholder,.web-layout .novel-editor textarea::-moz-placeholder,.web-layout .novel-editor--render input::-moz-placeholder,.web-layout .novel-editor--render textarea::-moz-placeholder,.web-layout .tippy-box input::-moz-placeholder,.web-layout .tippy-box textarea::-moz-placeholder{opacity:1;color:#9ca3af}.manager-layout .novel-editor input::placeholder,.manager-layout .novel-editor textarea::placeholder,.manager-layout .novel-editor--render input::placeholder,.manager-layout .novel-editor--render textarea::placeholder,.manager-layout .tippy-box input::placeholder,.manager-layout .tippy-box textarea::placeholder,.web-layout .novel-editor input::placeholder,.web-layout .novel-editor textarea::placeholder,.web-layout .novel-editor--render input::placeholder,.web-layout .novel-editor--render textarea::placeholder,.web-layout .tippy-box input::placeholder,.web-layout .tippy-box textarea::placeholder{opacity:1;color:#9ca3af}.manager-layout .novel-editor button,.manager-layout .novel-editor [role=button],.manager-layout .novel-editor--render button,.manager-layout .novel-editor--render [role=button],.manager-layout .tippy-box button,.manager-layout .tippy-box [role=button],.web-layout .novel-editor button,.web-layout .novel-editor [role=button],.web-layout .novel-editor--render button,.web-layout .novel-editor--render [role=button],.web-layout .tippy-box button,.web-layout .tippy-box [role=button]{cursor:pointer}.manager-layout .novel-editor :disabled,.manager-layout .novel-editor--render :disabled,.manager-layout .tippy-box :disabled,.web-layout .novel-editor :disabled,.web-layout .novel-editor--render :disabled,.web-layout .tippy-box :disabled{cursor:default}.manager-layout .novel-editor img,.manager-layout .novel-editor svg,.manager-layout .novel-editor video,.manager-layout .novel-editor canvas,.manager-layout .novel-editor audio,.manager-layout .novel-editor iframe,.manager-layout .novel-editor embed,.manager-layout .novel-editor object,.manager-layout .novel-editor--render img,.manager-layout .novel-editor--render svg,.manager-layout .novel-editor--render video,.manager-layout .novel-editor--render canvas,.manager-layout .novel-editor--render audio,.manager-layout .novel-editor--render iframe,.manager-layout .novel-editor--render embed,.manager-layout .novel-editor--render object,.manager-layout .tippy-box img,.manager-layout .tippy-box svg,.manager-layout .tippy-box video,.manager-layout .tippy-box canvas,.manager-layout .tippy-box audio,.manager-layout .tippy-box iframe,.manager-layout .tippy-box embed,.manager-layout .tippy-box object,.web-layout .novel-editor img,.web-layout .novel-editor svg,.web-layout .novel-editor video,.web-layout .novel-editor canvas,.web-layout .novel-editor audio,.web-layout .novel-editor iframe,.web-layout .novel-editor embed,.web-layout .novel-editor object,.web-layout .novel-editor--render img,.web-layout .novel-editor--render svg,.web-layout .novel-editor--render video,.web-layout .novel-editor--render canvas,.web-layout .novel-editor--render audio,.web-layout .novel-editor--render iframe,.web-layout .novel-editor--render embed,.web-layout .novel-editor--render object,.web-layout .tippy-box img,.web-layout .tippy-box svg,.web-layout .tippy-box video,.web-layout .tippy-box canvas,.web-layout .tippy-box audio,.web-layout .tippy-box iframe,.web-layout .tippy-box embed,.web-layout .tippy-box object{display:block;vertical-align:middle}.manager-layout .novel-editor img,.manager-layout .novel-editor video,.manager-layout .novel-editor--render img,.manager-layout .novel-editor--render video,.manager-layout .tippy-box img,.manager-layout .tippy-box video,.web-layout .novel-editor img,.web-layout .novel-editor video,.web-layout .novel-editor--render img,.web-layout .novel-editor--render video,.web-layout .tippy-box img,.web-layout .tippy-box video{max-width:100%;height:auto}.manager-layout .novel-editor [hidden],.manager-layout .novel-editor--render [hidden],.manager-layout .tippy-box [hidden],.web-layout .novel-editor [hidden],.web-layout .novel-editor--render [hidden],.web-layout .tippy-box [hidden]{display:none}.manager-layout .novel-editor *,.manager-layout .novel-editor :before,.manager-layout .novel-editor :after,.manager-layout .novel-editor--render *,.manager-layout .novel-editor--render :before,.manager-layout .novel-editor--render :after,.manager-layout .tippy-box *,.manager-layout .tippy-box :before,.manager-layout .tippy-box :after,.web-layout .novel-editor *,.web-layout .novel-editor :before,.web-layout .novel-editor :after,.web-layout .novel-editor--render *,.web-layout .novel-editor--render :before,.web-layout .novel-editor--render :after,.web-layout .tippy-box *,.web-layout .tippy-box :before,.web-layout .tippy-box :after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: 0;--tw-pan-y: 0;--tw-pinch-zoom: 0;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: 0;--tw-gradient-via-position: 0;--tw-gradient-to-position: 0;--tw-ordinal: 0;--tw-slashed-zero: 0;--tw-numeric-figure: 0;--tw-numeric-spacing: 0;--tw-numeric-fraction: 0;--tw-ring-inset: 0;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: 0;--tw-brightness: 0;--tw-contrast: 0;--tw-grayscale: 0;--tw-hue-rotate: 0;--tw-invert: 0;--tw-saturate: 0;--tw-sepia: 0;--tw-drop-shadow: 0;--tw-backdrop-blur: 0;--tw-backdrop-brightness: 0;--tw-backdrop-contrast: 0;--tw-backdrop-grayscale: 0;--tw-backdrop-hue-rotate: 0;--tw-backdrop-invert: 0;--tw-backdrop-opacity: 0;--tw-backdrop-saturate: 0;--tw-backdrop-sepia: 0}.manager-layout .novel-editor ::backdrop,.manager-layout .novel-editor--render ::backdrop,.manager-layout .tippy-box ::backdrop,.web-layout .novel-editor ::backdrop,.web-layout .novel-editor--render ::backdrop,.web-layout .tippy-box ::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: 0;--tw-pan-y: 0;--tw-pinch-zoom: 0;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: 0;--tw-gradient-via-position: 0;--tw-gradient-to-position: 0;--tw-ordinal: 0;--tw-slashed-zero: 0;--tw-numeric-figure: 0;--tw-numeric-spacing: 0;--tw-numeric-fraction: 0;--tw-ring-inset: 0;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: 0;--tw-brightness: 0;--tw-contrast: 0;--tw-grayscale: 0;--tw-hue-rotate: 0;--tw-invert: 0;--tw-saturate: 0;--tw-sepia: 0;--tw-drop-shadow: 0;--tw-backdrop-blur: 0;--tw-backdrop-brightness: 0;--tw-backdrop-contrast: 0;--tw-backdrop-grayscale: 0;--tw-backdrop-hue-rotate: 0;--tw-backdrop-invert: 0;--tw-backdrop-opacity: 0;--tw-backdrop-saturate: 0;--tw-backdrop-sepia: 0}.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{width:100%}@media (min-width: 640px){.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{max-width:640px}}@media (min-width: 768px){.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{max-width:768px}}@media (min-width: 1024px){.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{max-width:1024px}}@media (min-width: 1280px){.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{max-width:1280px}}@media (min-width: 1536px){.manager-layout .novel-editor .container,.manager-layout .novel-editor--render .container,.manager-layout .tippy-box .container,.web-layout .novel-editor .container,.web-layout .novel-editor--render .container,.web-layout .tippy-box .container{max-width:1536px}}.manager-layout .novel-editor .prose-lg,.manager-layout .novel-editor--render .prose-lg,.manager-layout .tippy-box .prose-lg,.web-layout .novel-editor .prose-lg,.web-layout .novel-editor--render .prose-lg,.web-layout .tippy-box .prose-lg{font-size:1rem;line-height:1.7777778}.manager-layout .novel-editor .prose-lg :where(p):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(p):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(p):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(p):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(p):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(p):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em}.manager-layout .novel-editor .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where([class~=lead]):not(:where([class~=not-prose] *)){font-size:1.084rem;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.manager-layout .novel-editor .prose-lg :where(blockquote):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(blockquote):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(blockquote):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(blockquote):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(blockquote):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(blockquote):not(:where([class~=not-prose] *)){margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.manager-layout .novel-editor .prose-lg :where(h1):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h1):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h1):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h1):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h1):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h1):not(:where([class~=not-prose] *)){font-size:1.7778rem;font-weight:700;margin-top:0;margin-bottom:.5em;line-height:1}.manager-layout .novel-editor .prose-lg :where(h2):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h2):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h2):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h2):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h2):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h2):not(:where([class~=not-prose] *)){font-size:1.4222rem;font-weight:700;margin-top:0;margin-bottom:.6em;line-height:1.25}.manager-layout .novel-editor .prose-lg :where(h3):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h3):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h3):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h3):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h3):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h3):not(:where([class~=not-prose] *)){font-size:1.28rem;font-weight:700;margin-top:0;margin-bottom:.7em;line-height:1.4}.manager-layout .novel-editor .prose-lg :where(h4):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h4):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h4):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h4):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h4):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h4):not(:where([class~=not-prose] *)){font-size:1.152rem;font-weight:700;margin-top:0;margin-bottom:1em;line-height:1.5}.manager-layout .novel-editor .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.image-wrapper):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.manager-layout .novel-editor .prose-lg :where(video):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(video):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(video):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(video):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(video):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(video):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.manager-layout .novel-editor .prose-lg :where(figure):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(figure):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(figure):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(figure):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(figure):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(figure):not(:where([class~=not-prose] *)){margin-top:1.7777778em;margin-bottom:1.7777778em}.manager-layout .novel-editor .prose-lg :where(figure>*):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(figure>*):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(figure>*):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(figure>*):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(figure>*):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(figure>*):not(:where([class~=not-prose] *)){margin-top:0;margin-bottom:0}.manager-layout .novel-editor .prose-lg :where(figcaption):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(figcaption):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(figcaption):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(figcaption):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(figcaption):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(figcaption):not(:where([class~=not-prose] *)){font-size:.8533rem;line-height:1.5;margin-top:1em}.manager-layout .novel-editor .prose-lg :where(code):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(code):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(code):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(code):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(code):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(code):not(:where([class~=not-prose] *)){font-size:.8533rem}.manager-layout .novel-editor .prose-lg :where(h2 code):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h2 code):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h2 code):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h2 code):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h2 code):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h2 code):not(:where([class~=not-prose] *)){font-size:.832rem}.manager-layout .novel-editor .prose-lg :where(h3 code):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h3 code):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h3 code):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h3 code):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h3 code):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h3 code):not(:where([class~=not-prose] *)){font-size:.84rem}.manager-layout .novel-editor .prose-lg :where(pre):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(pre):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(pre):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(pre):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(pre):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(pre):not(:where([class~=not-prose] *)){font-size:.8533rem;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.manager-layout .novel-editor .prose-lg :where(ol):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(ol):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(ol):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(ol):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(ol):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(ol):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.manager-layout .novel-editor .prose-lg :where(ul):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(ul):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(ul):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(ul):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(ul):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(ul):not(:where([class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.5555556em}.manager-layout .novel-editor .prose-lg :where(li):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(li):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(li):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(li):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(li):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(li):not(:where([class~=not-prose] *)){margin-top:.6666667em;margin-bottom:.6666667em}.manager-layout .novel-editor .prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(ol>li):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(ol>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.manager-layout .novel-editor .prose-lg :where(ul>li):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(ul>li):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(ul>li):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(ul>li):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(ul>li):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(ul>li):not(:where([class~=not-prose] *)){padding-left:.4444444em}.manager-layout .novel-editor .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>ul>li p):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.manager-layout .novel-editor .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>ul>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.manager-layout .novel-editor .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>ul>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.manager-layout .novel-editor .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>ol>li>*:first-child):not(:where([class~=not-prose] *)){margin-top:1.3333333em}.manager-layout .novel-editor .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>ol>li>*:last-child):not(:where([class~=not-prose] *)){margin-bottom:1.3333333em}.manager-layout .novel-editor .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose] *)){margin-top:.8888889em;margin-bottom:.8888889em}.manager-layout .novel-editor .prose-lg :where(hr):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(hr):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(hr):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(hr):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(hr):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(hr):not(:where([class~=not-prose] *)){margin-top:3.1111111em;margin-bottom:3.1111111em}.manager-layout .novel-editor .prose-lg :where(hr+*):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(hr+*):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(hr+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(hr+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(hr+*):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(hr+*):not(:where([class~=not-prose] *)){margin-top:0}.manager-layout .novel-editor .prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h2+*):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h2+*):not(:where([class~=not-prose] *)){margin-top:0}.manager-layout .novel-editor .prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h3+*):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h3+*):not(:where([class~=not-prose] *)){margin-top:0}.manager-layout .novel-editor .prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(h4+*):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(h4+*):not(:where([class~=not-prose] *)){margin-top:0}.manager-layout .novel-editor .prose-lg :where(table):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(table):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(table):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(table):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(table):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(table):not(:where([class~=not-prose] *)){font-size:.8888889em;line-height:1.5}.manager-layout .novel-editor .prose-lg :where(thead th):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(thead th):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(thead th):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(thead th):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(thead th):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(thead th):not(:where([class~=not-prose] *)){padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.manager-layout .novel-editor .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(thead th:first-child):not(:where([class~=not-prose] *)){padding-left:0}.manager-layout .novel-editor .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(thead th:last-child):not(:where([class~=not-prose] *)){padding-right:0}.manager-layout .novel-editor .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(tbody td,tfoot td):not(:where([class~=not-prose] *)){padding:.75em}.manager-layout .novel-editor .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose] *)){padding-left:0}.manager-layout .novel-editor .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose] *)){padding-right:0}.manager-layout .novel-editor .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>:first-child):not(:where([class~=not-prose] *)){margin-top:0}.manager-layout .novel-editor .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)),.manager-layout .novel-editor--render .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)),.manager-layout .tippy-box .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)),.web-layout .novel-editor--render .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)),.web-layout .tippy-box .prose-lg :where(.prose-lg>:last-child):not(:where([class~=not-prose] *)){margin-bottom:0}.manager-layout .novel-editor .prose-stone,.manager-layout .novel-editor--render .prose-stone,.manager-layout .tippy-box .prose-stone,.web-layout .novel-editor .prose-stone,.web-layout .novel-editor--render .prose-stone,.web-layout .tippy-box .prose-stone{--tw-prose-body: #44403c;--tw-prose-headings: #1c1917;--tw-prose-lead: #57534e;--tw-prose-links: #1c1917;--tw-prose-bold: #1c1917;--tw-prose-counters: #78716c;--tw-prose-bullets: #d6d3d1;--tw-prose-hr: #e7e5e4;--tw-prose-quotes: #1c1917;--tw-prose-quote-borders: #e7e5e4;--tw-prose-captions: #78716c;--tw-prose-code: #1c1917;--tw-prose-pre-code: #e7e5e4;--tw-prose-pre-bg: #292524;--tw-prose-th-borders: #d6d3d1;--tw-prose-td-borders: #e7e5e4;--tw-prose-invert-body: #d6d3d1;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #a8a29e;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #a8a29e;--tw-prose-invert-bullets: #57534e;--tw-prose-invert-hr: #44403c;--tw-prose-invert-quotes: #f5f5f4;--tw-prose-invert-quote-borders: #44403c;--tw-prose-invert-captions: #a8a29e;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d6d3d1;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #57534e;--tw-prose-invert-td-borders: #44403c}.manager-layout .novel-editor .fixed,.manager-layout .novel-editor--render .fixed,.manager-layout .tippy-box .fixed,.web-layout .novel-editor .fixed,.web-layout .novel-editor--render .fixed,.web-layout .tippy-box .fixed{position:fixed}.manager-layout .novel-editor .relative,.manager-layout .novel-editor--render .relative,.manager-layout .tippy-box .relative,.web-layout .novel-editor .relative,.web-layout .novel-editor--render .relative,.web-layout .tippy-box .relative{position:relative}.manager-layout .novel-editor .top-full,.manager-layout .novel-editor--render .top-full,.manager-layout .tippy-box .top-full,.web-layout .novel-editor .top-full,.web-layout .novel-editor--render .top-full,.web-layout .tippy-box .top-full{top:100%}.manager-layout .novel-editor .z-50,.manager-layout .novel-editor--render .z-50,.manager-layout .tippy-box .z-50,.web-layout .novel-editor .z-50,.web-layout .novel-editor--render .z-50,.web-layout .tippy-box .z-50{z-index:50}.manager-layout .novel-editor .z-\[99999\],.manager-layout .novel-editor--render .z-\[99999\],.manager-layout .tippy-box .z-\[99999\],.web-layout .novel-editor .z-\[99999\],.web-layout .novel-editor--render .z-\[99999\],.web-layout .tippy-box .z-\[99999\]{z-index:99999}.manager-layout .novel-editor .my-1,.manager-layout .novel-editor--render .my-1,.manager-layout .tippy-box .my-1,.web-layout .novel-editor .my-1,.web-layout .novel-editor--render .my-1,.web-layout .tippy-box .my-1{margin-top:.25rem;margin-bottom:.25rem}.manager-layout .novel-editor .my-4,.manager-layout .novel-editor--render .my-4,.manager-layout .tippy-box .my-4,.web-layout .novel-editor .my-4,.web-layout .novel-editor--render .my-4,.web-layout .tippy-box .my-4{margin-top:1rem;margin-bottom:1rem}.manager-layout .novel-editor .-mb-2,.manager-layout .novel-editor--render .-mb-2,.manager-layout .tippy-box .-mb-2,.web-layout .novel-editor .-mb-2,.web-layout .novel-editor--render .-mb-2,.web-layout .tippy-box .-mb-2{margin-bottom:-.5rem}.manager-layout .novel-editor .-mt-2,.manager-layout .novel-editor--render .-mt-2,.manager-layout .tippy-box .-mt-2,.web-layout .novel-editor .-mt-2,.web-layout .novel-editor--render .-mt-2,.web-layout .tippy-box .-mt-2{margin-top:-.5rem}.manager-layout .novel-editor .mb-1,.manager-layout .novel-editor--render .mb-1,.manager-layout .tippy-box .mb-1,.web-layout .novel-editor .mb-1,.web-layout .novel-editor--render .mb-1,.web-layout .tippy-box .mb-1{margin-bottom:.25rem}.manager-layout .novel-editor .mb-6,.manager-layout .novel-editor--render .mb-6,.manager-layout .tippy-box .mb-6,.web-layout .novel-editor .mb-6,.web-layout .novel-editor--render .mb-6,.web-layout .tippy-box .mb-6{margin-bottom:1.5rem}.manager-layout .novel-editor .mt-1,.manager-layout .novel-editor--render .mt-1,.manager-layout .tippy-box .mt-1,.web-layout .novel-editor .mt-1,.web-layout .novel-editor--render .mt-1,.web-layout .tippy-box .mt-1{margin-top:.25rem}.manager-layout .novel-editor .mt-2,.manager-layout .novel-editor--render .mt-2,.manager-layout .tippy-box .mt-2,.web-layout .novel-editor .mt-2,.web-layout .novel-editor--render .mt-2,.web-layout .tippy-box .mt-2{margin-top:.5rem}.manager-layout .novel-editor .mt-4,.manager-layout .novel-editor--render .mt-4,.manager-layout .tippy-box .mt-4,.web-layout .novel-editor .mt-4,.web-layout .novel-editor--render .mt-4,.web-layout .tippy-box .mt-4{margin-top:1rem}.manager-layout .novel-editor .flex,.manager-layout .novel-editor--render .flex,.manager-layout .tippy-box .flex,.web-layout .novel-editor .flex,.web-layout .novel-editor--render .flex,.web-layout .tippy-box .flex{display:flex}.manager-layout .novel-editor .hidden,.manager-layout .novel-editor--render .hidden,.manager-layout .tippy-box .hidden,.web-layout .novel-editor .hidden,.web-layout .novel-editor--render .hidden,.web-layout .tippy-box .hidden{display:none}.manager-layout .novel-editor .h-10,.manager-layout .novel-editor--render .h-10,.manager-layout .tippy-box .h-10,.web-layout .novel-editor .h-10,.web-layout .novel-editor--render .h-10,.web-layout .tippy-box .h-10{height:2.5rem}.manager-layout .novel-editor .h-3,.manager-layout .novel-editor--render .h-3,.manager-layout .tippy-box .h-3,.web-layout .novel-editor .h-3,.web-layout .novel-editor--render .h-3,.web-layout .tippy-box .h-3{height:.75rem}.manager-layout .novel-editor .h-4,.manager-layout .novel-editor--render .h-4,.manager-layout .tippy-box .h-4,.web-layout .novel-editor .h-4,.web-layout .novel-editor--render .h-4,.web-layout .tippy-box .h-4{height:1rem}.manager-layout .novel-editor .h-auto,.manager-layout .novel-editor--render .h-auto,.manager-layout .tippy-box .h-auto,.web-layout .novel-editor .h-auto,.web-layout .novel-editor--render .h-auto,.web-layout .tippy-box .h-auto{height:auto}.manager-layout .novel-editor .h-full,.manager-layout .novel-editor--render .h-full,.manager-layout .tippy-box .h-full,.web-layout .novel-editor .h-full,.web-layout .novel-editor--render .h-full,.web-layout .tippy-box .h-full{height:100%}.manager-layout .novel-editor .max-h-80,.manager-layout .novel-editor--render .max-h-80,.manager-layout .tippy-box .max-h-80,.web-layout .novel-editor .max-h-80,.web-layout .novel-editor--render .max-h-80,.web-layout .tippy-box .max-h-80{max-height:20rem}.manager-layout .novel-editor .max-h-\[330px\],.manager-layout .novel-editor--render .max-h-\[330px\],.manager-layout .tippy-box .max-h-\[330px\],.web-layout .novel-editor .max-h-\[330px\],.web-layout .novel-editor--render .max-h-\[330px\],.web-layout .tippy-box .max-h-\[330px\]{max-height:330px}.manager-layout .novel-editor .min-h-\[500px\],.manager-layout .novel-editor--render .min-h-\[500px\],.manager-layout .tippy-box .min-h-\[500px\],.web-layout .novel-editor .min-h-\[500px\],.web-layout .novel-editor--render .min-h-\[500px\],.web-layout .tippy-box .min-h-\[500px\]{min-height:500px}.manager-layout .novel-editor .w-10,.manager-layout .novel-editor--render .w-10,.manager-layout .tippy-box .w-10,.web-layout .novel-editor .w-10,.web-layout .novel-editor--render .w-10,.web-layout .tippy-box .w-10{width:2.5rem}.manager-layout .novel-editor .w-3,.manager-layout .novel-editor--render .w-3,.manager-layout .tippy-box .w-3,.web-layout .novel-editor .w-3,.web-layout .novel-editor--render .w-3,.web-layout .tippy-box .w-3{width:.75rem}.manager-layout .novel-editor .w-4,.manager-layout .novel-editor--render .w-4,.manager-layout .tippy-box .w-4,.web-layout .novel-editor .w-4,.web-layout .novel-editor--render .w-4,.web-layout .tippy-box .w-4{width:1rem}.manager-layout .novel-editor .w-48,.manager-layout .novel-editor--render .w-48,.manager-layout .tippy-box .w-48,.web-layout .novel-editor .w-48,.web-layout .novel-editor--render .w-48,.web-layout .tippy-box .w-48{width:12rem}.manager-layout .novel-editor .w-60,.manager-layout .novel-editor--render .w-60,.manager-layout .tippy-box .w-60,.web-layout .novel-editor .w-60,.web-layout .novel-editor--render .w-60,.web-layout .tippy-box .w-60{width:15rem}.manager-layout .novel-editor .w-7,.manager-layout .novel-editor--render .w-7,.manager-layout .tippy-box .w-7,.web-layout .novel-editor .w-7,.web-layout .novel-editor--render .w-7,.web-layout .tippy-box .w-7{width:1.75rem}.manager-layout .novel-editor .w-72,.manager-layout .novel-editor--render .w-72,.manager-layout .tippy-box .w-72,.web-layout .novel-editor .w-72,.web-layout .novel-editor--render .w-72,.web-layout .tippy-box .w-72{width:18rem}.manager-layout .novel-editor .w-fit,.manager-layout .novel-editor--render .w-fit,.manager-layout .tippy-box .w-fit,.web-layout .novel-editor .w-fit,.web-layout .novel-editor--render .w-fit,.web-layout .tippy-box .w-fit{width:fit-content}.manager-layout .novel-editor .w-full,.manager-layout .novel-editor--render .w-full,.manager-layout .tippy-box .w-full,.web-layout .novel-editor .w-full,.web-layout .novel-editor--render .w-full,.web-layout .tippy-box .w-full{width:100%}.manager-layout .novel-editor .max-w-full,.manager-layout .novel-editor--render .max-w-full,.manager-layout .tippy-box .max-w-full,.web-layout .novel-editor .max-w-full,.web-layout .novel-editor--render .max-w-full,.web-layout .tippy-box .max-w-full{max-width:100%}.manager-layout .novel-editor .max-w-screen-lg,.manager-layout .novel-editor--render .max-w-screen-lg,.manager-layout .tippy-box .max-w-screen-lg,.web-layout .novel-editor .max-w-screen-lg,.web-layout .novel-editor--render .max-w-screen-lg,.web-layout .tippy-box .max-w-screen-lg{max-width:1024px}.manager-layout .novel-editor .flex-1,.manager-layout .novel-editor--render .flex-1,.manager-layout .tippy-box .flex-1,.web-layout .novel-editor .flex-1,.web-layout .novel-editor--render .flex-1,.web-layout .tippy-box .flex-1{flex:1 1 0%}.manager-layout .novel-editor .transform,.manager-layout .novel-editor--render .transform,.manager-layout .tippy-box .transform,.web-layout .novel-editor .transform,.web-layout .novel-editor--render .transform,.web-layout .tippy-box .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.manager-layout .novel-editor .animate-spin,.manager-layout .novel-editor--render .animate-spin,.manager-layout .tippy-box .animate-spin,.web-layout .novel-editor .animate-spin,.web-layout .novel-editor--render .animate-spin,.web-layout .tippy-box .animate-spin{animation:spin 1s linear infinite}.manager-layout .novel-editor .cursor-pointer,.manager-layout .novel-editor--render .cursor-pointer,.manager-layout .tippy-box .cursor-pointer,.web-layout .novel-editor .cursor-pointer,.web-layout .novel-editor--render .cursor-pointer,.web-layout .tippy-box .cursor-pointer{cursor:pointer}.manager-layout .novel-editor .resize,.manager-layout .novel-editor--render .resize,.manager-layout .tippy-box .resize,.web-layout .novel-editor .resize,.web-layout .novel-editor--render .resize,.web-layout .tippy-box .resize{resize:both}.manager-layout .novel-editor .list-outside,.manager-layout .novel-editor--render .list-outside,.manager-layout .tippy-box .list-outside,.web-layout .novel-editor .list-outside,.web-layout .novel-editor--render .list-outside,.web-layout .tippy-box .list-outside{list-style-position:outside}.manager-layout .novel-editor .list-decimal,.manager-layout .novel-editor--render .list-decimal,.manager-layout .tippy-box .list-decimal,.web-layout .novel-editor .list-decimal,.web-layout .novel-editor--render .list-decimal,.web-layout .tippy-box .list-decimal{list-style-type:decimal}.manager-layout .novel-editor .list-disc,.manager-layout .novel-editor--render .list-disc,.manager-layout .tippy-box .list-disc,.web-layout .novel-editor .list-disc,.web-layout .novel-editor--render .list-disc,.web-layout .tippy-box .list-disc{list-style-type:disc}.manager-layout .novel-editor .flex-col,.manager-layout .novel-editor--render .flex-col,.manager-layout .tippy-box .flex-col,.web-layout .novel-editor .flex-col,.web-layout .novel-editor--render .flex-col,.web-layout .tippy-box .flex-col{flex-direction:column}.manager-layout .novel-editor .items-start,.manager-layout .novel-editor--render .items-start,.manager-layout .tippy-box .items-start,.web-layout .novel-editor .items-start,.web-layout .novel-editor--render .items-start,.web-layout .tippy-box .items-start{align-items:flex-start}.manager-layout .novel-editor .items-center,.manager-layout .novel-editor--render .items-center,.manager-layout .tippy-box .items-center,.web-layout .novel-editor .items-center,.web-layout .novel-editor--render .items-center,.web-layout .tippy-box .items-center{align-items:center}.manager-layout .novel-editor .justify-center,.manager-layout .novel-editor--render .justify-center,.manager-layout .tippy-box .justify-center,.web-layout .novel-editor .justify-center,.web-layout .novel-editor--render .justify-center,.web-layout .tippy-box .justify-center{justify-content:center}.manager-layout .novel-editor .justify-between,.manager-layout .novel-editor--render .justify-between,.manager-layout .tippy-box .justify-between,.web-layout .novel-editor .justify-between,.web-layout .novel-editor--render .justify-between,.web-layout .tippy-box .justify-between{justify-content:space-between}.manager-layout .novel-editor .gap-1,.manager-layout .novel-editor--render .gap-1,.manager-layout .tippy-box .gap-1,.web-layout .novel-editor .gap-1,.web-layout .novel-editor--render .gap-1,.web-layout .tippy-box .gap-1{gap:.25rem}.manager-layout .novel-editor .space-x-2>:not([hidden])~:not([hidden]),.manager-layout .novel-editor--render .space-x-2>:not([hidden])~:not([hidden]),.manager-layout .tippy-box .space-x-2>:not([hidden])~:not([hidden]),.web-layout .novel-editor .space-x-2>:not([hidden])~:not([hidden]),.web-layout .novel-editor--render .space-x-2>:not([hidden])~:not([hidden]),.web-layout .tippy-box .space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * (1 - var(--tw-space-x-reverse)))}.manager-layout .novel-editor .divide-x>:not([hidden])~:not([hidden]),.manager-layout .novel-editor--render .divide-x>:not([hidden])~:not([hidden]),.manager-layout .tippy-box .divide-x>:not([hidden])~:not([hidden]),.web-layout .novel-editor .divide-x>:not([hidden])~:not([hidden]),.web-layout .novel-editor--render .divide-x>:not([hidden])~:not([hidden]),.web-layout .tippy-box .divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * (1 - var(--tw-divide-x-reverse)))}.manager-layout .novel-editor .divide-stone-200>:not([hidden])~:not([hidden]),.manager-layout .novel-editor--render .divide-stone-200>:not([hidden])~:not([hidden]),.manager-layout .tippy-box .divide-stone-200>:not([hidden])~:not([hidden]),.web-layout .novel-editor .divide-stone-200>:not([hidden])~:not([hidden]),.web-layout .novel-editor--render .divide-stone-200>:not([hidden])~:not([hidden]),.web-layout .tippy-box .divide-stone-200>:not([hidden])~:not([hidden]){border-color:var(--novel-stone-200)}.manager-layout .novel-editor .overflow-hidden,.manager-layout .novel-editor--render .overflow-hidden,.manager-layout .tippy-box .overflow-hidden,.web-layout .novel-editor .overflow-hidden,.web-layout .novel-editor--render .overflow-hidden,.web-layout .tippy-box .overflow-hidden{overflow:hidden}.manager-layout .novel-editor .overflow-y-auto,.manager-layout .novel-editor--render .overflow-y-auto,.manager-layout .tippy-box .overflow-y-auto,.web-layout .novel-editor .overflow-y-auto,.web-layout .novel-editor--render .overflow-y-auto,.web-layout .tippy-box .overflow-y-auto{overflow-y:auto}.manager-layout .novel-editor .whitespace-nowrap,.manager-layout .novel-editor--render .whitespace-nowrap,.manager-layout .tippy-box .whitespace-nowrap,.web-layout .novel-editor .whitespace-nowrap,.web-layout .novel-editor--render .whitespace-nowrap,.web-layout .tippy-box .whitespace-nowrap{white-space:nowrap}.manager-layout .novel-editor .rounded,.manager-layout .novel-editor--render .rounded,.manager-layout .tippy-box .rounded,.web-layout .novel-editor .rounded,.web-layout .novel-editor--render .rounded,.web-layout .tippy-box .rounded{border-radius:.25rem}.manager-layout .novel-editor .rounded-lg,.manager-layout .novel-editor--render .rounded-lg,.manager-layout .tippy-box .rounded-lg,.web-layout .novel-editor .rounded-lg,.web-layout .novel-editor--render .rounded-lg,.web-layout .tippy-box .rounded-lg{border-radius:.5rem}.manager-layout .novel-editor .rounded-md,.manager-layout .novel-editor--render .rounded-md,.manager-layout .tippy-box .rounded-md,.web-layout .novel-editor .rounded-md,.web-layout .novel-editor--render .rounded-md,.web-layout .tippy-box .rounded-md{border-radius:.375rem}.manager-layout .novel-editor .rounded-sm,.manager-layout .novel-editor--render .rounded-sm,.manager-layout .tippy-box .rounded-sm,.web-layout .novel-editor .rounded-sm,.web-layout .novel-editor--render .rounded-sm,.web-layout .tippy-box .rounded-sm{border-radius:.125rem}.manager-layout .novel-editor .border,.manager-layout .novel-editor--render .border,.manager-layout .tippy-box .border,.web-layout .novel-editor .border,.web-layout .novel-editor--render .border,.web-layout .tippy-box .border{border-width:1px}.manager-layout .novel-editor .border-l-4,.manager-layout .novel-editor--render .border-l-4,.manager-layout .tippy-box .border-l-4,.web-layout .novel-editor .border-l-4,.web-layout .novel-editor--render .border-l-4,.web-layout .tippy-box .border-l-4{border-left-width:4px}.manager-layout .novel-editor .border-t,.manager-layout .novel-editor--render .border-t,.manager-layout .tippy-box .border-t,.web-layout .novel-editor .border-t,.web-layout .novel-editor--render .border-t,.web-layout .tippy-box .border-t{border-top-width:1px}.manager-layout .novel-editor .border-stone-200,.manager-layout .novel-editor--render .border-stone-200,.manager-layout .tippy-box .border-stone-200,.web-layout .novel-editor .border-stone-200,.web-layout .novel-editor--render .border-stone-200,.web-layout .tippy-box .border-stone-200{border-color:var(--novel-stone-200)}.manager-layout .novel-editor .border-stone-300,.manager-layout .novel-editor--render .border-stone-300,.manager-layout .tippy-box .border-stone-300,.web-layout .novel-editor .border-stone-300,.web-layout .novel-editor--render .border-stone-300,.web-layout .tippy-box .border-stone-300{border-color:var(--novel-stone-300)}.manager-layout .novel-editor .border-stone-700,.manager-layout .novel-editor--render .border-stone-700,.manager-layout .tippy-box .border-stone-700,.web-layout .novel-editor .border-stone-700,.web-layout .novel-editor--render .border-stone-700,.web-layout .tippy-box .border-stone-700{border-color:var(--novel-stone-700)}.manager-layout .novel-editor .bg-stone-100,.manager-layout .novel-editor--render .bg-stone-100,.manager-layout .tippy-box .bg-stone-100,.web-layout .novel-editor .bg-stone-100,.web-layout .novel-editor--render .bg-stone-100,.web-layout .tippy-box .bg-stone-100{background-color:var(--novel-stone-100)}.manager-layout .novel-editor .bg-stone-200,.manager-layout .novel-editor--render .bg-stone-200,.manager-layout .tippy-box .bg-stone-200,.web-layout .novel-editor .bg-stone-200,.web-layout .novel-editor--render .bg-stone-200,.web-layout .tippy-box .bg-stone-200{background-color:var(--novel-stone-200)}.manager-layout .novel-editor .bg-white,.manager-layout .novel-editor--render .bg-white,.manager-layout .tippy-box .bg-white,.web-layout .novel-editor .bg-white,.web-layout .novel-editor--render .bg-white,.web-layout .tippy-box .bg-white{background-color:var(--novel-white)}.manager-layout .novel-editor .fill-stone-600,.manager-layout .novel-editor--render .fill-stone-600,.manager-layout .tippy-box .fill-stone-600,.web-layout .novel-editor .fill-stone-600,.web-layout .novel-editor--render .fill-stone-600,.web-layout .tippy-box .fill-stone-600{fill:var(--novel-stone-600)}.manager-layout .novel-editor .p-1,.manager-layout .novel-editor--render .p-1,.manager-layout .tippy-box .p-1,.web-layout .novel-editor .p-1,.web-layout .novel-editor--render .p-1,.web-layout .tippy-box .p-1{padding:.25rem}.manager-layout .novel-editor .p-2,.manager-layout .novel-editor--render .p-2,.manager-layout .tippy-box .p-2,.web-layout .novel-editor .p-2,.web-layout .novel-editor--render .p-2,.web-layout .tippy-box .p-2{padding:.5rem}.manager-layout .novel-editor .p-5,.manager-layout .novel-editor--render .p-5,.manager-layout .tippy-box .p-5,.web-layout .novel-editor .p-5,.web-layout .novel-editor--render .p-5,.web-layout .tippy-box .p-5{padding:1.25rem}.manager-layout .novel-editor .px-1,.manager-layout .novel-editor--render .px-1,.manager-layout .tippy-box .px-1,.web-layout .novel-editor .px-1,.web-layout .novel-editor--render .px-1,.web-layout .tippy-box .px-1{padding-left:.25rem;padding-right:.25rem}.manager-layout .novel-editor .px-1\.5,.manager-layout .novel-editor--render .px-1\.5,.manager-layout .tippy-box .px-1\.5,.web-layout .novel-editor .px-1\.5,.web-layout .novel-editor--render .px-1\.5,.web-layout .tippy-box .px-1\.5{padding-left:.375rem;padding-right:.375rem}.manager-layout .novel-editor .px-2,.manager-layout .novel-editor--render .px-2,.manager-layout .tippy-box .px-2,.web-layout .novel-editor .px-2,.web-layout .novel-editor--render .px-2,.web-layout .tippy-box .px-2{padding-left:.5rem;padding-right:.5rem}.manager-layout .novel-editor .px-3,.manager-layout .novel-editor--render .px-3,.manager-layout .tippy-box .px-3,.web-layout .novel-editor .px-3,.web-layout .novel-editor--render .px-3,.web-layout .tippy-box .px-3{padding-left:.75rem;padding-right:.75rem}.manager-layout .novel-editor .py-1,.manager-layout .novel-editor--render .py-1,.manager-layout .tippy-box .py-1,.web-layout .novel-editor .py-1,.web-layout .novel-editor--render .py-1,.web-layout .tippy-box .py-1{padding-top:.25rem;padding-bottom:.25rem}.manager-layout .novel-editor .py-1\.5,.manager-layout .novel-editor--render .py-1\.5,.manager-layout .tippy-box .py-1\.5,.web-layout .novel-editor .py-1\.5,.web-layout .novel-editor--render .py-1\.5,.web-layout .tippy-box .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.manager-layout .novel-editor .py-2,.manager-layout .novel-editor--render .py-2,.manager-layout .tippy-box .py-2,.web-layout .novel-editor .py-2,.web-layout .novel-editor--render .py-2,.web-layout .tippy-box .py-2{padding-top:.5rem;padding-bottom:.5rem}.manager-layout .novel-editor .py-px,.manager-layout .novel-editor--render .py-px,.manager-layout .tippy-box .py-px,.web-layout .novel-editor .py-px,.web-layout .novel-editor--render .py-px,.web-layout .tippy-box .py-px{padding-top:1px;padding-bottom:1px}.manager-layout .novel-editor .pl-2,.manager-layout .novel-editor--render .pl-2,.manager-layout .tippy-box .pl-2,.web-layout .novel-editor .pl-2,.web-layout .novel-editor--render .pl-2,.web-layout .tippy-box .pl-2{padding-left:.5rem}.manager-layout .novel-editor .text-left,.manager-layout .novel-editor--render .text-left,.manager-layout .tippy-box .text-left,.web-layout .novel-editor .text-left,.web-layout .novel-editor--render .text-left,.web-layout .tippy-box .text-left{text-align:left}.manager-layout .novel-editor .font-default,.manager-layout .novel-editor--render .font-default,.manager-layout .tippy-box .font-default,.web-layout .novel-editor .font-default,.web-layout .novel-editor--render .font-default,.web-layout .tippy-box .font-default{font-family:var(--font-default),system-ui,sans-serif}.manager-layout .novel-editor .font-mono,.manager-layout .novel-editor--render .font-mono,.manager-layout .tippy-box .font-mono,.web-layout .novel-editor .font-mono,.web-layout .novel-editor--render .font-mono,.web-layout .tippy-box .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.manager-layout .novel-editor .text-base,.manager-layout .novel-editor--render .text-base,.manager-layout .tippy-box .text-base,.web-layout .novel-editor .text-base,.web-layout .novel-editor--render .text-base,.web-layout .tippy-box .text-base{font-size:1rem;line-height:1.5rem}.manager-layout .novel-editor .text-sm,.manager-layout .novel-editor--render .text-sm,.manager-layout .tippy-box .text-sm,.web-layout .novel-editor .text-sm,.web-layout .novel-editor--render .text-sm,.web-layout .tippy-box .text-sm{font-size:.875rem;line-height:1.25rem}.manager-layout .novel-editor .text-xs,.manager-layout .novel-editor--render .text-xs,.manager-layout .tippy-box .text-xs,.web-layout .novel-editor .text-xs,.web-layout .novel-editor--render .text-xs,.web-layout .tippy-box .text-xs{font-size:.75rem;line-height:1rem}.manager-layout .novel-editor .font-medium,.manager-layout .novel-editor--render .font-medium,.manager-layout .tippy-box .font-medium,.web-layout .novel-editor .font-medium,.web-layout .novel-editor--render .font-medium,.web-layout .tippy-box .font-medium{font-weight:500}.manager-layout .novel-editor .italic,.manager-layout .novel-editor--render .italic,.manager-layout .tippy-box .italic,.web-layout .novel-editor .italic,.web-layout .novel-editor--render .italic,.web-layout .tippy-box .italic{font-style:italic}.manager-layout .novel-editor .leading-3,.manager-layout .novel-editor--render .leading-3,.manager-layout .tippy-box .leading-3,.web-layout .novel-editor .leading-3,.web-layout .novel-editor--render .leading-3,.web-layout .tippy-box .leading-3{line-height:.75rem}.manager-layout .novel-editor .leading-normal,.manager-layout .novel-editor--render .leading-normal,.manager-layout .tippy-box .leading-normal,.web-layout .novel-editor .leading-normal,.web-layout .novel-editor--render .leading-normal,.web-layout .tippy-box .leading-normal{line-height:1.5}.manager-layout .novel-editor .text-blue-500,.manager-layout .novel-editor--render .text-blue-500,.manager-layout .tippy-box .text-blue-500,.web-layout .novel-editor .text-blue-500,.web-layout .novel-editor--render .text-blue-500,.web-layout .tippy-box .text-blue-500{--tw-text-opacity: 1;color:rgb(59,130,246,var(--tw-text-opacity))}.manager-layout .novel-editor .text-red-600,.manager-layout .novel-editor--render .text-red-600,.manager-layout .tippy-box .text-red-600,.web-layout .novel-editor .text-red-600,.web-layout .novel-editor--render .text-red-600,.web-layout .tippy-box .text-red-600{--tw-text-opacity: 1;color:rgb(220,38,38,var(--tw-text-opacity))}.manager-layout .novel-editor .text-stone-200,.manager-layout .novel-editor--render .text-stone-200,.manager-layout .tippy-box .text-stone-200,.web-layout .novel-editor .text-stone-200,.web-layout .novel-editor--render .text-stone-200,.web-layout .tippy-box .text-stone-200{color:var(--novel-stone-200)}.manager-layout .novel-editor .text-stone-400,.manager-layout .novel-editor--render .text-stone-400,.manager-layout .tippy-box .text-stone-400,.web-layout .novel-editor .text-stone-400,.web-layout .novel-editor--render .text-stone-400,.web-layout .tippy-box .text-stone-400{color:var(--novel-stone-400)}.manager-layout .novel-editor .text-stone-500,.manager-layout .novel-editor--render .text-stone-500,.manager-layout .tippy-box .text-stone-500,.web-layout .novel-editor .text-stone-500,.web-layout .novel-editor--render .text-stone-500,.web-layout .tippy-box .text-stone-500{color:var(--novel-stone-500)}.manager-layout .novel-editor .text-stone-600,.manager-layout .novel-editor--render .text-stone-600,.manager-layout .tippy-box .text-stone-600,.web-layout .novel-editor .text-stone-600,.web-layout .novel-editor--render .text-stone-600,.web-layout .tippy-box .text-stone-600{color:var(--novel-stone-600)}.manager-layout .novel-editor .text-stone-800,.manager-layout .novel-editor--render .text-stone-800,.manager-layout .tippy-box .text-stone-800,.web-layout .novel-editor .text-stone-800,.web-layout .novel-editor--render .text-stone-800,.web-layout .tippy-box .text-stone-800{color:var(--novel-stone-800)}.manager-layout .novel-editor .text-stone-900,.manager-layout .novel-editor--render .text-stone-900,.manager-layout .tippy-box .text-stone-900,.web-layout .novel-editor .text-stone-900,.web-layout .novel-editor--render .text-stone-900,.web-layout .tippy-box .text-stone-900{color:var(--novel-stone-900)}.manager-layout .novel-editor .underline,.manager-layout .novel-editor--render .underline,.manager-layout .tippy-box .underline,.web-layout .novel-editor .underline,.web-layout .novel-editor--render .underline,.web-layout .tippy-box .underline{text-decoration-line:underline}.manager-layout .novel-editor .decoration-stone-400,.manager-layout .novel-editor--render .decoration-stone-400,.manager-layout .tippy-box .decoration-stone-400,.web-layout .novel-editor .decoration-stone-400,.web-layout .novel-editor--render .decoration-stone-400,.web-layout .tippy-box .decoration-stone-400{text-decoration-color:var(--novel-stone-400)}.manager-layout .novel-editor .underline-offset-4,.manager-layout .novel-editor--render .underline-offset-4,.manager-layout .tippy-box .underline-offset-4,.web-layout .novel-editor .underline-offset-4,.web-layout .novel-editor--render .underline-offset-4,.web-layout .tippy-box .underline-offset-4{text-underline-offset:4px}.manager-layout .novel-editor .underline-offset-\[3px\],.manager-layout .novel-editor--render .underline-offset-\[3px\],.manager-layout .tippy-box .underline-offset-\[3px\],.web-layout .novel-editor .underline-offset-\[3px\],.web-layout .novel-editor--render .underline-offset-\[3px\],.web-layout .tippy-box .underline-offset-\[3px\]{text-underline-offset:3px}.manager-layout .novel-editor .opacity-40,.manager-layout .novel-editor--render .opacity-40,.manager-layout .tippy-box .opacity-40,.web-layout .novel-editor .opacity-40,.web-layout .novel-editor--render .opacity-40,.web-layout .tippy-box .opacity-40{opacity:.4}.manager-layout .novel-editor .shadow-md,.manager-layout .novel-editor--render .shadow-md,.manager-layout .tippy-box .shadow-md,.web-layout .novel-editor .shadow-md,.web-layout .novel-editor--render .shadow-md,.web-layout .tippy-box .shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, "0 0 #0000"),var(--tw-shadow)}.manager-layout .novel-editor .shadow-xl,.manager-layout .novel-editor--render .shadow-xl,.manager-layout .tippy-box .shadow-xl,.web-layout .novel-editor .shadow-xl,.web-layout .novel-editor--render .shadow-xl,.web-layout .tippy-box .shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, "0 0 #0000"),var(--tw-shadow)}.manager-layout .novel-editor .outline-none,.manager-layout .novel-editor--render .outline-none,.manager-layout .tippy-box .outline-none,.web-layout .novel-editor .outline-none,.web-layout .novel-editor--render .outline-none,.web-layout .tippy-box .outline-none{outline:2px solid transparent;outline-offset:2px}.manager-layout .novel-editor .filter,.manager-layout .novel-editor--render .filter,.manager-layout .tippy-box .filter,.web-layout .novel-editor .filter,.web-layout .novel-editor--render .filter,.web-layout .tippy-box .filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.manager-layout .novel-editor .transition-all,.manager-layout .novel-editor--render .transition-all,.manager-layout .tippy-box .transition-all,.web-layout .novel-editor .transition-all,.web-layout .novel-editor--render .transition-all,.web-layout .tippy-box .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.manager-layout .novel-editor .transition-colors,.manager-layout .novel-editor--render .transition-colors,.manager-layout .tippy-box .transition-colors,.web-layout .novel-editor .transition-colors,.web-layout .novel-editor--render .transition-colors,.web-layout .tippy-box .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.manager-layout .novel-editor .ease-out,.manager-layout .novel-editor--render .ease-out,.manager-layout .tippy-box .ease-out,.web-layout .novel-editor .ease-out,.web-layout .novel-editor--render .ease-out,.web-layout .tippy-box .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.manager-layout .novel-editor .animate-in,.manager-layout .novel-editor--render .animate-in,.manager-layout .tippy-box .animate-in,.web-layout .novel-editor .animate-in,.web-layout .novel-editor--render .animate-in,.web-layout .tippy-box .animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.manager-layout .novel-editor .fade-in,.manager-layout .novel-editor--render .fade-in,.manager-layout .tippy-box .fade-in,.web-layout .novel-editor .fade-in,.web-layout .novel-editor--render .fade-in,.web-layout .tippy-box .fade-in{--tw-enter-opacity: 0}.manager-layout .novel-editor .slide-in-from-top-1,.manager-layout .novel-editor--render .slide-in-from-top-1,.manager-layout .tippy-box .slide-in-from-top-1,.web-layout .novel-editor .slide-in-from-top-1,.web-layout .novel-editor--render .slide-in-from-top-1,.web-layout .tippy-box .slide-in-from-top-1{--tw-enter-translate-y: -.25rem}.manager-layout .novel-editor .ease-out,.manager-layout .novel-editor--render .ease-out,.manager-layout .tippy-box .ease-out,.web-layout .novel-editor .ease-out,.web-layout .novel-editor--render .ease-out,.web-layout .tippy-box .ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.manager-layout .novel-editor .paused,.manager-layout .novel-editor--render .paused,.manager-layout .tippy-box .paused,.web-layout .novel-editor .paused,.web-layout .novel-editor--render .paused,.web-layout .tippy-box .paused{animation-play-state:paused}.manager-layout .novel-editor :is(.dark-theme .dark\:prose-invert),.manager-layout .novel-editor--render :is(.dark-theme .dark\:prose-invert),.manager-layout .tippy-box :is(.dark-theme .dark\:prose-invert),.web-layout .novel-editor :is(.dark-theme .dark\:prose-invert),.web-layout .novel-editor--render :is(.dark-theme .dark\:prose-invert),.web-layout .tippy-box :is(.dark-theme .dark\:prose-invert){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.manager-layout .novel-editor .hover\:bg-red-100:hover,.manager-layout .novel-editor--render .hover\:bg-red-100:hover,.manager-layout .tippy-box .hover\:bg-red-100:hover,.web-layout .novel-editor .hover\:bg-red-100:hover,.web-layout .novel-editor--render .hover\:bg-red-100:hover,.web-layout .tippy-box .hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254,226,226,var(--tw-bg-opacity))}.manager-layout .novel-editor .hover\:bg-stone-100:hover,.manager-layout .novel-editor--render .hover\:bg-stone-100:hover,.manager-layout .tippy-box .hover\:bg-stone-100:hover,.web-layout .novel-editor .hover\:bg-stone-100:hover,.web-layout .novel-editor--render .hover\:bg-stone-100:hover,.web-layout .tippy-box .hover\:bg-stone-100:hover{background-color:var(--novel-stone-100)}.manager-layout .novel-editor .hover\:bg-stone-200:hover,.manager-layout .novel-editor--render .hover\:bg-stone-200:hover,.manager-layout .tippy-box .hover\:bg-stone-200:hover,.web-layout .novel-editor .hover\:bg-stone-200:hover,.web-layout .novel-editor--render .hover\:bg-stone-200:hover,.web-layout .tippy-box .hover\:bg-stone-200:hover{background-color:var(--novel-stone-200)}.manager-layout .novel-editor .hover\:text-stone-600:hover,.manager-layout .novel-editor--render .hover\:text-stone-600:hover,.manager-layout .tippy-box .hover\:text-stone-600:hover,.web-layout .novel-editor .hover\:text-stone-600:hover,.web-layout .novel-editor--render .hover\:text-stone-600:hover,.web-layout .tippy-box .hover\:text-stone-600:hover{color:var(--novel-stone-600)}.manager-layout .novel-editor .focus\:outline-none:focus,.manager-layout .novel-editor--render .focus\:outline-none:focus,.manager-layout .tippy-box .focus\:outline-none:focus,.web-layout .novel-editor .focus\:outline-none:focus,.web-layout .novel-editor--render .focus\:outline-none:focus,.web-layout .tippy-box .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.manager-layout .novel-editor .active\:bg-stone-200:active,.manager-layout .novel-editor--render .active\:bg-stone-200:active,.manager-layout .tippy-box .active\:bg-stone-200:active,.web-layout .novel-editor .active\:bg-stone-200:active,.web-layout .novel-editor--render .active\:bg-stone-200:active,.web-layout .tippy-box .active\:bg-stone-200:active{background-color:var(--novel-stone-200)}.manager-layout .novel-editor .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))),.manager-layout .novel-editor--render .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))),.manager-layout .tippy-box .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))),.web-layout .novel-editor .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))),.web-layout .novel-editor--render .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))),.web-layout .tippy-box .prose-headings\:font-title :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose] *))){font-family:var(--font-title),system-ui,sans-serif}.manager-layout .novel-editor :is(.dark-theme .dark\:hover\:bg-red-800:hover),.manager-layout .novel-editor--render :is(.dark-theme .dark\:hover\:bg-red-800:hover),.manager-layout .tippy-box :is(.dark-theme .dark\:hover\:bg-red-800:hover),.web-layout .novel-editor :is(.dark-theme .dark\:hover\:bg-red-800:hover),.web-layout .novel-editor--render :is(.dark-theme .dark\:hover\:bg-red-800:hover),.web-layout .tippy-box :is(.dark-theme .dark\:hover\:bg-red-800:hover){--tw-bg-opacity: 1;background-color:rgb(153,27,27,var(--tw-bg-opacity))}@media (min-width: 640px){.manager-layout .novel-editor .sm\:mb-\[calc\(20vh\)\],.manager-layout .novel-editor--render .sm\:mb-\[calc\(20vh\)\],.manager-layout .tippy-box .sm\:mb-\[calc\(20vh\)\],.web-layout .novel-editor .sm\:mb-\[calc\(20vh\)\],.web-layout .novel-editor--render .sm\:mb-\[calc\(20vh\)\],.web-layout .tippy-box .sm\:mb-\[calc\(20vh\)\]{margin-bottom:20vh}.manager-layout .novel-editor .sm\:rounded-lg,.manager-layout .novel-editor--render .sm\:rounded-lg,.manager-layout .tippy-box .sm\:rounded-lg,.web-layout .novel-editor .sm\:rounded-lg,.web-layout .novel-editor--render .sm\:rounded-lg,.web-layout .tippy-box .sm\:rounded-lg{border-radius:.5rem}.manager-layout .novel-editor .sm\:border,.manager-layout .novel-editor--render .sm\:border,.manager-layout .tippy-box .sm\:border,.web-layout .novel-editor .sm\:border,.web-layout .novel-editor--render .sm\:border,.web-layout .tippy-box .sm\:border{border-width:1px}.manager-layout .novel-editor .sm\:shadow-lg,.manager-layout .novel-editor--render .sm\:shadow-lg,.manager-layout .tippy-box .sm\:shadow-lg,.web-layout .novel-editor .sm\:shadow-lg,.web-layout .novel-editor--render .sm\:shadow-lg,.web-layout .tippy-box .sm\:shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),var(--tw-ring-shadow, "0 0 #0000"),var(--tw-shadow)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.ProseMirror{padding:1rem 2.25rem}@media (max-width: 576px){.ProseMirror{padding:1rem}}.ProseMirror .is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--novel-stone-400);pointer-events:none;height:0}.ProseMirror .is-empty:before{content:attr(data-placeholder);float:left;color:var(--novel-stone-400);pointer-events:none;height:0}.novel-editor .ProseMirror img{transition:filter .1s ease-in-out}.novel-editor .ProseMirror img:hover{cursor:pointer;filter:brightness(90%)}.novel-editor .ProseMirror img.ProseMirror-selectednode{outline:3px solid #5abbf7;filter:brightness(90%)}.img-placeholder{position:relative}.img-placeholder:before{content:"";box-sizing:border-box;position:absolute;top:50%;left:50%;width:36px;height:36px;border-radius:50%;border:3px solid var(--novel-stone-200);border-top-color:var(--novel-stone-800);animation:spinning .6s linear infinite}@keyframes spinning{to{transform:rotate(360deg)}}ul[data-type=taskList] li>label{margin-right:.2rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width: 768px){ul[data-type=taskList] li>label{margin-right:.5rem}}ul[data-type=taskList] li>label input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--novel-white);margin:0;cursor:pointer;width:1.2em;height:1.2em;position:relative;top:5px;border:2px solid var(--novel-stone-900);margin-right:.3rem;display:grid;place-content:center}ul[data-type=taskList] li>label input[type=checkbox]:hover{background-color:var(--novel-stone-50)}ul[data-type=taskList] li>label input[type=checkbox]:active{background-color:var(--novel-stone-200)}ul[data-type=taskList] li>label input[type=checkbox]:before{content:"";width:.65em;height:.65em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em;transform-origin:center;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}ul[data-type=taskList] li>label input[type=checkbox]:checked:before{transform:scale(1)}ul[data-type=taskList] li[data-checked=true]>div>p{color:var(--novel-stone-400);text-decoration:line-through;text-decoration-thickness:2px}.tippy-box{max-width:400px!important}.ProseMirror:not(.dragging) .ProseMirror-selectednode{outline:none!important;border-radius:.2rem;background-color:var(--novel-highlight-blue);transition:background-color .2s;box-shadow:none}.drag-handle{position:absolute;opacity:1;transition:opacity ease-in .2s;border-radius:.25rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='fill: rgba(0, 0, 0, 0.5)'%3E%3Cpath d='M3,2 C2.44771525,2 2,1.55228475 2,1 C2,0.44771525 2.44771525,0 3,0 C3.55228475,0 4,0.44771525 4,1 C4,1.55228475 3.55228475,2 3,2 Z M3,6 C2.44771525,6 2,5.55228475 2,5 C2,4.44771525 2.44771525,4 3,4 C3.55228475,4 4,4.44771525 4,5 C4,5.55228475 3.55228475,6 3,6 Z M3,10 C2.44771525,10 2,9.55228475 2,9 C2,8.44771525 2.44771525,8 3,8 C3.55228475,8 4,8.44771525 4,9 C4,9.55228475 3.55228475,10 3,10 Z M7,2 C6.44771525,2 6,1.55228475 6,1 C6,0.44771525 6.44771525,0 7,0 C7.55228475,0 8,0.44771525 8,1 C8,1.55228475 7.55228475,2 7,2 Z M7,6 C6.44771525,6 6,5.55228475 6,5 C6,4.44771525 6.44771525,4 7,4 C7.55228475,4 8,4.44771525 8,5 C8,5.55228475 7.55228475,6 7,6 Z M7,10 C6.44771525,10 6,9.55228475 6,9 C6,8.44771525 6.44771525,8 7,8 C7.55228475,8 8,8.44771525 8,9 C8,9.55228475 7.55228475,10 7,10 Z'%3E%3C/path%3E%3C/svg%3E");background-size:calc(.5em + .375rem) calc(.5em + .375rem);background-repeat:no-repeat;background-position:center;width:1.2rem;height:1.5rem;z-index:50;cursor:grab}@media (max-width: 576px){.drag-handle{display:none}}.drag-handle:hover{background-color:var(--novel-stone-100);transition:background-color .2s}.drag-handle:active{background-color:var(--novel-stone-200);transition:background-color .2s}.drag-handle.hide{opacity:0;pointer-events:none}@media screen and (max-width: 600px){.drag-handle{display:none;pointer-events:none}}.dark-theme .drag-handle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' style='fill: rgba(255, 255, 255, 0.5)'%3E%3Cpath d='M3,2 C2.44771525,2 2,1.55228475 2,1 C2,0.44771525 2.44771525,0 3,0 C3.55228475,0 4,0.44771525 4,1 C4,1.55228475 3.55228475,2 3,2 Z M3,6 C2.44771525,6 2,5.55228475 2,5 C2,4.44771525 2.44771525,4 3,4 C3.55228475,4 4,4.44771525 4,5 C4,5.55228475 3.55228475,6 3,6 Z M3,10 C2.44771525,10 2,9.55228475 2,9 C2,8.44771525 2.44771525,8 3,8 C3.55228475,8 4,8.44771525 4,9 C4,9.55228475 3.55228475,10 3,10 Z M7,2 C6.44771525,2 6,1.55228475 6,1 C6,0.44771525 6.44771525,0 7,0 C7.55228475,0 8,0.44771525 8,1 C8,1.55228475 7.55228475,2 7,2 Z M7,6 C6.44771525,6 6,5.55228475 6,5 C6,4.44771525 6.44771525,4 7,4 C7.55228475,4 8,4.44771525 8,5 C8,5.55228475 7.55228475,6 7,6 Z M7,10 C6.44771525,10 6,9.55228475 6,9 C6,8.44771525 6.44771525,8 7,8 C7.55228475,8 8,8.44771525 8,9 C8,9.55228475 7.55228475,10 7,10 Z'%3E%3C/path%3E%3C/svg%3E")}.system-messages{position:relative;margin-bottom:15px;padding:20px 24px;border-radius:8px;overflow:hidden}.system-messages.system-messages--red{background:#f3617014;border:1px solid rgba(243,97,112,.2)}.system-messages.system-messages--red .system-messages--title{color:#f36170}.system-messages.system-messages--red .system-messages--dot.active{background:#f36170}.system-messages.system-messages--red .system-messages--arrow{color:#f36170}.system-messages.system-messages--red .system-messages--arrow:hover{background:#f3617033}.system-messages.system-messages--green{background:#34d39914;border:1px solid rgba(52,211,153,.2)}.system-messages.system-messages--green .system-messages--title{color:#34d399}.system-messages.system-messages--green .system-messages--dot.active{background:#34d399}.system-messages.system-messages--green .system-messages--arrow{color:#34d399}.system-messages.system-messages--green .system-messages--arrow:hover{background:#34d39933}.system-messages.system-messages--orange{background:#fba20b14;border:1px solid rgba(251,162,11,.2)}.system-messages.system-messages--orange .system-messages--title{color:#fba20b}.system-messages.system-messages--orange .system-messages--dot.active{background:#fba20b}.system-messages.system-messages--orange .system-messages--arrow{color:#fba20b}.system-messages.system-messages--orange .system-messages--arrow:hover{background:#fba20b33}.system-messages.system-messages--yellow{background:#eab30814;border:1px solid rgba(234,179,8,.2)}.system-messages.system-messages--yellow .system-messages--title{color:#eab308}.system-messages.system-messages--yellow .system-messages--dot.active{background:#eab308}.system-messages.system-messages--yellow .system-messages--arrow{color:#eab308}.system-messages.system-messages--yellow .system-messages--arrow:hover{background:#eab30833}.system-messages.system-messages--blue{background:#3b82f614;border:1px solid rgba(59,130,246,.2)}.system-messages.system-messages--blue .system-messages--title{color:#3b82f6}.system-messages.system-messages--blue .system-messages--dot.active{background:#3b82f6}.system-messages.system-messages--blue .system-messages--arrow{color:#3b82f6}.system-messages.system-messages--blue .system-messages--arrow:hover{background:#3b82f633}.system-messages--has-arrows .system-messages--slide{padding-left:20px;padding-right:20px}.system-messages--title{font-size:15px;font-weight:700;margin-bottom:8px}.system-messages--content{font-size:13px;color:#909296;line-height:1.6}.system-messages--content .novel-editor--render{font-size:13px}.system-messages--content .novel-editor--render p{margin:0 0 4px}.system-messages--arrow{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .15s;font-size:12px}.system-messages--arrow.system-messages--arrow--left{left:2px}.system-messages--arrow.system-messages--arrow--right{right:2px}.system-messages--dots{display:flex;justify-content:center;gap:6px;margin-top:12px}.system-messages--dot{width:8px;height:8px;padding:0;background:#3b4348;border:none;border-radius:50%;cursor:pointer;transition:all .15s}.system-messages--dot.active{width:20px;border-radius:4px}main.manager-layout .react-select__control{min-height:36px;margin-top:4px;background-color:#25262b;border:1px solid #373A40;border-radius:4px;box-shadow:none;font-size:14px}main.manager-layout .react-select__control:focus-within,main.manager-layout .react-select__control:hover{border-color:#1971c2}main.manager-layout .react-select__control .react-select__multi-value{background:#1971c233}main.manager-layout .react-select__control .react-select__multi-value__label{padding-top:0;padding-bottom:0;color:#fff}main.manager-layout .react-select__control .react-select__multi-value__remove{padding-left:1px;padding-right:1px;cursor:pointer;transition:all .2s}main.manager-layout .react-select__control .react-select__input-container{color:#fff;cursor:text}main.manager-layout .react-select__control .react-select__value-container{padding:0 8px}main.manager-layout .react-select__control .react-select__single-value{color:#fff;transition:all .2s}main.manager-layout .react-select__control:focus-within .react-select__single-value{opacity:.3}main.manager-layout .react-select__menu{background-color:#25262b;border:1px solid #373A40;border-radius:4px;font-size:14px;color:#fff}main.manager-layout .react-select__option{background-color:#25262b;color:#fff;cursor:pointer;transition:all .2s}main.manager-layout .react-select__option:hover{background-color:#333439}main.manager-layout .manager--pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:15px;gap:15px}@media (max-width: 768px){main.manager-layout .manager--pagination{flex-direction:column;align-items:flex-start}}main.manager-layout .manager--pagination .manager--pagination--label{font-size:14px;color:#acb4bc}main.manager-layout .manager--pagination .manager--pagination--label strong{color:#fff}main.manager-layout .manager--pagination .mantine-Group-root{gap:0}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item{display:inline-flex;align-items:center;justify-content:center;width:25px;min-width:auto;height:25px;padding:0;background:#373d43;border:1px solid #3A4448;border-radius:0;font-size:14px;color:#acb4bc}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item svg{width:1em;height:1em}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item[data-active]{background:linear-gradient(to bottom,#3c86d8,#5d6dc3);border-color:#5d6dc3;color:#fff}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item[data-dots]{align-items:flex-end}main.manager-layout .manager--pagination .mantine-Group-root .mantine-Pagination-item:disabled{opacity:.5}main.manager-layout{display:flex;flex-direction:column;min-height:100vh;padding-top:var(--header-height);background:#1f2228;font-size:14px}@media (max-width: 992px){main.manager-layout{padding-top:56px}}main.manager-layout .manager-layout--content{width:100%;padding:20px 24px 30px}@media (max-width: 768px){main.manager-layout .manager-layout--content{padding:15px}}main.manager-layout.manager-layout--has-sidebar .manager-layout--content{padding-left:calc(var(--sidebar-width) + 24px)}@media (max-width: 992px){main.manager-layout.manager-layout--has-sidebar .manager-layout--content{padding-left:24px}}@media (max-width: 768px){main.manager-layout.manager-layout--has-sidebar .manager-layout--content{padding-left:15px}}main.manager-layout .manager-badge{display:inline-flex;align-items:center;height:15px;padding:0 5px;background:#3b82f6;border-radius:3px;font-size:12px;font-weight:700;color:#fff}main.manager-layout .manager-badge.manager-badge--red{background:#f36170}main.manager-layout .manager-status.active{color:#3b82f6}main.manager-layout .manager-status.inactive{color:#f36170}main.manager-layout hr{margin:20px 0 15px;border:0;border-bottom:1px solid #3B4348}main.manager-layout .mantine-Popover-dropdown{z-index:9900!important}main.manager-layout .delete-action{display:inline-block}main.manager-layout .manager-auth-gate{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height) - 60px)}@media (max-width: 992px){main.manager-layout .manager-auth-gate{min-height:calc(100vh - 96px)}}main.manager-layout .manager-auth-gate--card{display:flex;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:48px 40px;background:#292f32;border:1px solid #3B4348;border-radius:12px;text-align:center}@media (max-width: 768px){main.manager-layout .manager-auth-gate--card{padding:36px 24px;margin:0 -5px}}main.manager-layout .manager-auth-gate--icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:24px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:50%}main.manager-layout .manager-auth-gate--icon svg{width:28px;height:28px;color:#3b82f6}main.manager-layout .manager-auth-gate--card h2{margin:0 0 10px;font-size:22px;font-weight:700;color:#fff}main.manager-layout .manager-auth-gate--card p{margin:0 0 28px;font-size:14px;line-height:1.6;color:#909296}main.manager-layout .manager-auth-gate--button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 28px;background:#3b82f6;border:none;border-radius:8px;font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}main.manager-layout .manager-auth-gate--button svg{width:16px;height:16px}main.manager-layout .manager-auth-gate--button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}main.manager-layout .manager-auth-gate--button:active{transform:translateY(0)}.manager-layout,.admin-layout{font-size:16px}.manager-layout,.manager-layout body,.admin-layout,.admin-layout body{overflow-x:visible}.manager-layout .mantine-Modal-root,.admin-layout .mantine-Modal-root{z-index:99998}.manager-layout div:has(>div>.mantine-Notification-root),.admin-layout div:has(>div>.mantine-Notification-root){z-index:99999}.manager-layout .create-item-wrapper,.admin-layout .create-item-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding-bottom:15px;gap:15px}.manager-layout .create-item-wrapper .manager-button:first-of-type,.admin-layout .create-item-wrapper .manager-button:first-of-type{margin-left:auto}.manager-layout .manager-panel,.admin-layout .manager-panel{padding:15px;background:#292f32;border-radius:5px}@media (max-width: 420px){.manager-layout .manager-panel,.admin-layout .manager-panel{font-size:12px}}.manager-layout .manager-panel h2,.admin-layout .manager-panel h2{margin-bottom:15px;font-size:14px;text-transform:uppercase}.manager-layout .manager-panel .manager-panel,.admin-layout .manager-panel .manager-panel{border:1px solid #161718}.manager-layout .absolute-mask,.admin-layout .absolute-mask{position:absolute;top:10px;left:-16px;right:-16px;bottom:-10px;background:#2b303533;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.manager-layout .website-logo,.admin-layout .website-logo{filter:drop-shadow(0 0 0 rgba(255,255,255,0))}@media (max-width: 1200px){.manager-layout .website-logo,.admin-layout .website-logo{font-size:14px}}@media (max-width: 420px){.manager-layout .website-logo,.admin-layout .website-logo{font-size:12px}}.manager-layout .website-logo img,.admin-layout .website-logo img{height:28px}@media (max-width: 1200px){.manager-layout .website-logo img,.admin-layout .website-logo img{height:20px}}@media (max-width: 420px){.manager-layout .website-logo img,.admin-layout .website-logo img{height:16px}}.manager-layout .website-logo:hover,.admin-layout .website-logo:hover{filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}.manager-layout .highlight-box,.admin-layout .highlight-box{margin-top:15px;border:1px solid transparent;border-radius:4px;transition:all .2s}.manager-layout .highlight-box.active,.admin-layout .highlight-box.active{border-color:#28a745}.manager-layout .highlight-box.inactive:not(:hover):not(:focus-within),.admin-layout .highlight-box.inactive:not(:hover):not(:focus-within){opacity:.45}/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;-ms-touch-action:none;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{backface-visibility:hidden;display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-wrap-box,.cropper-canvas,.cropper-drag-box,.cropper-crop-box,.cropper-modal{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-wrap-box,.cropper-canvas{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:#3399ffbf;overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:calc(100% / 3);left:0;top:calc(100% / 3);width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:calc(100% / 3);top:0;width:calc(100% / 3)}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:before,.cropper-center:after{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width: 768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width: 992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width: 1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}@keyframes ignite-flame-flicker{0%,to{transform:scale(1) rotate(0);opacity:1;color:#f97316b3}25%{transform:scale(1.1) rotate(-3deg);opacity:.85;color:#f97316e6}50%{transform:scale(1.025) rotate(2deg);opacity:1;color:#ef4444cc}75%{transform:scale(1.15) rotate(-2deg);opacity:.9;color:#f59e0b}}@keyframes ignite-glow-pulse{0%,to{text-shadow:0 0 8px rgba(234,179,8,.5),0 0 18px rgba(249,115,22,.2)}50%{text-shadow:0 0 12px rgba(234,179,8,.8),0 0 24px rgba(249,115,22,.4),0 0 36px rgba(239,68,68,.15)}}@keyframes trade-btn-flare{0%,to{left:-100%;opacity:0}10%{opacity:1}30%{left:100%;opacity:0}31%{left:-100%;opacity:0}}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0-ExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0aExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0yExcOPIDUg-g.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/jizaRExUiTo99u79D0KExcOPIDU.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OOtLR8a8zILig.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OqtLR8a8zILig.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0OCtLR8a8zILig.woff2) format("woff2");unicode-range:U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/jizfRExUiTo99u79B_mh0O6tLR8a8zI.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cuatra;src:url(/fonts/CuatraLight.woff2) format("woff2"),url(/fonts/CuatraLight.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cuatra;src:url(/fonts/CuatraBold.woff2) format("woff2"),url(/fonts/CuatraBold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Bold.woff2) format("woff2"),url(/fonts/HelveticaNeue-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Helvetica Neue;src:url(/fonts/HelveticaNeue-Roman.woff2) format("woff2"),url(/fonts/HelveticaNeue-Roman.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.d-none{display:none!important}.d-block{display:block!important}@media (min-width: 0px){.d-xxs-none{display:none!important}}@media (min-width: 0px){.d-xxs-block{display:block!important}}@media (min-width: 421px){.d-xs-none{display:none!important}}@media (min-width: 421px){.d-xs-block{display:block!important}}@media (min-width: 577px){.d-sm-none{display:none!important}}@media (min-width: 577px){.d-sm-block{display:block!important}}@media (min-width: 769px){.d-md-none{display:none!important}}@media (min-width: 769px){.d-md-block{display:block!important}}@media (min-width: 993px){.d-lg-none{display:none!important}}@media (min-width: 993px){.d-lg-block{display:block!important}}@media (min-width: 1201px){.d-xl-none{display:none!important}}@media (min-width: 1201px){.d-xl-block{display:block!important}}@media (min-width: 1922px){.d-xxl-none{display:none!important}}@media (min-width: 1922px){.d-xxl-block{display:block!important}}.cursor-pointer{cursor:pointer!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.relative{position:relative!important}.no-overflow{overflow:hidden!important}strong{font-weight:700!important}*{box-sizing:border-box}a,a :hover{text-decoration:none}.media-helper{display:flex;align-items:center;position:fixed;top:0;left:0;padding:6px 9px;background:#17c671;font-size:18px;font-weight:700;color:#fff;text-transform:uppercase;z-index:99999}.media-helper .media-helper--resolution{display:flex;align-items:center;margin-left:15px;font-size:14px;font-weight:400;text-transform:lowercase;color:#ffffff80}.media-helper .media-helper--resolution .vw,.media-helper .media-helper--resolution .vh{font-weight:700;color:#fff}:root{--header-height: 104px;--sidebar-width: 250px}html,body{max-width:100%;margin:0;padding:0;background:#26272b;color:#fff;touch-action:auto!important;overscroll-behavior:auto!important}html,body,input,select,*{font-family:PT Sans,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{font-size:16px}body{width:100vw;font-size:16px;overflow-x:hidden}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{box-shadow:inset 0 0 3px #939395cc;border-radius:5px}::-webkit-scrollbar-thumb{background:#0d0e0f;border-radius:5px;transition:all .2s}::-webkit-scrollbar-thumb:hover{background:#3b82f6}@media (max-width: 768px){::-webkit-scrollbar-thumb{background:#3b82f6}}.upload-image{--border-color-active: #3B82F6}.upload-image .upload-image--label{font-size:12px}.upload-image--crop-modal{z-index:99999}.upload-image--crop-modal .upload-image--cropper--controls{display:flex;justify-content:center;gap:16px;margin-top:20px}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button{display:inline-flex;align-items:center;justify-content:center;position:relative;min-width:120px;height:45px;padding:0 15px;background:#3b82f6;border:2px solid #60A5FA;border-radius:8px;font-size:18px;font-weight:700;color:#fff;cursor:pointer;transition:all .2s}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button:hover{background:#2563eb}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button.upload-image--cropper--button-cancel{background:#26272b;border-color:#34393f;color:#d8d8d8}.upload-image--crop-modal .upload-image--cropper--controls .upload-image--cropper--button.upload-image--cropper--button-cancel:hover{background:#323339}
