.Footer_footer__pQtti{width:100%;background:var(--light-red);padding:2rem 1rem}.Footer_content__sRLWS{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.Footer_links__cFiYr{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;font-size:.9rem}.Footer_links__cFiYr a{color:var(--foreground);text-decoration:none;transition:opacity .16s ease}.Footer_links__cFiYr a:hover{opacity:.7}.Footer_separator__qnHrL{color:var(--foreground);opacity:.5}.Footer_newsletter__n_2eV{display:flex;justify-content:center}@media (min-width:768px){.Footer_content__sRLWS{flex-direction:row;justify-content:space-between}}.Footer_newsletterLink__w14MD{color:var(--foreground);text-decoration:none;font-weight:700}.ToastContext_toastContainer__2_mQu{position:fixed;bottom:20px;right:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.ToastContext_toast__8FeNl{display:flex;gap:.5rem;position:absolute;bottom:calc(var(--toast-index, 0) * 60px);height:40px;right:0;width:-moz-fit-content;width:fit-content;white-space:nowrap;background-color:black;color:white;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:bottom .3s ease-in-out;opacity:0;animation-name:ToastContext_fadeIn__rZxS6,ToastContext_fadeOut__plYk_;animation-duration:.3s,.3s;animation-fill-mode:forwards;animation-delay:0s,var(--toast-duration,2s)}@keyframes ToastContext_fadeIn__rZxS6{0%{opacity:0}to{opacity:1}}@keyframes ToastContext_fadeOut__plYk_{0%{opacity:1}to{opacity:0}}.ToastContext_close__e14Tw{cursor:pointer;width:20px}.Navbar_navbar__iT6H9{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;width:100%;height:60px}.Navbar_navbar__iT6H9 div{display:flex;align-items:center;gap:1rem}.Navbar_navbar__iT6H9 img{width:32px;height:auto}.Navbar_navbar__iT6H9 h1{font-size:1.2rem}.Navbar_nav__rkO0Q a{margin:0 .5rem;font-size:.8rem;text-decoration:none}.Navbar_nav__rkO0Q a:hover{text-decoration:underline}@media screen and (max-width:768px){.Navbar_navbar__iT6H9 div{justify-content:start;flex-direction:row-reverse}.Navbar_navbar__iT6H9 h1{font-size:1rem;width:min-content}}.page_actionCardsContainer__rw5D_{padding:16px}@media screen and (max-width:768px){.page_actionCardsContainer__rw5D_{padding:16px 32px}}.WithLoading_loader__zgRKo{width:100%;margin:auto}.WithLoading_circle1__K4CY5,.WithLoading_circle2__zDlor,.WithLoading_circle3__YgzgD,.WithLoading_circle4__YOWFG{fill:black;r:1px}.WithLoading_circle1__K4CY5,.WithLoading_circle2__zDlor{animation:WithLoading_grow__OO3dW 2s ease-in-out infinite}.WithLoading_circle2__zDlor{animation-delay:.5s}.WithLoading_circle3__YgzgD{animation:WithLoading_grow__OO3dW 2s ease-in-out infinite;animation-delay:1s}.WithLoading_circle4__YOWFG{animation:WithLoading_grow__OO3dW 2s ease-in-out infinite;animation-delay:1.5s}@keyframes WithLoading_grow__OO3dW{0%{r:1px}50%{r:4px}to{r:1px}}.Account_profileSection__Mb_9K{display:flex;flex-direction:column}.Account_card__4eH2o{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);border:none;overflow:hidden}.Account_cardHeader__SwT39{text-align:center;padding:1.5rem 1.5rem 1rem}.Account_avatarContainer__1lA0z{position:relative;display:inline-block;margin-bottom:1rem}.Account_avatar__e7MX7{width:6rem;height:6rem;border-radius:50%;background:linear-gradient(135deg,#f472b6,#a855f7);display:flex;align-items:center;justify-content:center;border:4px solid white;box-shadow:0 10px 15px rgba(0,0,0,.1)}.Account_avatarText__z5Xm6{color:white;font-size:1.5rem;font-weight:700}.Account_cameraButton__25C4q{position:absolute;bottom:-.5rem;right:-.5rem;width:2rem;height:2rem;border-radius:50%;background:#ec4899;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background-color .2s}.Account_cameraButton__25C4q:hover{background:#db2777}.Account_cameraIcon__8oIVn{width:1rem;height:1rem;color:white}.Account_cardTitle__LMKax{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.Account_cardContent__VRXC4{padding:0 1.5rem 1.5rem}.Account_userInfo__pUuUU{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.Account_infoItem__ESgpY{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:.5rem}.Account_infoIcon__YCaBJ{width:1.25rem;height:1.25rem;color:#6b7280}.Account_infoLabel__6uoDe{font-size:.875rem;font-weight:500;color:#374151;margin:0 0 .25rem}.Account_infoValue__RtIjd{color:#111827;margin:0}.Account_separator__G_86E{height:1px;background:#e5e7eb;margin:1.5rem 0}.Account_securitySection__85khC{display:flex;flex-direction:column;gap:.75rem}.Account_securityHeader__rIEss{display:flex;align-items:center;gap:.5rem}.Account_securityIcon__v9gqx{width:1.25rem;height:1.25rem;color:#059669}.Account_securityTitle__BiH6c{font-weight:600;color:#1f2937;margin:0}.Account_passwordButton__oHGHC{width:100%;padding:.75rem;background:transparent;border:1px solid #d1d5db;border-radius:.375rem;text-align:left;cursor:pointer;transition:all .2s}.Account_passwordButton__oHGHC:hover{border-color:#9ca3af;background:#f9fafb}.Account_logoutButton__7Alj0{padding:.75rem;margin-inline:2rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;background-color:white}.Account_logoutButton__7Alj0:hover{border-color:#9ca3af;background:#f9fafb}.Display_mainContent__6AnBI{max-width:1280px;margin:0 auto;padding:2rem 1rem}.Display_grid__0mpfI{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.Display_grid__0mpfI{grid-template-columns:1fr 2fr}}.Display_contentSection__eu2Xs{display:flex;flex-direction:column;gap:2rem}.Display_exploreButton__WbSH7{width:-moz-fit-content;width:fit-content;padding:.75rem 1.5rem;background:linear-gradient(90deg,#8b5cf6,#ec4899);color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.Display_exploreButton__WbSH7:hover{background:linear-gradient(90deg,#7c3aed,#db2777);transform:translateY(-1px)}.UserBundle_card__JLsJ6{background:rgba(255,255,255,.8);border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);border:none;overflow:hidden}.UserBundle_cardHeaderRow__B1vhf{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0}.UserBundle_cardTitleRow__HT3jN{display:flex;align-items:center;gap:.5rem}.UserBundle_cardIcon__OrlB8{width:1.5rem;height:1.5rem;color:#ec4899}.UserBundle_cardTitle__BrYxH{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.UserBundle_cardContent__UtKsT{padding:0 1.5rem 1.5rem}.UserBundle_cardDescription__f1EhJ{font-size:1rem;color:#6b7280}.UserBundle_bundlesList__84tB9{display:flex;flex-direction:column;gap:1rem}.UserBundle_bundleItem__QS0Ud{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:white;display:flex;justify-content:space-between;align-items:center;transition:box-shadow .2s}.UserBundle_bundleItem__QS0Ud:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.UserBundle_bundleContent__P04oT{flex:1 1}.UserBundle_bundleHeader__ohZq0{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.UserBundle_bundleCover__3AxX_{width:48px;height:auto;margin-right:8px}.UserBundle_bundleName__P_t0c{font-weight:600;color:#111827;margin:0}.UserBundle_adminBadge__30lBL{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.UserBundle_adminBadge__30lBL,.UserBundle_organizerBadge__Mhpon{color:white;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.25rem}.UserBundle_organizerBadge__Mhpon{background:linear-gradient(90deg,#24b7fb,#0b9ff5)}.UserBundle_crownIcon__LgWEU{width:.75rem;height:.75rem}.UserBundle_bundleInfo__dC4V8{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.UserBundle_bundleDate__EhJGR{display:flex;align-items:center;gap:.25rem}.UserBundle_bundleIcon__V0ann{width:1rem;height:1rem}.UserBundle_bundlePrice__dzeuM{display:flex;align-items:center;justify-content:flex-end;font-size:1rem;font-weight:700;color:#111827}.UserBundle_bundleSales__w7Y03{display:flex;align-items:center;justify-content:flex-end;font-size:.875rem;color:#6b7280}.BoughtBundles_card__3kYBf{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;box-shadow:0 10px 15px rgba(0,0,0,.1);border:none;overflow:hidden}.BoughtBundles_cardHeaderRow__J4zlD{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0}.BoughtBundles_cardTitleRow__hs2iO{display:flex;align-items:center;gap:.5rem}.BoughtBundles_cardIcon__b_8j2{width:1.5rem;height:1.5rem;color:#ec4899}.BoughtBundles_cardTitle__EzmiW{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.BoughtBundles_cardContent__rBXcH{padding:0 1.5rem 1.5rem}.BoughtBundles_normalState__S_h2h{text-align:center;padding:1rem 0}.BoughtBundles_emptyState__7D_fJ{text-align:center;padding:3rem 0}.BoughtBundles_emptyIcon__WWvGH{width:4rem;height:4rem;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.BoughtBundles_emptySearchIcon__TADC_{width:2rem;height:2rem;color:#9ca3af}.BoughtBundles_emptyTitle__PQMw5{font-size:1.125rem;color:#6b7280;margin:0 0 .5rem}.BoughtBundles_exploreButton__n0xXh{width:-moz-fit-content;width:fit-content;margin:auto;padding:.75rem 1.5rem;background:linear-gradient(90deg,#8b5cf6,#ec4899);color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.BoughtBundles_exploreButton__n0xXh:hover{background:linear-gradient(90deg,#7c3aed,#db2777);transform:translateY(-1px)}.BoughtBundles_bundlesList__zqYlZ{display:flex;flex-direction:column;gap:1rem}.BoughtBundles_bundleItem__jDYII{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:white;display:flex;justify-content:space-between;align-items:center;transition:box-shadow .2s}.BoughtBundles_bundleItem__jDYII:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.BoughtBundles_bundleCover__8enzm{width:24px;height:auto;margin-right:8px}.BoughtBundles_bundleName__ARCZ_{font-weight:600;color:#111827;margin:0}.BoughtBundles_bundleActions__Y3zuf{display:flex;gap:.5rem}.Login_main__evNrw{--login-page-pink:#f5d5d4;--login-page-deep-pink:#f1c3c1;--login-page-bg:#ffffff;--login-page-text:#000000;--login-page-muted:#a8a8a8;--login-page-border:#dddddd;--login-page-radius:8px;display:flex;align-items:flex-start;justify-content:center;padding:3rem 1rem;background:var(--login-page-bg);min-height:calc(100vh - 96px)}.Login_card__BeFu9{width:100%;max-width:420px;border:1px solid var(--login-page-border);border-radius:var(--login-page-radius);padding:2.5rem 2rem 2rem;box-shadow:0 4px 12px rgba(0,0,0,.04)}.Login_cardTitle__CQG4N{margin:0 0 2rem;font-size:1.5rem;font-weight:700;line-height:1.2}.Login_label__me4Qp{display:block;font-size:.875rem;margin-bottom:1.25rem}.Login_input__QrE8X{display:block;width:100%;margin-top:.5rem;padding:.55rem .75rem;font-size:1rem;border:1px solid var(--login-page-border);border-radius:var(--login-page-radius);color:var(--login-page-text)}.Login_input__QrE8X::placeholder{color:var(--login-page-muted)}.Login_input__QrE8X:focus{outline:none;border-color:var(--login-page-pink);box-shadow:0 0 0 3px rgba(245,213,212,.35)}.Login_button__smP_a{width:100%;height:42px;padding:.7rem .75rem;margin-top:.5rem;background:var(--login-page-pink);border:none;border-radius:var(--login-page-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:background .16s ease}.Login_button__smP_a:focus,.Login_button__smP_a:not(:disabled):hover{background:var(--login-page-deep-pink)}.Login_button__smP_a:disabled{background:var(--login-page-muted);cursor:not-allowed}.Login_link__hdPPk{color:var(--login-page-text);text-decoration:underline}.Login_checkboxWrap__3JDN_{display:flex;align-items:center;gap:.5rem;font-size:.8rem;margin:-.25rem 0 1.5rem}.Login_checkboxWrap__3JDN_ input{accent-color:var(--mb-pink)}.Login_error__lmHAq{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem}.Login_error__lmHAq p{font-size:.8rem}.Login_errorIcon__gXIeb{color:var(--mb-pink);height:24px}.Login_switchButton__Iff6I{background-color:#afb0cc;height:64px;display:flex;justify-content:center;text-align:center;gap:1rem}.Login_switchButton__Iff6I:hover{background-color:#a2a3c7!important}.Login_forgotPasswordLink__r7Ea_{font-size:.875rem;text-align:center;display:block}.AboutUs_aboutUs__caxF_ h2{font-size:2rem;font-weight:400;color:#5c4f40}.AboutUs_splitter__Acj2K{height:1px;background-color:#5c4f40;margin-bottom:2rem}.AboutUs_text__Ho0Ls{font-size:1.1rem}.AboutUs_us__hy3vO{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.AboutUs_card__4yIHR{flex:1 1;padding:1rem;text-align:center}.AboutUs_card__4yIHR img{width:180px;height:180px;object-fit:cover;border-radius:50%}.AboutUs_description___eA2U{font-size:1rem;color:#555;margin-bottom:1rem;text-align:left}.AboutUs_link__YBkUf{text-decoration:underline}@media screen and (max-width:1200px){.AboutUs_us__hy3vO{grid-template-columns:repeat(3,1fr)}.AboutUs_description___eA2U{margin:auto;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:1050px){.AboutUs_us__hy3vO{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.AboutUs_aboutUs__caxF_ h2{text-align:center;font-size:1.8rem}.AboutUs_us__hy3vO{grid-template-columns:repeat(1,1fr)}.AboutUs_card__4yIHR img{width:150px;height:150px}}.BundleInfo_bundleInfo__X1ryV{display:flex;justify-content:space-between;align-items:center;gap:2rem;margin:2rem 0}.BundleInfo_textContent__rGbd5{flex:1 1;text-align:left}.BundleInfo_textContent__rGbd5 h2{font-size:2rem;font-weight:400;color:#5c4f40;margin-bottom:1rem}.BundleInfo_textContent__rGbd5 p{font-size:1rem;color:#333;margin-bottom:1rem}.BundleInfo_textContent__rGbd5 ul{list-style:none;padding:0}.BundleInfo_textContent__rGbd5 ul li{margin-bottom:1rem;font-size:1rem;color:#333}.BundleInfo_textContent__rGbd5 ul li strong{color:var(--medium-brown)}.BundleInfo_imageContent__Kkhbr{text-align:center;width:40%}.BundleInfo_imageContent__Kkhbr img{width:100%;height:auto}@media screen and (max-width:768px){.BundleInfo_bundleInfo__X1ryV{flex-direction:column;align-items:center;gap:2rem}.BundleInfo_textContent__rGbd5{text-align:center}.BundleInfo_imageContent__Kkhbr{display:none}}.ActionCards_actionCards__QBcJd{display:flex;justify-content:center;gap:16px;height:256px;max-width:800px;margin:auto}.ActionCards_card__zhe0L{display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1 1;background-color:#f9f9f9;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:16px}.ActionCards_title__T5vQ0{background-color:var(--light-red);padding:1rem;color:#333;height:72px}.ActionCards_image__u5DpZ{height:128px;width:auto}@media screen and (max-width:768px){.ActionCards_actionCards__QBcJd{flex-direction:column;gap:16px;height:auto}.ActionCards_card__zhe0L{width:100%;gap:1rem}}.BuyLink_centeredBundle__ogjZc,.BuyLink_headerBundle__unAbD{display:flex;justify-content:center;align-items:center;flex-direction:column}.BuyLink_headerBundle__unAbD>img{width:min(100%,520px);height:auto}.Intro_intro__Sp7mu{display:flex;align-items:center;justify-content:space-between;margin:2rem 0;gap:6rem}.Intro_logo__9sheP{flex:1 1;text-align:center;max-width:200px}.Intro_logo__9sheP>img{max-width:100%;height:auto;border-radius:8px}.Intro_logo__9sheP>h2{font-size:2.4rem;font-weight:900}.Intro_text__YWyJH{flex:1 1;text-align:left}.Intro_text__YWyJH>h2{font-size:1.8rem;margin-bottom:1rem}.Intro_text__YWyJH>p{font-size:1.2rem}@media screen and (max-width:768px){.Intro_intro__Sp7mu{flex-direction:column;align-items:center;gap:2rem}.Intro_text__YWyJH{text-align:center}}.Testimonials_testimonials__S5YZ_ h2{font-size:2rem;font-weight:400;color:#5c4f40;margin-bottom:2rem}.Testimonials_cards__ldSft{display:flex;justify-content:center}.Testimonials_card__XxKNk{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);padding:20px;margin:20px}.Testimonials_name__Hbly9{margin-top:1rem;font-size:1.2em;font-weight:700}.Testimonials_date__CBKy4{font-size:.9em;color:#666}@media screen and (max-width:768px){.Testimonials_testimonials__S5YZ_ h2{text-align:center}.Testimonials_cards__ldSft{flex-direction:column;align-items:center}.Testimonials_card__XxKNk{width:90%;margin:10px auto}}.Affiliation_affiliationSection__AHBZk{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;background-color:#f7f4ff}.Affiliation_title__5yldG{font-size:1.5rem;font-weight:600;color:#1e293b}.Affiliation_description__H0L9N{font-size:1rem;color:#4b5563}.Affiliation_row__DCr_d{display:flex;gap:2rem}.Affiliation_searchInput__IUdB6{width:100%;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s}.Affiliation_searchInput__IUdB6:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.1)}.Affiliation_inputContainer__7bKE6{display:flex;gap:.75rem;align-items:center}.Affiliation_uploadButton__tHdka{padding:.75rem 1.5rem;background:#ec4899;color:white;border:none;border-radius:.5rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.Affiliation_uploadButton__tHdka:hover:not(:disabled){background:#db2777;transform:translateY(-1px)}.Affiliation_uploadButton__tHdka:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.Affiliation_tooltip__VhfJ9{position:relative;display:inline-block}.Affiliation_helpButton__I3g1l{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.Affiliation_helpButton__I3g1l:hover{background:rgba(255,255,255,.2);border-color:rgba(255,255,255,.3);transform:scale(1.05)}.Affiliation_helpIcon__0Gwex{width:1.125rem;height:1.125rem;color:rgba(0,0,0,.8);transition:color .3s ease}.Affiliation_helpButton__I3g1l:hover .Affiliation_helpIcon__0Gwex{color:black}.Affiliation_tooltipContent__RzNm1{position:absolute;bottom:calc(100% + .5rem);right:0;background:rgba(0,0,0,.9);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:white;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(.5rem);transition:all .3s ease;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.3)}.Affiliation_tooltip__VhfJ9:hover .Affiliation_tooltipContent__RzNm1{opacity:1;visibility:visible;transform:translateY(0)}.Affiliation_tooltipArrow__fOURV{position:absolute;top:100%;right:1rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid rgba(0,0,0,.9)}.Affiliation_tooltipText__U3_5v{font-weight:500}.Affiliation_helpButton__I3g1l:focus{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.Affiliation_helpButton__I3g1l:focus:not(:focus-visible){outline:none}@media (prefers-reduced-motion:reduce){.Affiliation_helpButton__I3g1l,.Affiliation_tooltipContent__RzNm1{animation:none}}.Affiliation_errorMessage__n458y{color:#dc2626;font-size:.875rem;margin-top:.5rem}.Affiliation_trackingContainer__Vj4qS{display:grid;grid-template-columns:1fr 300px;grid-gap:2rem;gap:2rem}@media (max-width:1024px){.Affiliation_trackingContainer__Vj4qS{grid-template-columns:1fr}}.Affiliation_trackingForm__IBZuv{display:flex;flex-direction:column;gap:1.5rem}.Affiliation_inputGroup__L9bBY{display:flex;flex-direction:column;gap:.5rem}.Affiliation_inputLabel__9fLfq{font-size:.875rem;font-weight:500;color:#374151}.Affiliation_trackingInput__pOFHa{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background:white}.Affiliation_trackingInput__pOFHa:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Affiliation_trackingInput__pOFHa::placeholder{color:#9ca3af}.Affiliation_urlPreview__kLWNd{display:flex;flex-direction:column;gap:.5rem}.Affiliation_urlContainer__DaD5T{display:flex;gap:.75rem;align-items:stretch}.Affiliation_urlDisplay__awDwg{flex:1 1;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#1e293b;word-break:break-all;display:flex;align-items:center;min-height:2.75rem}.Affiliation_baseUrl__K_NQC{color:#64748b}.Affiliation_trackingParam__FOT5L{color:#3b82f6;font-weight:600}.Affiliation_copyButton__GutVI{background:#3b82f6;color:white;border:none;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;white-space:nowrap;min-height:2.75rem}.Affiliation_copyButton__GutVI:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.Affiliation_copyButton__GutVI:disabled{background:#94a3b8;cursor:not-allowed;transform:none}.Affiliation_topTagsSection__opiG0{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.Affiliation_topTagsTitle__yLWZW{font-size:1rem;font-weight:600;color:#1e293b}.Affiliation_topTagsDescrition__S10ab{font-size:.875rem;color:#4b5563}.Affiliation_topTagsList__1wSDW{display:flex;flex-direction:column;gap:.75rem}.Affiliation_tagItem__RQ419{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:white;border-radius:.5rem;border:1px solid #e2e8f0;transition:all .2s;cursor:pointer}.Affiliation_tagItem__RQ419:hover{border-color:#cbd5e1;box-shadow:0 2px 4px rgba(0,0,0,.05)}.Affiliation_tagRank__fGBsK{width:1.5rem;height:1.5rem;background:#3b82f6;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0}.Affiliation_tagContent__EuQso{flex:1 1;min-width:0}.Affiliation_tagHeader__FiJsl{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.Affiliation_tagName__jBLJb{background:none;border:none;font-size:.875rem;font-weight:600;color:#1e293b;cursor:pointer;padding:0;text-align:left;transition:color .2s}.Affiliation_tagName__jBLJb:hover{color:#3b82f6}.Affiliation_tagStats__MwxVy{display:flex;gap:.75rem}.Affiliation_tagStat__PflOv{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b}.Affiliation_statIcon__LU_ms{width:.75rem;height:.75rem}@media (max-width:768px){.Affiliation_urlContainer__DaD5T{flex-direction:column}.Affiliation_urlDisplay__awDwg{min-height:3rem;padding:1rem}.Affiliation_copyButton__GutVI{justify-content:center}.Affiliation_topTagsSection__opiG0{padding:1rem}.Affiliation_tagStats__MwxVy{gap:.5rem}.Affiliation_tagItem__RQ419{padding:.5rem}}.BankingInfo_sectionTitle__QxmuK{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 1rem;@media (max-width:640px){.BankingInfo_sectionTitle__QxmuK{font-size:1.25rem}}}.BankingInfo_sectionDescription__pR4Bn{color:#64748b;margin:0 0 1.5rem;font-size:.875rem}.BankingInfo_inputGroup__n1dM4{display:flex;flex-direction:column;gap:.5rem}.BankingInfo_inputLabel__gE9Mh{font-size:.875rem;font-weight:500;color:#374151}.BankingInfo_bankingSection__Xkz0N{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;background-color:#fafafa}.BankingInfo_bankingHeader__zAnp8{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.BankingInfo_bankingForm__x3CXH{display:flex;flex-direction:column;gap:1.5rem}.BankingInfo_bankingGrid__TJs_X{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}@media (max-width:768px){.BankingInfo_bankingGrid__TJs_X{grid-template-columns:1fr}}.BankingInfo_bankingInput__PpAnO{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s;background:white;width:100%}.BankingInfo_bankingInput__PpAnO:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.BankingInfo_bankingInput__PpAnO::placeholder{color:#9ca3af}.BankingInfo_tvaSection__VkB_H{padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.BankingInfo_checkboxLabel__NEIWS{display:flex;align-items:center;gap:.5rem;cursor:pointer;margin-bottom:.5rem}.BankingInfo_checkbox__92gt6{width:1rem;height:1rem;accent-color:#3b82f6}.BankingInfo_checkboxText__73UUb{font-size:.875rem;font-weight:500;color:#374151}.BankingInfo_tvaDescription__zsf5b{font-size:.75rem;color:#6b7280;margin:0 0 0 1.5rem}.BankingInfo_bankingActions__PQTMc{display:flex;gap:1rem;justify-content:flex-end}.BankingInfo_saveButton__2r6as{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.BankingInfo_saveButton__2r6as:hover{background:#2563eb;transform:translateY(-1px)}.BankingInfo_saveButton__2r6as:disabled{background:#93c5fd;cursor:not-allowed;opacity:.7}@media (max-width:640px){.BankingInfo_bankingHeader__zAnp8{flex-direction:column;align-items:flex-start;gap:1rem}.BankingInfo_bankingActions__PQTMc{flex-direction:column}.BankingInfo_saveButton__2r6as{width:100%;justify-content:center}}.EbookInfo_ebooksSection__6OrPQ{display:flex;flex-direction:column;background:white;background-color:#fff4f4}.EbookInfo_ebookSection__XCG1X,.EbookInfo_ebooksSection__6OrPQ{border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9}.EbookInfo_ebookSection__XCG1X{background:white}.EbookInfo_sectionTitle__tYJTp{font-size:1.5rem;font-weight:600;color:#1e293b}.EbookInfo_description__BM6RS{font-size:1rem;color:#475569}.EbookInfo_addButton__QzDCV{background:#10b981;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.EbookInfo_addButton__QzDCV:hover{background:#059669;transform:translateY(-1px)}.EbookInfo_deleteButton__pxzbW{background:#ef4444;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.EbookInfo_deleteButton__pxzbW:hover{background:#dc2626;transform:translateY(-1px)}.EbookInfo_deleteButton__pxzbW:disabled{background:#fca5a5;cursor:not-allowed;transform:none}.EbookInfo_row__TuK7P{display:flex;gap:2rem}.EbookInfo_searchContainer__289Xb{position:relative}.EbookInfo_titleContainer___KsCe{flex:1 1}.EbookInfo_priceContainer__VHH6D{max-width:200px;@media screen and (max-width:768px){max-width:100px}}.EbookInfo_searchInput__P5_gY{width:100%;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;resize:vertical}.EbookInfo_searchInput__P5_gY:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.1)}.EbookInfo_updateAllButtonContainer__XCeV9{display:flex;justify-content:flex-end}.EbookInfo_allUpdateButton__x_Uhm{background:#ec4899;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s;min-width:150px}.EbookInfo_allUpdateButton__x_Uhm:hover:not(:disabled){background:#db2777;transform:translateY(-1px)}.EbookInfo_allUpdateButton__x_Uhm:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.EbookInfo_buttonIcon__JJQ_H{width:1rem;height:1rem}.EbookInfo_contentGrid__yapu6{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:768px){.EbookInfo_contentGrid__yapu6{grid-template-columns:1fr}}.EbookInfo_contentCard__Q7kbU{border:1px solid #e2e8f0;border-radius:.75rem;padding:2rem;text-align:center;background:#fafafa;transition:all .2s}.EbookInfo_contentCard__Q7kbU:hover{border-color:#cbd5e1;background:#f8fafc}.EbookInfo_contentHeader__MN2Wl{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.EbookInfo_contentIcon__zcK7L{width:2.5rem;height:2.5rem;color:#94a3b8;margin-bottom:.75rem}.EbookInfo_contentTitle__kqbmR{font-size:1rem;font-weight:500;color:#64748b;margin:0}.EbookInfo_updateButton__mT1jU{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s;width:100%}.EbookInfo_updateButton__mT1jU:hover{background:#2563eb;transform:translateY(-1px)}.EbookInfo_preview__JaIan{height:200px}.EbookInfo_img__2J_jN{max-width:100%;height:auto;max-height:200px;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.ReferrerPage_container__m9Kyb{display:flex;flex-direction:column;gap:2rem;min-height:100vh;max-width:800px;margin:0 auto;padding-block:0 4rem}.Summary_statsSection__j0Fvg{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;background-color:#f5fff4}.Summary_statsGrid__sT9sO{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}@media (max-width:768px){.Summary_statsGrid__sT9sO{grid-template-columns:1fr}}.Summary_statsCard__UFvZz{display:flex;flex-direction:column;background:white;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;max-height:200px}.Summary_title__hzkg_{font-size:1.5rem;font-weight:600;color:#1e293b}.Summary_sales__R0XC2{display:flex;flex-direction:column;justify-content:space-between}.Summary_cardTitle__KBpms{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.Summary_statItem__xNhyu{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.Summary_statLabel__h6A4C{font-weight:900;font-size:1.225rem}.Summary_statValue__DInMz{font-weight:600;color:#1e293b;font-size:1rem}.Summary_emptyState__m_xt5{flex-direction:column;flex:1 1;padding:2rem 1rem;text-align:center}.Summary_emptyIcon__ojo9c,.Summary_emptyState__m_xt5{display:flex;justify-content:center;align-items:center}.Summary_emptyIcon__ojo9c{width:3rem;height:3rem;background:#f1f5f9;border-radius:50%;margin-bottom:1rem}.Summary_emptyIconSvg__xiy9L{width:1.5rem;height:1.5rem;color:#94a3b8}.Summary_emptyText__cUgPl{color:#64748b;font-size:.875rem;margin:0}.Summary_noOverflow__D2NQQ{height:calc(16px * 13);overflow:hidden;white-space:nowrap}.Summary_orderItem__0XzPQ{display:flex;justify-content:space-between;gap:8px;font-family:monospace}.Summary_orderItem__0XzPQ>span:first-child{color:#55637b}.Summary_orderItem__0XzPQ>span:nth-child(2){text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.Stats_statsSection__mCY_8{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9}.Stats_sectionTitle__K_wvv{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.CreateBundle_container__tDz_l{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.CreateBundle_header__88h1S{background:white;border-bottom:1px solid #e5e7eb;padding:2rem 0}.CreateBundle_headerContent__p_Xw5{max-width:1200px;margin:0 auto;padding:0 2rem}.CreateBundle_headerText__sj4Px{text-align:center}.CreateBundle_title__IG6Wo{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:2.5rem;font-weight:700;color:#1f2937;margin:0 0 .5rem}.CreateBundle_titleIcon__ms5_X{width:2.5rem;height:2.5rem;color:#3b82f6}.CreateBundle_subtitle__I2u4q{font-size:1.125rem;color:#6b7280;margin:0}.CreateBundle_content__kYk8m{max-width:800px;margin:0 auto;padding:3rem 2rem}.CreateBundle_form__pyVoE{background:white;border-radius:1rem;padding:2.5rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.CreateBundle_formGrid__Mgo7Y{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}.CreateBundle_formGroup__BApvP{display:flex;flex-direction:column;gap:.5rem}.CreateBundle_label__W0EYw{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.875rem}.CreateBundle_labelIcon__yatLI{width:1rem;height:1rem;color:#6b7280}.CreateBundle_input__yNHCR,.CreateBundle_select__srZnx,.CreateBundle_textarea__HI_J0{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s ease;background:white;cursor:pointer}.CreateBundle_input__yNHCR:focus,.CreateBundle_select__srZnx:focus,.CreateBundle_textarea__HI_J0:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.CreateBundle_input__yNHCR::placeholder,.CreateBundle_select__srZnx::placeholder,.CreateBundle_textarea__HI_J0::placeholder{color:#9ca3af}.CreateBundle_inputError__mwJAL{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.CreateBundle_inputHint__D_gi5{font-size:.75rem;color:#6b7280;margin-top:.25rem}.CreateBundle_textarea__HI_J0{resize:vertical;min-height:120px;font-family:inherit}.CreateBundle_error__N85zE{color:#ef4444;font-size:.75rem;font-weight:500}.CreateBundle_formActions__eJjaa{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #e5e7eb}.CreateBundle_submitError__86Uft{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.CreateBundle_buttonGroup__ylRxz{display:flex;gap:1rem;justify-content:flex-end}.CreateBundle_cancelButton__l6_LQ{padding:.75rem 1.5rem;border:2px solid #e5e7eb;background:white;color:#6b7280;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.CreateBundle_cancelButton__l6_LQ:hover:not(:disabled){border-color:#d1d5db;background:#f9fafb}.CreateBundle_cancelButton__l6_LQ:disabled{opacity:.5;cursor:not-allowed}.CreateBundle_submitButton__P4Ggb{display:flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.CreateBundle_submitButton__P4Ggb:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 6px 8px -1px rgba(0,0,0,.15)}.CreateBundle_submitButton__P4Ggb:disabled{opacity:.7;cursor:not-allowed;transform:none}.CreateBundle_buttonIcon__9YhNy{width:1.25rem;height:1.25rem}.CreateBundle_spinner__rDM_Z{width:1.25rem;height:1.25rem;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:CreateBundle_spin__uO9im 1s linear infinite}@media (max-width:768px){.CreateBundle_container__tDz_l{min-height:100vh}.CreateBundle_header__88h1S{padding:1.5rem 0}.CreateBundle_headerContent__p_Xw5{padding:0 1rem}.CreateBundle_title__IG6Wo{font-size:2rem}.CreateBundle_titleIcon__ms5_X{width:2rem;height:2rem}.CreateBundle_subtitle__I2u4q{font-size:1rem}.CreateBundle_content__kYk8m{padding:2rem 1rem}.CreateBundle_form__pyVoE{padding:1.5rem}.CreateBundle_formGrid__Mgo7Y{grid-template-columns:1fr;gap:1.5rem}.CreateBundle_buttonGroup__ylRxz{flex-direction:column}.CreateBundle_cancelButton__l6_LQ,.CreateBundle_submitButton__P4Ggb{width:100%;justify-content:center}}.CreateBundle_cancelButton__l6_LQ:focus-visible,.CreateBundle_input__yNHCR:focus-visible,.CreateBundle_select__srZnx:focus-visible,.CreateBundle_submitButton__P4Ggb:focus-visible,.CreateBundle_textarea__HI_J0:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.Tooltip_tootltipWrapper__mHZsr{position:relative;display:inline-block}.Tooltip_tooltip__kJcYw{position:absolute;z-index:9999;pointer-events:none}.Tooltip_tooltipContent__TXQL8{display:block;position:relative;padding:8px;border-radius:8px;background-color:white;box-shadow:0 2px 10px rgba(0,0,0,.1)}.Affiliates_container__ATWP4{background:linear-gradient(135deg,#fdf2f8,#faf5ff);padding:2rem 1rem;border-radius:1rem}.Affiliates_content__wEimu{max-width:1400px;margin:0 auto}.Affiliates_header__OXp_A{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.Affiliates_headerLeft__0L2Xs{display:flex;flex-direction:column}.Affiliates_title__s68cE{font-size:2rem;font-weight:700;color:#1e293b;margin:0}.Affiliates_stats__SCnoe{display:flex;gap:1rem}.Affiliates_stat__Irdjg{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.Affiliates_statIcon__xWx_a{width:1rem;height:1rem}.Affiliates_tableCard___uo_K{background:white;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;overflow:hidden}.Affiliates_tableHeader__LmO2s{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:1rem}.Affiliates_searchContainer__f92e_{position:relative;flex:1 1;max-width:400px}.Affiliates_searchIcon__aIWYq{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af}.Affiliates_searchInput__kyxOW{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.Affiliates_searchInput__kyxOW:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Affiliates_tableContainer__nVOab{overflow-x:auto;height:calc(50px + (74px * 4) + (74px * 4 / 7))}.Affiliates_table__ZFEtA{width:100%;border-collapse:collapse}.Affiliates_columnNumber__KxPcp{padding:1rem .5rem 1rem 1rem!important}.Affiliates_columnName__wKKwd{flex:1 1}.Affiliates_columnReferrer__qMZnc{width:14rem}.Affiliates_columnActions__SfVLb,.Affiliates_columnCut__yf0ba{width:8rem}.Affiliates_tableHead__DX2qf{display:flex;gap:1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.Affiliates_th__vKkoQ{padding:1rem 0;text-align:left;font-size:.875rem;font-weight:600;color:#374151}.Affiliates_tableBody__Tma2T{background:white}.Affiliates_tableRow__e7zoJ{display:flex;gap:1rem;transition:background-color .2s}.Affiliates_tableRow__e7zoJ:hover{background:#f8fafc}.Affiliates_tableRow__e7zoJ:not(:last-child){border-bottom:1px solid #f1f5f9}.Affiliates_td__Lhje_{display:flex;align-items:center;padding:1rem 0;vertical-align:middle}.Affiliates_rowNumber__DgB1y{font-weight:500;color:#64748b}.Affiliates_affiliateInfo__fBs_P{display:flex;align-items:center;gap:.75rem}.Affiliates_avatar__2cRDx{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:.875rem}.Affiliates_affiliateDetails__0HDeM{display:flex;flex-direction:column;gap:.25rem}.Affiliates_affiliateName__QC_7j{font-weight:600;color:#1e293b;display:flex;align-items:center;gap:.5rem}.Affiliates_adminIcon__eHDDG{width:1rem;height:1rem;color:#f59e0b}.Affiliates_joinedDate__VWZlx{font-size:.75rem;color:#64748b}.Affiliates_pseudo__sNhfe{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;color:#3b82f6;background:#eff6ff;padding:.25rem .5rem;border-radius:.25rem}.Affiliates_commissionDisplay__Alyqb{display:flex;align-items:center;gap:.5rem}.Affiliates_commissionValue__LWsM0{font-weight:600;color:#1e293b}.Affiliates_editButton__71UcT{background:transparent;border:none;padding:.25rem;cursor:pointer;border-radius:.25rem;transition:background-color .2s}.Affiliates_editButton__71UcT:hover{background:#f3f4f6}.Affiliates_editIcon__Br16B{width:.875rem;height:.875rem;color:#9ca3af}.Affiliates_commissionEdit__6Oepw{display:flex;align-items:center;gap:.5rem}.Affiliates_commissionInput__5M__D{width:3rem;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem;text-align:center;-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.Affiliates_commissionInput__5M__D::-webkit-inner-spin-button,.Affiliates_commissionInput__5M__D::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.Affiliates_commissionInput__5M__D:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.1)}.Affiliates_percent__oByYw{font-size:.875rem;color:#64748b}.Affiliates_commissionActions__xD_A5{display:flex;gap:.25rem}.Affiliates_cancelButton__vDaBK,.Affiliates_saveButton___05_z{background:transparent;border:none;padding:.25rem;cursor:pointer;border-radius:.25rem;transition:background-color .2s}.Affiliates_saveButton___05_z:hover{background:#dcfce7}.Affiliates_cancelButton__vDaBK:hover{background:#fef2f2}.Affiliates_actionIcon__R6tVo{width:.875rem;height:.875rem}.Affiliates_saveButton___05_z .Affiliates_actionIcon__R6tVo{color:#059669}.Affiliates_cancelButton__vDaBK .Affiliates_actionIcon__R6tVo{color:#dc2626}.Affiliates_actions__aFRbL{display:flex;gap:.25rem}.Affiliates_actionButton___y_9y{background:transparent;border:none;padding:.5rem;cursor:pointer;border-radius:.25rem;transition:background-color .2s}.Affiliates_actionButton___y_9y:hover{background:#f3f4f6}.Affiliates_emptyState__LRlEB{padding:3rem;text-align:center}.Affiliates_emptyIcon__0gFxy{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.Affiliates_emptyTitle__IHEOy{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.Affiliates_emptySubtitle___5eeG{color:#64748b;margin:0}.Affiliates_tooltipRow__dFcKP{display:flex;justify-content:space-between;gap:1rem}.Affiliates_modalButtons__GHolZ{display:flex;justify-content:flex-end;gap:.5rem}.Affiliates_confirmButton__s88ww{border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:600;color:white;transition:all .2s}.Affiliates_promoteButton__RZCxm{background:linear-gradient(135deg,#f59e0b,#d97706)}.Affiliates_demoteButton__raCS5{background:linear-gradient(135deg,#64748b,#475569)}@media (max-width:1024px){.Affiliates_header__OXp_A,.Affiliates_tableHeader__LmO2s{flex-direction:column;gap:1rem;align-items:stretch}.Affiliates_searchContainer__f92e_{max-width:none}}@media (max-width:768px){.Affiliates_container__ATWP4{padding:1rem .5rem}.Affiliates_title__s68cE{font-size:1.5rem}.Affiliates_tableCard___uo_K{border-radius:.5rem}.Affiliates_tableHeader__LmO2s{padding:1rem}.Affiliates_td__Lhje_,.Affiliates_th__vKkoQ{padding:.75rem .5rem}.Affiliates_affiliateInfo__fBs_P{flex-direction:column;align-items:flex-start;gap:.5rem}.Affiliates_avatar__2cRDx{width:2rem;height:2rem;font-size:.75rem}}.BundleContent_buttonIcon__70L9x{width:1rem;height:1rem}.BundleContent_editorSection__iAcLo{background:white;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;overflow:hidden;margin-top:2rem}.BundleContent_sectionTitle__4s3f7{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0;padding:1.5rem 1.5rem 0}.BundleContent_editorTabs__zDyF1{display:flex;border-bottom:1px solid #e2e8f0;padding:0 1.5rem}.BundleContent_editorTab__y1qTM{background:transparent;padding:1rem 1.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#64748b;border:none;border-bottom:2px solid transparent;transition:all .2s}.BundleContent_editorTab__y1qTM:hover{color:#3b82f6}.BundleContent_activeTab__ShAS_{color:#3b82f6!important;border-bottom-color:#3b82f6}.BundleContent_tabIcon__sTVs5{width:1rem;height:1rem}.BundleContent_editorContent__crvj6{padding:1.5rem}.BundleContent_rowContainer__J5Hff{display:flex;flex-direction:row;gap:2rem}.BundleContent_contentEditor__pXQUe{display:flex;flex-direction:column;gap:.75rem}.BundleContent_editorHeader__pXzSh{display:flex;justify-content:flex-end;padding:0 0 .75rem}.BundleContent_coverEditor__LgZHk{min-height:300px}.BundleContent_coverUpload__JeoT3{height:100%;min-height:300px}.BundleContent_coverInput__Z0FW9{display:none}.BundleContent_coverUploadLabel__awdE8{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;border:2px dashed #d1d5db;border-radius:.75rem;cursor:pointer;transition:all .2s;text-align:center;padding:2rem}.BundleContent_coverUploadLabel__awdE8:hover{border-color:#3b82f6;background:#f8fafc}.BundleContent_uploadIcon__ndz2i{width:4rem;height:4rem;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.BundleContent_uploadIconSvg__7dv5Z{width:2rem;height:2rem;color:#64748b}.BundleContent_uploadTitle__mprG1{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.BundleContent_uploadDescription__P6vRF{color:#64748b;margin:0 0 .5rem}.BundleContent_uploadSpecs__zgMAV{font-size:.75rem;color:#9ca3af;margin:0}.BundleContent_coverPreview__RS4SH{display:flex;flex-direction:column;gap:1rem;cursor:pointer}.BundleContent_previewHeader__J7mta{display:flex;justify-content:space-between;align-items:center}.BundleContent_previewTitle__nQgFF{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.BundleContent_previewButton__yWvCX{padding:.5rem;border-radius:.375rem}.BundleContent_previewButton__yWvCX:hover{background:#f3f4f6}.BundleContent_imagePreview__QyHAq{border-radius:.75rem;overflow:hidden;border:1px solid #e2e8f0;padding:1rem}.BundleContent_previewImage__Ysn1G{width:auto;height:100%;max-height:300px;object-fit:contain;display:block}.BundleContent_previewButton__yWvCX{background:transparent;border:1px solid #d1d5db;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.BundleContent_previewButton__yWvCX:hover{background:#f9fafb;border-color:#9ca3af}@media (max-width:768px){.BundleContent_editorTabs__zDyF1{padding:0 1rem}.BundleContent_editorTab__y1qTM{padding:.75rem 1rem;font-size:.8rem}.BundleContent_editorContent__crvj6{padding:1rem}.BundleContent_previewButton__yWvCX{justify-content:center}}.BundleContent_priceDescEditor__hO_ol{display:flex;flex-direction:column;gap:2rem;flex:1 1}.BundleContent_sectionSubtitle__88eKk{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.BundleContent_priceSection__jyrHj{background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.BundleContent_priceInputGroup__T_gh7{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-bottom:1rem}.BundleContent_inputGroup__uc769{display:flex;flex-direction:column;gap:.5rem}.BundleContent_inputLabel__zs95N{font-size:.875rem;font-weight:500;color:#374151}.BundleContent_priceInput__8Va2U{padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.BundleContent_priceInput__8Va2U:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.BundleContent_inputContainer__ipcio{display:flex;gap:.75rem;align-items:center}.BundleContent_updateButton__rx1_l{padding:.75rem 1.5rem;background:#ec4899;color:white;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;min-width:120px}.BundleContent_updateButton__rx1_l:hover:not(:disabled){background:#db2777;transform:translateY(-1px)}.BundleContent_updateButton__rx1_l:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.BundleContent_descriptionSection__F0ByC{background:white;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.BundleContent_descriptionCharCount__9MqNv{font-size:.75rem;color:#64748b;margin:0 0 .5rem}.BundleContent_descriptionCharCount__9MqNv.BundleContent_exceeded__B2ob5{color:#dc2626}.BundleContent_descriptionEditor__HpXb9{display:flex;flex-direction:column;gap:.75rem}.BundleContent_descriptionTextarea__i3_MV{width:100%;padding:1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;resize:vertical;min-height:150px}.BundleContent_descriptionTextarea__i3_MV:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.BundleContent_descriptionButtonContainer__BjqVp{display:flex;justify-content:flex-end}@media (max-width:768px){.BundleContent_priceInputGroup__T_gh7{grid-template-columns:1fr}}.BundleContent_zipEditor__1mTq1{display:flex;flex-direction:column;gap:.75rem;flex:1 1}.BundleContent_zipUploadSection__xXOBK{background:#f8fafc;padding:1.5rem;border-radius:.75rem;border:1px solid #e2e8f0}.BundleContent_sectionDescription__ZSmnM{font-size:.875rem;color:#64748b;margin:0 0 1rem}.BundleContent_zipUploadButton__OQCka{background:#3b82f6;color:white;border:none;padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.BundleContent_zipUploadButton__OQCka:hover{background:#2563eb}.BundleContent_downloadLink__MkCoO{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#3b82f6;text-decoration:underline;cursor:pointer}.BundleContent_downloadLink__MkCoO:hover{color:#2563eb}.BundleContent_linkIcon__6Bpw6{width:1rem;height:1rem}.BundleContent_noZipText__lVTNu{font-size:.875rem;color:#9ca3af;font-style:italic;margin:0}.BundleEdit_section__qWpQR{background:white;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9}.BundleEdit_title__R2DbF{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.BundleEdit_row__CytQw{display:flex;gap:2rem}.BundleEdit_searchInput__KE_zi{width:100%;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:1rem;transition:all .2s}.BundleEdit_searchInput__KE_zi:focus{outline:none;border-color:#ec4899;box-shadow:0 0 0 3px rgba(236,72,153,.1)}.Ebooks_ebookSection__NlO05{background:white;border-radius:1rem;box-shadow:0 4px 6px rgba(0,0,0,.05);border:1px solid #f1f5f9;overflow:hidden;margin-top:2rem;max-height:620px;display:flex;flex-direction:column}.Ebooks_ebookHeader___eQLz{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 1.5rem .5rem;margin-bottom:.5rem;flex-shrink:0}.Ebooks_ebookHeaderLeft__VkKvw{display:flex;flex-direction:column;gap:.5rem}.Ebooks_ebookTitle__4KF3V{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.Ebooks_ebookStats__q4pio{display:flex;gap:1rem}.Ebooks_ebookStat__Xs7s0{gap:.5rem;color:#64748b;font-size:.875rem}.Ebooks_ebookHeaderRight__h03LQ,.Ebooks_ebookStat__Xs7s0{display:flex;align-items:center}.Ebooks_validationSummary__a3TIM{font-size:.875rem;font-weight:600;color:#3b82f6;background:#eff6ff;padding:.5rem 1rem;border-radius:.5rem}.Ebooks_ebookCard__1chjP{background:white;border-radius:0}.Ebooks_ebookCardHeader__FK5JT{padding:0 1.5rem .5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.Ebooks_ebookList__raFNC{display:flex;flex-direction:column;overflow-y:auto;flex:1 1;max-height:calc(50px + (95px * 4) + (95px * 4 / 7))}.Ebooks_ebookItem__NEKfz{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s}.Ebooks_ebookItem__NEKfz:hover{background:#f8fafc}.Ebooks_ebookItem__NEKfz:last-child{border-bottom:none}.Ebooks_ebookItemLeft__plNyE{display:flex;align-items:flex-start;gap:1rem;flex:1 1}.Ebooks_ebookNumber__R5UhF{width:2rem;height:2rem;border-radius:50%;background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-weight:600;color:#64748b;font-size:.875rem;flex-shrink:0}.Ebooks_ebookInfo__L7AYx{flex:1 1;display:flex;flex-direction:column;gap:.375rem}.Ebooks_ebookTitleRow__HU2pu{display:flex;align-items:center;justify-content:space-between;gap:1rem}.Ebooks_ebookItemTitle__9vfH0{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.Ebooks_ebookStatus__J7EZc{flex-shrink:0}.Ebooks_statusComplete__2FxjA{color:#059669}.Ebooks_statusComplete__2FxjA,.Ebooks_statusIncomplete__QHS_a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500}.Ebooks_statusIncomplete__QHS_a{color:#dc2626}.Ebooks_statusIcon__9cSaN{width:1rem;height:1rem}.Ebooks_ebookAuthor__iChI2{font-size:.8rem;color:#64748b}.Ebooks_ebookProgress__tgvzz{display:flex;align-items:center;gap:.75rem}.Ebooks_progressBar__f62lc{flex:1 1;height:.5rem;background:#f1f5f9;border-radius:.25rem;overflow:hidden}.Ebooks_progressFill__N37o7{height:100%;background:linear-gradient(90deg,#3b82f6,#059669);border-radius:.25rem;transition:width .3s ease}.Ebooks_progressText__vpBjP{font-size:.75rem;color:#64748b;white-space:nowrap}.Ebooks_missingFields__Ie5E5{display:flex;flex-direction:column;gap:.375rem}.Ebooks_missingLabel__bopk6{font-size:.75rem;color:#dc2626;font-weight:500}.Ebooks_missingTags__brdH0{display:flex;flex-wrap:wrap;gap:.375rem}.Ebooks_missingTag__RLNKh{background:#fef2f2;color:#dc2626;padding:.125rem .375rem;border-radius:.25rem;font-size:.7rem;font-weight:500;border:1px solid #fca5a5}.Ebooks_searchContainer__YrOt1{position:relative}@media (max-width:1024px){.Ebooks_searchContainer__YrOt1{max-width:none}.Ebooks_ebookHeader___eQLz{flex-direction:column;gap:1rem;align-items:stretch}.Ebooks_ebookTitleRow__HU2pu{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width:768px){.Ebooks_ebookItem__NEKfz{flex-direction:column;gap:1rem}.Ebooks_ebookItemLeft__plNyE{flex-direction:column;gap:.75rem}.Ebooks_ebookProgress__tgvzz{flex-direction:column;align-items:flex-start;gap:.5rem}.Ebooks_progressBar__f62lc{width:100%}}.Ebooks_statIcon____XsM{width:1rem;height:1rem}.Ebooks_searchIcon__s1mu9{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af}.Ebooks_searchInput__NjQqn{width:100%;padding:.75rem .75rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;transition:all .2s}.Ebooks_searchInput__NjQqn:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.Ebooks_emptyState__yflJl{padding:3rem;text-align:center}.Ebooks_emptyIcon__3gfsi{width:3rem;height:3rem;color:#9ca3af;margin:0 auto 1rem}.Ebooks_emptyTitle__KD2X_{font-size:1.125rem;font-weight:600;color:#374151;margin:0 0 .5rem}.Ebooks_emptySubtitle__i4vz5{color:#64748b;margin:0}