.create_container__Tcq1T{background:#ffffff;min-height:100vh;margin:70px auto;padding:40px 20px;display:flex;flex-direction:column;align-items:center;color:#222;font-family:Poppins,sans-serif}.create_title__491Pu{font-size:2rem;font-weight:600;color:#111;margin-bottom:10px;text-align:center}.create_username__2Brdl{color:#555;margin-bottom:25px;text-align:center}.create_form__Hx9NX{background:#ffffff;border:1px solid #e5e5e5;box-shadow:0 4px 10px rgba(0,0,0,.06);border-radius:12px;padding:30px;width:100%;max-width:700px;display:flex;flex-direction:column;gap:20px}.create_stepTitle__O29YD{font-size:1.3rem;font-weight:500;margin-bottom:10px;text-align:center;color:#111}.create_inputMini__pFy49,.create_input__rDWQK,.create_selectMini__LkRZl,.create_select__Qsmb5{background:#ffffff;color:#222;border:1px solid #ccc;border-radius:10px;padding:12px 14px;font-size:1rem;width:100%;box-sizing:border-box;outline:none;transition:all .2s ease}.create_inputMini__pFy49,.create_selectMini__LkRZl{width:auto;min-width:80px}.create_editableDiv__Ipcbt:focus,.create_inputMini__pFy49:focus,.create_input__rDWQK:focus,.create_selectMini__LkRZl:focus,.create_select__Qsmb5:focus{border-color:#3b82f6;box-shadow:0 0 4px rgba(59,130,246,.3)}.create_button__uoSQB{background:#3b82f6;color:white;border:none;border-radius:10px;padding:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.create_button__uoSQB:hover{background:#2563eb}.create_error__FrN3c{background:#fee2e2;color:#b91c1c;border:1px solid #fecaca;padding:12px 15px;border-radius:8px;margin-bottom:20px;width:100%;max-width:650px;font-weight:500;text-align:center;animation:create_shake__pSPB6 .3s ease-in-out}@keyframes create_shake__pSPB6{0%{transform:translateX(0)}25%{transform:translateX(-4px)}50%{transform:translateX(4px)}75%{transform:translateX(-4px)}to{transform:translateX(0)}}.create_button__uoSQB:disabled:after{content:" ⏳";animation:create_spin__Vhp06 1s linear infinite}@keyframes create_spin__Vhp06{0%{transform:rotate(0deg);display:inline-block}to{transform:rotate(1turn);display:inline-block}}.create_previewImg__qzCoO{width:100%;max-height:250px;object-fit:cover;border-radius:10px;border:1px solid #ddd}.create_flexRow__kRrAV{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.create_tagsPreview__mxFfI{display:flex;flex-wrap:wrap;gap:8px}.create_tag__g5iXK{background:#f3f4f6;color:#111;padding:6px 12px;border-radius:8px;font-size:.9rem;border:1px solid #e5e7eb}.create_episodeContainer__tSrPc{background:#ffffff;border:1px solid #ddd;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 4px 8px rgba(0,0,0,.05)}.create_episodeContainer__tSrPc h3{margin-bottom:10px;color:#111;font-weight:500;text-align:center}.create_editableDiv__Ipcbt{background:#ffffff;border:1px solid #ccc;border-radius:10px;max-height:150px;padding:12px;font-size:1rem;color:#222;line-height:1.6;overflow-y:auto;box-sizing:border-box;transition:border-color .2s ease}@media (max-width:768px){.create_form__Hx9NX{padding:20px;max-width:100%}.create_title__491Pu{font-size:1.6rem}.create_button__uoSQB,.create_input__rDWQK,.create_select__Qsmb5{font-size:.95rem}.create_episodeContainer__tSrPc{padding:15px}}@media (max-width:480px){.create_flexRow__kRrAV{flex-direction:column;align-items:stretch}.create_inputMini__pFy49,.create_selectMini__LkRZl{width:100%}.create_previewImg__qzCoO{max-height:180px}}.Net_header__BT7VG{position:fixed;top:0;left:0;width:100%;height:60px;background-color:#1f2937;display:flex;justify-content:space-between;align-items:center;padding:0 20px;box-shadow:0 2px 5px rgba(0,0,0,.2);z-index:1000}.Net_logo__IkNeu a{color:#fff;font-size:20px;font-weight:700;text-decoration:none}.Net_menuIcon__QIo5c{display:none;color:#fff;cursor:pointer}.Net_nav__ZaJ_g ul{display:flex;list-style:none;gap:20px;margin:0;padding:0}.Net_nav__ZaJ_g ul li a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.Net_nav__ZaJ_g ul li a:hover{color:#4ade80}@media (max-width:768px){.Net_menuIcon__QIo5c{display:block}.Net_nav__ZaJ_g{position:absolute;top:60px;left:0;width:100%;background-color:#1f2937;max-height:0;overflow:hidden;transition:max-height .3s ease}.Net_nav__ZaJ_g.Net_open__fdBq7{max-height:670px}.Net_nav__ZaJ_g ul{flex-direction:column;gap:10px;padding:10px 0}.Net_nav__ZaJ_g ul li a{padding:10px 20px;display:block}}.Folder_floatingBtn__ZqRPd{position:fixed;bottom:25px;right:25px;width:60px;height:60px;border-radius:50%;border:none;background-color:#2563eb;color:#fff;font-size:32px;font-weight:700;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.25);transition:all .3s ease;z-index:1000}.Folder_floatingBtn__ZqRPd:hover{background-color:#1e40af;transform:scale(1.1)}.Folder_overlay__Zk9Lk{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);display:flex;justify-content:center;align-items:center;z-index:2000}.Folder_form__14rDb{background-color:#ffffff;padding:20px;border-radius:12px;width:320px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px rgba(0,0,0,.25);animation:Folder_popup__9Bk4o .25s ease forwards}@keyframes Folder_popup__9Bk4o{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.Folder_title__bTSoF{text-align:center;font-size:18px;font-weight:600;color:#111827}.Folder_input__KXY5G,.Folder_textarea__yHBfE{padding:10px;border-radius:6px;border:1px solid #ccc;font-size:14px}.Folder_textarea__yHBfE{resize:none;height:80px}.Folder_buttons__JCRqY{display:flex;justify-content:space-between;margin-top:10px}.Folder_cancelBtn__GtOt4,.Folder_saveBtn__rDUMq{border:none;border-radius:6px;padding:8px 12px;cursor:pointer;font-weight:500;transition:background .3s ease}.Folder_cancelBtn__GtOt4{background-color:#dc2626;color:#fff}.Folder_cancelBtn__GtOt4:hover{background-color:#b91c1c}.Folder_saveBtn__rDUMq{background-color:#2563eb;color:#fff}.Folder_saveBtn__rDUMq:hover{background-color:#1e40af}