.SocialNetwork_socialNetwork__cIFS4{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.SocialNetwork_socialNetwork__cIFS4:hover{border-color:#cbd5e1}.SocialNetwork_networkHeader__gfwkg{display:flex;align-items:center;gap:.75rem}.SocialNetwork_networkIcon__xKmkB{width:24px;height:24px;object-fit:contain}.SocialNetwork_networkName__6EN0j{font-size:.95rem;font-weight:500;color:#1e293b}.SocialNetwork_editContainer__EA_SZ,.SocialNetwork_viewContainer__f_Uuj{display:flex;align-items:center;justify-content:space-between}.SocialNetwork_inputWrapper__TYy8L{display:flex;align-items:center;flex-grow:1;gap:.5rem}.SocialNetwork_input__rKrh8{flex-grow:1;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:all .2s ease}.SocialNetwork_input__rKrh8:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 2px rgba(148,163,184,.1)}.SocialNetwork_actions___Fe9l{display:flex;gap:.25rem}.SocialNetwork_actionButton__8z8ep{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s ease}.SocialNetwork_actionButton__8z8ep:hover{background:#e2e8f0;color:#4f46e5}.SocialNetwork_link__yG_3H{display:flex;align-items:center;gap:.5rem;color:#4f46e5;font-size:.875rem;text-decoration:none;transition:all .2s ease}.SocialNetwork_link__yG_3H:hover{text-decoration:underline}.SocialNetwork_linkIcon__gKOZF{flex-shrink:0}.SocialNetwork_linkText__wBo3f{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SocialNetwork_noLink__HYWkv{color:#64748b;font-size:.875rem;font-style:italic}.SocialNetwork_editButton__Lqq_R{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:none;background:#f1f5f9;color:#64748b;cursor:pointer;transition:all .2s ease}.SocialNetwork_editButton__Lqq_R:hover{background:#e2e8f0;color:#4f46e5}.SocialNetwork_editButton__Lqq_R:disabled{opacity:.5;cursor:not-allowed}.SocialNetworks_socialNetworks__AgPsh{width:100%;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 4px rgba(0,0,0,.05);border:1px solid #f1f5f9}.SocialNetworks_title__P3QM3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1.25rem}.SocialNetworks_networksGrid__m8HrE{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.SocialNetworks_networkItem___s_zy{transition:transform .2s ease}.SocialNetworks_networkItem___s_zy:hover{transform:translateY(-2px)}@media(max-width:768px){.SocialNetworks_networksGrid__m8HrE{grid-template-columns:1fr 1fr}}@media(max-width:480px){.SocialNetworks_networksGrid__m8HrE{grid-template-columns:1fr}.SocialNetworks_socialNetworks__AgPsh{padding:1.25rem}}.Field_fieldContainer__f6FgW{position:relative;width:100%;transition:all .3s ease}.Field_fieldContainer__f6FgW.Field_readOnly__zibH6:hover .Field_input__160_k{border-color:#cbd5e1}.Field_inputWrapper__ZWJna{position:relative;display:flex;align-items:center}.Field_input__160_k{width:100%;padding:.875rem 1rem;font-size:.95rem;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;transition:all .3s ease;resize:none;min-height:48px;line-height:1.5}.Field_input__160_k:focus{outline:none;border-color:#94a3b8;box-shadow:0 0 0 2px rgba(148,163,184,.1)}.Field_input__160_k[readonly]{cursor:default;background-color:#f8fafc}.Field_textarea__ebNRd{min-height:120px;padding:1rem}.Field_editButton__RWsb7{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;color:#64748b;padding:.25rem;border-radius:4px;transition:all .2s ease}.Field_editButton__RWsb7:hover{color:#4f46e5;background:#f1f5f9}.Field_editButton__RWsb7:disabled{opacity:.5;cursor:not-allowed}.Field_actions__wBMXF{position:absolute;right:.5rem;display:flex;gap:.25rem;background:#fff;border-radius:6px;padding:.25rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.Field_saveButton__b3Fwj{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#4f46e5;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.Field_saveButton__b3Fwj:hover{background:#4338ca}.Field_saveButton__b3Fwj:disabled{background:#a5b4fc;cursor:not-allowed}.Field_cancelButton__EBLYP{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f1f5f9;color:#64748b;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease}.Field_cancelButton__EBLYP:hover{background:#e2e8f0;color:#dc2626}.Field_counter__QC2j_{font-size:.75rem;color:#64748b;text-align:right;margin-top:.25rem;padding-right:.5rem}.Field_spinner__yk_O7{width:16px;height:16px;border-radius:50%;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:Field_spin__hq_3_ 1s linear infinite}@keyframes Field_spin__hq_3_{to{transform:rotate(1turn)}}.UserData_avatarWrapper__PFjOU{position:relative;width:120px;height:120px;flex-shrink:0}.UserData_avatarContainer__RK6zz{position:relative;width:100%;height:100%;border-radius:50%;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.1);border:3px solid #fff}.UserData_avatarImage__jeiaZ{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.UserData_overlay___gAjQ{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:50%}.UserData_overlay___gAjQ.UserData_visible__OMBxD{opacity:1}.UserData_editButton__zkF1c{display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;gap:.5rem;transition:transform .2s ease}.UserData_editButton__zkF1c:hover{transform:scale(1.05)}.UserData_editButton__zkF1c:disabled{cursor:not-allowed;opacity:.7}.UserData_editIcon__uPtGS{width:24px;height:24px;stroke-width:2}.UserData_editText__Ui3gf{font-size:.75rem;font-weight:500}.UserData_fileInput__f2mi5{display:none}.UserData_spinner__pac6N{width:24px;height:24px;border-radius:50%;border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;animation:UserData_spin__1rP6S 1s ease-in-out infinite}@keyframes UserData_spin__1rP6S{to{transform:rotate(1turn)}}@media(max-width:768px){.UserData_avatarWrapper__PFjOU{width:100px;height:100px}}.Header_header__nutQ5{width:100%;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:-webkit-sticky;position:sticky;top:0;z-index:1000;box-shadow:0 2px 15px rgba(0,0,0,.05);border-bottom:1px solid #f0f0f0}.Header_headerContainer__XGJ7Q{max-width:1440px;margin:0 auto;padding:.8rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.Header_logo__Q_x3s{display:flex;align-items:center;text-decoration:none;transition:transform .3s ease}.Header_logo__Q_x3s:hover{transform:translateY(-2px)}.Header_logoContainer__XeHor{display:flex;flex-direction:column}.Header_logoText__z5Edc{font-size:1.6rem;font-weight:700;color:#2d3748;line-height:1.2}.Header_logoSubtext__ziBFd{font-size:.7rem;color:#718096;font-weight:400;margin-top:.2rem}.Header_search__oUCw2{flex:1 1;max-width:600px;min-width:200px}.Header_nav__tUUkE{display:flex;align-items:center;gap:1.5rem}.Header_socialNetworks__y5BOe ul{display:flex;gap:1rem;list-style:none;padding:0;margin:0}.Header_authButtons__FfuI_{display:flex;gap:1rem}.Header_navLink__AiOUZ{text-decoration:none}.Header_login__zkFm9,.Header_logout__lbADk,.Header_profile__cUg46{padding:.6rem 1.2rem;border-radius:8px;font-size:.95rem;font-weight:500;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.Header_profile__cUg46{background:#f8fafc;color:#4a5568;border:1px solid #e2e8f0}.Header_profile__cUg46:hover{background:#edf2f7;transform:translateY(-1px)}.Header_login__zkFm9{background:#4299e1;color:#fff}.Header_login__zkFm9:hover{background:#3182ce;transform:translateY(-1px);box-shadow:0 4px 6px rgba(66,153,225,.2)}.Header_logout__lbADk{background:#fff5f5;color:#e53e3e;border:1px solid #fed7d7}.Header_logout__lbADk:hover{background:#fed7d7;transform:translateY(-1px)}@media(max-width:1024px){.Header_headerContainer__XGJ7Q{padding:.8rem 1.5rem;gap:1.5rem}.Header_logoText__z5Edc{font-size:1.4rem}}@media(max-width:768px){.Header_headerContainer__XGJ7Q{flex-wrap:wrap;padding:.8rem 1rem}.Header_search__oUCw2{order:3;width:100%;max-width:100%;margin-top:.8rem}.Header_logoText__z5Edc{font-size:1.3rem}.Header_logoSubtext__ziBFd{display:none}.Header_authButtons__FfuI_{gap:.8rem}.Header_login__zkFm9,.Header_logout__lbADk,.Header_profile__cUg46{padding:.5rem 1rem;font-size:.9rem}}@media(max-width:480px){.Header_socialNetworks__y5BOe{display:none}.Header_authButtons__FfuI_{gap:.5rem}.Header_login__zkFm9,.Header_logout__lbADk,.Header_profile__cUg46{padding:.5rem .8rem;font-size:.85rem}}.Search_searchContainer__Nb09v{position:relative;width:100%;max-width:600px}.Search_searchInputWrapper___AjLt{position:relative;display:flex;align-items:center;background:#fff;border-radius:10px;border:1px solid #e2e8f0;transition:all .3s ease;box-shadow:0 1px 2px rgba(0,0,0,.05)}.Search_searchInputWrapper___AjLt.Search_focused__TWK9f{border-color:#4299e1;box-shadow:0 0 0 3px rgba(66,153,225,.2)}.Search_searchIcon__91Qlx{position:absolute;left:14px;color:#94a3b8;transition:color .3s ease}.Search_input__oKMcU{width:100%;padding:.75rem 1rem .75rem 42px;font-size:.95rem;color:#2d3748;border:none;background:transparent;outline:none;border-radius:10px;transition:all .3s ease}.Search_input__oKMcU::placeholder{color:#94a3b8}.Search_clearButton__5VMl5{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:opacity .2s ease}.Search_clearButton__5VMl5:hover{opacity:.8}.Search_dropdown__ZV1yF{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:10px;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);z-index:50;overflow:hidden;animation:Search_fadeIn__X7Uws .2s ease-out forwards}@keyframes Search_fadeIn__X7Uws{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.Search_resultsList__BDF_G{list-style:none;padding:.5rem 0;margin:0;max-height:300px;overflow-y:auto}.Search_resultItem__LVfj4{padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:background-color .2s ease}.Search_resultItem__LVfj4:hover{background-color:#f8fafc}.Search_courseTitle__kxy_u{font-size:.95rem;color:#2d3748;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1}.Search_arrowIcon__6oxr3{margin-left:.5rem;flex-shrink:0;color:#64748b}.Search_noResults__z08oM{padding:1rem 1.5rem;text-align:center;color:#64748b;font-size:.9rem}@media(max-width:768px){.Search_searchContainer__Nb09v{max-width:100%}.Search_input__oKMcU{padding:.65rem 1rem .65rem 40px;font-size:.9rem}.Search_searchIcon__91Qlx{left:12px;size:18px}}.SocialNetwork_root__ObCbu img{width:20px;height:20px}.SoldGoods_container__5kRKp{padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.SoldGoods_header___EoY5{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.SoldGoods_title__7amNb{font-size:20px;font-weight:600;margin:0;color:#1f2937}.SoldGoods_createButton__X_HFY{display:flex;align-items:center;gap:8px}.SoldGoods_table__oYQ1o .SoldGoods_ant-table-thead__ueyq9>tr>th{background:#f9fafb;font-weight:600;color:#374151}.SoldGoods_imageContainer__WsBSM{width:80px;height:45px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.SoldGoods_courseImage__Ymqxy{width:100%;height:100%;object-fit:cover}.SoldGoods_description__pyyF5{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.SoldGoods_description__pyyF5 .SoldGoods_noDescription___KcXC{color:#9ca3af;font-style:italic}.SoldGoods_statusTag__uEUo3{text-transform:capitalize;font-weight:500}.SoldGoods_purchaseTag__JOioY{font-weight:500}.SoldGoods_editButton__WwAu6{color:#64748b;transition:color .2s ease}.SoldGoods_editButton__WwAu6:hover{color:#3b82f6}@media(max-width:768px){.SoldGoods_container__5kRKp{padding:16px}.SoldGoods_header___EoY5{flex-direction:column;align-items:flex-start;gap:12px}.SoldGoods_createButton__X_HFY{width:100%;justify-content:center}}.Purchases_container__2pTES{padding:24px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.Purchases_header__4uQoK{margin-bottom:24px}.Purchases_title__OLox5{font-size:20px;font-weight:600;margin:0 0 8px;color:#1f2937}.Purchases_subtitle__VTubi{font-size:14px;color:#6b7280}.Purchases_purchasesTable__e53Cf .Purchases_ant-table-thead__nS_Ou>tr>th{background:#f9fafb;font-weight:600;color:#374151}.Purchases_courseImageContainer__0YT2n{width:80px;height:45px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3f4f6}.Purchases_courseImage__oisfk{width:100%;height:100%;object-fit:cover}.Purchases_description__oPyFd{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Purchases_description__oPyFd .Purchases_noDescription__xly_W{color:#9ca3af;font-style:italic}.Purchases_viewButton__JmWW0{display:flex;align-items:center;gap:8px}.Purchases_emptyState__43d51{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 0}.Purchases_emptyText__rxBRv{color:#6b7280;font-size:16px}.Purchases_browseButton__QqSvR{display:flex;align-items:center;gap:8px}@media(max-width:768px){.Purchases_container__2pTES{padding:16px}.Purchases_viewButton__JmWW0 span{display:none}.Purchases_viewButton__JmWW0{width:40px;min-width:40px;padding:0;display:flex;justify-content:center}}.App_page__Sb_cW{min-height:100vh;display:flex;flex-direction:column;background-color:#fefefe;color:#333;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.App_hero__HUpSZ{text-align:center;padding:6rem 2rem 4rem;background:linear-gradient(145deg,#f8f8f8,#fff);position:relative;overflow:hidden;margin-bottom:3rem;border-bottom:1px solid #eee}.App_hero__HUpSZ:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,hsla(0,0%,96%,.8) 0,hsla(0,0%,100%,0) 70%);z-index:0}.App_hero__HUpSZ h1{font-size:2.8rem;margin-bottom:1.2rem;font-weight:700;color:#222;position:relative;z-index:1;letter-spacing:-.5px}.App_hero__HUpSZ p{font-size:1.2rem;color:#555;max-width:700px;margin:0 auto;position:relative;z-index:1;font-weight:400}.App_courseGrid__0pv7b{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:2rem;gap:2rem;padding:0 2rem;max-width:1400px;margin:0 auto 5rem;width:100%}.App_course__ALZIe{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.04);transition:all .3s cubic-bezier(.25,.8,.25,1);cursor:pointer;display:flex;flex-direction:column;height:100%;border:1px solid #f0f0f0;position:relative;z-index:1}.App_course__ALZIe:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.08);border-color:#e0e0e0}.App_course__ALZIe:hover .App_courseImage__M3JQV{transform:scale(1.03)}.App_courseImage__M3JQV{width:100%;height:200px;object-fit:cover;background:#f9f9f9;transition:transform .4s ease}.App_courseInfo__Av_lK{padding:1.8rem;flex-grow:1}.App_courseInfo__Av_lK h3{margin:0 0 .5rem;font-size:1.3rem;color:#222;font-weight:600;letter-spacing:-.2px}@keyframes App_fadeInUp__DWy_B{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.App_course__ALZIe{animation:App_fadeInUp__DWy_B .6s ease forwards;opacity:0}.App_course__ALZIe:first-child{animation-delay:.05s}.App_course__ALZIe:nth-child(2){animation-delay:.1s}.App_course__ALZIe:nth-child(3){animation-delay:.15s}.App_course__ALZIe:nth-child(4){animation-delay:.2s}.App_course__ALZIe:nth-child(5){animation-delay:.25s}.App_course__ALZIe:nth-child(6){animation-delay:.3s}.App_course__ALZIe:nth-child(7){animation-delay:.35s}.App_course__ALZIe:nth-child(8){animation-delay:.4s}.App_course__ALZIe:nth-child(9){animation-delay:.45s}.App_course__ALZIe:nth-child(10){animation-delay:.5s}.App_course__ALZIe:nth-child(11){animation-delay:.55s}.App_course__ALZIe:nth-child(12){animation-delay:.6s}.App_course__ALZIe:after{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4f6af5,#3aa8e8);opacity:0;transition:opacity .3s ease}.App_course__ALZIe:hover:after{opacity:1}@media(max-width:1024px){.App_hero__HUpSZ{padding:5rem 2rem}.App_hero__HUpSZ h1{font-size:2.4rem}.App_hero__HUpSZ p{font-size:1.1rem}.App_courseGrid__0pv7b{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.App_hero__HUpSZ{padding:4rem 1.5rem}.App_hero__HUpSZ h1{font-size:2rem}.App_courseGrid__0pv7b{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:0 1.5rem;gap:1.5rem}}@media(max-width:480px){.App_hero__HUpSZ{padding:3.5rem 1rem}.App_hero__HUpSZ h1{font-size:1.8rem}.App_hero__HUpSZ p{font-size:1rem}.App_courseGrid__0pv7b{grid-template-columns:1fr;padding:0 1rem;gap:1.2rem}}