.el-switch{--el-switch-on-color:var(--el-color-primary);--el-switch-off-color:var(--el-border-color);align-items:center;display:inline-flex;font-size:14px;height:32px;line-height:20px;position:relative;vertical-align:middle}.el-switch.is-disabled .el-switch__core,.el-switch.is-disabled .el-switch__label{cursor:not-allowed}.el-switch__label{color:var(--el-text-color-primary);cursor:pointer;display:inline-block;font-size:14px;font-weight:500;height:20px;transition:var(--el-transition-duration-fast);vertical-align:middle}.el-switch__label.is-active{color:var(--el-color-primary)}.el-switch__label--left{margin-right:10px}.el-switch__label--right{margin-left:10px}.el-switch__label *{display:inline-block;font-size:14px;line-height:1}.el-switch__label .el-icon{height:inherit}.el-switch__label .el-icon svg{vertical-align:middle}.el-switch__input{height:0;margin:0;opacity:0;position:absolute;width:0}.el-switch__input:focus-visible~.el-switch__core{outline:2px solid var(--el-switch-on-color);outline-offset:1px}.el-switch__core{align-items:center;background:var(--el-switch-off-color);border:1px solid var(--el-switch-border-color,var(--el-switch-off-color));border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;height:20px;min-width:40px;outline:none;position:relative;transition:border-color var(--el-transition-duration),background-color var(--el-transition-duration)}.el-switch__core .el-switch__inner{align-items:center;display:flex;height:16px;justify-content:center;overflow:hidden;padding:0 4px 0 18px;transition:all var(--el-transition-duration);width:100%}.el-switch__core .el-switch__inner-wrapper{align-items:center;color:var(--el-color-white);display:flex;font-size:12px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap}.el-switch__core .el-switch__action{align-items:center;background-color:var(--el-color-white);border-radius:var(--el-border-radius-circle);color:var(--el-switch-off-color);display:flex;height:16px;justify-content:center;left:1px;position:absolute;transition:all var(--el-transition-duration);width:16px}.el-switch.is-checked .el-switch__core{background-color:var(--el-switch-on-color);border-color:var(--el-switch-border-color,var(--el-switch-on-color))}.el-switch.is-checked .el-switch__core .el-switch__action{color:var(--el-switch-on-color);left:calc(100% - 17px)}.el-switch.is-checked .el-switch__core .el-switch__inner{padding:0 18px 0 4px}.el-switch.is-disabled{opacity:.6}.el-switch--wide .el-switch__label.el-switch__label--left span{left:10px}.el-switch--wide .el-switch__label.el-switch__label--right span{right:10px}.el-switch .label-fade-enter-from,.el-switch .label-fade-leave-active{opacity:0}.el-switch--large{font-size:14px;height:40px;line-height:24px}.el-switch--large .el-switch__label{font-size:14px;height:24px}.el-switch--large .el-switch__label *{font-size:14px}.el-switch--large .el-switch__core{border-radius:12px;height:24px;min-width:50px}.el-switch--large .el-switch__core .el-switch__inner{height:20px;padding:0 6px 0 22px}.el-switch--large .el-switch__core .el-switch__action{height:20px;width:20px}.el-switch--large.is-checked .el-switch__core .el-switch__action{left:calc(100% - 21px)}.el-switch--large.is-checked .el-switch__core .el-switch__inner{padding:0 22px 0 6px}.el-switch--small{font-size:12px;height:24px;line-height:16px}.el-switch--small .el-switch__label{font-size:12px;height:16px}.el-switch--small .el-switch__label *{font-size:12px}.el-switch--small .el-switch__core{border-radius:8px;height:16px;min-width:30px}.el-switch--small .el-switch__core .el-switch__inner{height:12px;padding:0 2px 0 14px}.el-switch--small .el-switch__core .el-switch__action{height:12px;width:12px}.el-switch--small.is-checked .el-switch__core .el-switch__action{left:calc(100% - 13px)}.el-switch--small.is-checked .el-switch__core .el-switch__inner{padding:0 14px 0 2px}.novel-form[data-v-5b93dc63]{width:100%}.form-grid[data-v-5b93dc63]{display:grid;gap:32px;grid-template-columns:1fr 280px}.form-main[data-v-5b93dc63]{display:flex;flex-direction:column;gap:0}.two-col[data-v-5b93dc63]{display:grid;gap:16px;grid-template-columns:1fr 1fr}.field-label[data-v-5b93dc63]{color:var(--text-3);font-size:11px;font-weight:600;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.poster-preview-wrap[data-v-5b93dc63]{align-items:center;aspect-ratio:3/4;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;display:flex;justify-content:center;overflow:hidden;width:100%}.poster-preview-img[data-v-5b93dc63]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.poster-placeholder[data-v-5b93dc63]{align-items:center;color:var(--text-3);display:flex;flex-direction:column;font-size:12px;gap:8px}.divider-or[data-v-5b93dc63]{margin:12px 0 10px;position:relative;text-align:center}.divider-or[data-v-5b93dc63]:before{background:var(--border);content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider-or span[data-v-5b93dc63]{background:var(--surface);color:var(--text-3);font-size:11px;padding:0 8px;position:relative}.upload-zone[data-v-5b93dc63]{align-items:center;border:1.5px dashed var(--border);border-radius:8px;color:var(--text-2);cursor:pointer;display:flex;flex-direction:column;font-size:12px;gap:6px;padding:16px 12px;text-align:center;transition:border-color .2s,background .2s}.upload-zone.dragging[data-v-5b93dc63],.upload-zone[data-v-5b93dc63]:hover{background:var(--accent-dim-2);border-color:var(--accent)}.upload-hint[data-v-5b93dc63]{color:var(--text-3);font-size:10px}.visibility-row[data-v-5b93dc63]{align-items:center;display:flex;gap:10px;height:32px}.visibility-label[data-v-5b93dc63]{font-size:13px;font-weight:600}.visibility-label.pub[data-v-5b93dc63]{color:var(--green)}.visibility-label.priv[data-v-5b93dc63]{color:var(--text-3)}.hidden-input[data-v-5b93dc63]{height:0;opacity:0;position:absolute;width:0}.tags-preview[data-v-5b93dc63]{display:flex;flex-wrap:wrap;gap:5px;margin-top:8px}.form-actions[data-v-5b93dc63]{border-top:1px solid var(--border);display:flex;gap:10px;justify-content:flex-end;margin-top:28px;padding-top:20px}.btn-cancel[data-v-5b93dc63]{background:none;border:1px solid var(--border);border-radius:7px;color:var(--text-3);cursor:pointer;font-size:13px;font-weight:500;padding:9px 20px;transition:all .2s}.btn-cancel[data-v-5b93dc63]:hover{border-color:var(--border-light);color:var(--text)}.btn-submit[data-v-5b93dc63]{background:var(--accent);border:none;border-radius:7px;color:#000;cursor:pointer;font-size:13px;font-weight:700;letter-spacing:.03em;padding:9px 24px;transition:background .2s,opacity .2s}.btn-submit[data-v-5b93dc63]:hover:not(:disabled){background:var(--accent-light)}.btn-submit[data-v-5b93dc63]:disabled{cursor:not-allowed;opacity:.5}@media(max-width:800px){.form-grid[data-v-5b93dc63]{grid-template-columns:1fr}}
