.createCharacterModal_overlay__m5Om7{position:fixed;inset:0;z-index:310;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:16px}.createCharacterModal_modal__jg6rj{width:980px;max-width:calc(100vw - 32px);min-height:540px;background:#1a1d2b;border:1px solid hsla(0,0%,100%,.1215686275);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.45)}.createCharacterModal_head__68Lc1{height:40px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,100%,.0784313725);background:#3a3d47}.createCharacterModal_title__f1qee{color:hsla(0,0%,100%,.7019607843);font-size:13px;font-weight:400}.createCharacterModal_close__HXeG8{border:none;background:rgba(0,0,0,0);color:hsla(0,0%,100%,.6);font-size:12px;line-height:1;cursor:pointer;padding:0}.createCharacterModal_content__QHfON{flex:1 1;display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;padding:28px 32px;background:#26262c;align-items:stretch;min-height:0}.createCharacterModal_example-panel__KfI2r{display:flex;flex-direction:column;min-height:0}.createCharacterModal_example-title-good__RgINq{color:#4ade80;font-size:15px;font-weight:400;line-height:1.3}.createCharacterModal_example-title-bad__QvxPl{margin-top:22px;color:#f87171;font-size:15px;font-weight:400;line-height:1.3}.createCharacterModal_example-desc__s2feA{margin-top:8px;color:hsla(0,0%,100%,.6392156863);font-size:13px;line-height:1.5}.createCharacterModal_example-list__XWFUx{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.createCharacterModal_example-item__nGGRI{display:flex;flex-direction:column;width:128px;height:128px;border-radius:16px;overflow:hidden;background:#1e212c;flex-shrink:0}.createCharacterModal_example-thumb__GhKTV{width:128px;height:96px;flex-shrink:0;overflow:hidden;background:#2c2f3f}.createCharacterModal_example-image__2FZqq{width:100%;height:100%;object-fit:cover;display:block}.createCharacterModal_example-footer__JZrTL{flex-shrink:0;height:32px;display:flex;align-items:center;justify-content:center;background:#2a2e38}.createCharacterModal_example-check__LLTHE,.createCharacterModal_example-cross__RmtZZ{font-size:14px;font-weight:400;line-height:1}.createCharacterModal_example-check__LLTHE{color:#4ade80}.createCharacterModal_example-cross__RmtZZ{color:#f87171}.createCharacterModal_form-panel__gJKxG{display:flex;flex-direction:column;gap:18px;min-height:0;height:100%}.createCharacterModal_name-label-row__ZZbHq{display:block;margin-bottom:2px;font-weight:600}.createCharacterModal_name-label-main___7LOb{color:hsla(0,0%,100%,.8705882353);font-size:13px}.createCharacterModal_name-label-optional__3_hQ_{color:hsla(0,0%,100%,.6);font-size:13px}.createCharacterModal_name-label__Y66nF{display:flex;flex-direction:column;gap:8px}.createCharacterModal_name-label__Y66nF input{width:100%;height:40px;box-sizing:border-box;border:1px solid rgba(168,85,247,.4);border-radius:8px;background:#10131d;color:#fff;padding:0 12px;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.createCharacterModal_name-label__Y66nF input::placeholder{color:hsla(0,0%,100%,.3333333333)}.createCharacterModal_name-label__Y66nF input:focus{border-color:#a855f7;box-shadow:0 0 0 2px rgba(168,85,247,.25)}.createCharacterModal_upload-box__fbyR9{flex:1 1;min-height:240px;border:1px solid hsla(0,0%,100%,.1568627451);border-radius:10px;background:#2e323d;color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px;cursor:pointer;padding:20px;overflow:hidden;box-sizing:border-box}.createCharacterModal_upload-box-crop__pOYcJ{padding:10px;align-items:stretch;justify-content:flex-start}.createCharacterModal_upload-box-dragging__sm2W2{border-color:#a855f7;box-shadow:0 0 0 2px rgba(168,85,247,.35);background:#3a3e4b}.createCharacterModal_cropper-wrap__J25qp{width:100%;height:100%;min-height:0;overflow:hidden}.createCharacterModal_upload-icon__ZESmz{width:40px;height:40px;object-fit:contain;opacity:.95}.createCharacterModal_upload-text__tkXlb{font-size:18px;font-weight:400;letter-spacing:.02em}.createCharacterModal_upload-hint__odjL0{color:hsla(0,0%,100%,.5490196078);font-size:12px;font-weight:400;text-align:center;max-width:260px;line-height:1.4}.createCharacterModal_upload-preview___zhVB{width:auto;height:100%;max-width:100%;max-height:100%;object-fit:contain;border-radius:8px}.createCharacterModal_foot___ibmb{height:60px;padding:12px 14px;display:flex;justify-content:flex-end;align-items:center;background:#26262c}.createCharacterModal_confirm__S3XXW{min-width:120px;height:36px;padding:0 20px;border:none;border-radius:8px;background:linear-gradient(90deg,#8f45ff,#d938d8);color:#fff;font-size:13px;font-weight:400;cursor:pointer}.createCharacterModal_confirm__S3XXW:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.createCharacterModal_overlay__m5Om7{align-items:flex-start;justify-content:center;padding:12px;overflow-y:auto;-webkit-overflow-scrolling:touch}.createCharacterModal_modal__jg6rj{width:100%;max-width:min(980px,100%);min-height:0;margin:0 auto;max-height:none}.createCharacterModal_content__QHfON{grid-template-columns:1fr;gap:20px;padding:16px}.createCharacterModal_example-title-bad__QvxPl{margin-top:16px}.createCharacterModal_example-list__XWFUx{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.createCharacterModal_form-panel__gJKxG{height:auto;min-height:0}.createCharacterModal_upload-box__fbyR9{flex:0 1 auto;min-height:220px}.createCharacterModal_upload-text__tkXlb{font-size:16px;text-align:center}.createCharacterModal_foot___ibmb{flex-shrink:0;height:auto;min-height:52px;padding:10px 12px}.createCharacterModal_confirm__S3XXW{width:100%;max-width:100%;min-width:0}}@media(max-width:380px){.createCharacterModal_content__QHfON{padding:12px;gap:16px}.createCharacterModal_head__68Lc1{padding:0 10px}}