.AddUserModal_modalOverlay__0BnGP{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:AddUserModal_fadeIn__Zdxwx .2s ease-out}@keyframes AddUserModal_fadeIn__Zdxwx{0%{opacity:0}to{opacity:1}}.AddUserModal_modalContainer__r4LrF{background:white;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-width:500px;width:90%;max-height:90vh;overflow:hidden;animation:AddUserModal_slideUp__vByib .3s ease-out}@keyframes AddUserModal_slideUp__vByib{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.AddUserModal_modalHeader__HeEiP{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#7B3FF2,#9333ea)}.AddUserModal_modalHeaderContent__Hs_kr{display:flex;align-items:center;gap:.75rem}.AddUserModal_modalIcon__cQsC5{color:white}.AddUserModal_modalTitle__Qub_f{font-size:1.25rem;font-weight:700;color:white;margin:0}.AddUserModal_modalClose__BJRpb{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:.5rem;cursor:pointer;color:white;transition:all .2s}.AddUserModal_modalClose__BJRpb:hover:not(:disabled){background:rgba(255,255,255,.15)}.AddUserModal_modalClose__BJRpb:disabled{opacity:.5;cursor:not-allowed}.AddUserModal_modalBody__LkrIB{padding:1.5rem;max-height:calc(90vh - 80px);overflow-y:auto}.AddUserModal_errorAlert__bcY0n{padding:.75rem 1rem;background:#fee2e2;color:#dc2626;border-radius:.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.AddUserModal_errorClose__HmgiL{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#dc2626;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background .2s}.AddUserModal_errorClose__HmgiL:hover{background:rgba(220,38,38,.1)}.AddUserModal_formGroup__p7rjH{margin-bottom:1.25rem}.AddUserModal_formLabel__t0Xwf{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.AddUserModal_formControl__N_2_C{width:100%;padding:.625rem .875rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.9375rem;color:#1f2937;background-color:white;transition:all .2s}.AddUserModal_formControl__N_2_C:hover:not(:disabled){border-color:#d1d5db}.AddUserModal_formControl__N_2_C:focus{outline:none;border-color:#7B3FF2;box-shadow:0 0 0 3px rgba(123,63,242,.1)}.AddUserModal_formControl__N_2_C:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}select.AddUserModal_formControl__N_2_C{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem;cursor:pointer}select.AddUserModal_formControl__N_2_C:disabled{cursor:not-allowed}.AddUserModal_required__ZwotU{color:#ef4444;font-weight:600}.AddUserModal_formNote__iTBVx{font-size:.875rem;color:#6b7280;margin-top:1rem;margin-bottom:1.5rem}.AddUserModal_formActions__EPpHl{display:flex;gap:.75rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb;margin-top:1.5rem}.AddUserModal_btnCancel___QC7C{padding:.625rem 1.25rem;border:1px solid #e5e7eb;background:white;color:#6b7280;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.AddUserModal_btnCancel___QC7C:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#1f2937}.AddUserModal_btnCancel___QC7C:disabled{opacity:.5;cursor:not-allowed}.AddUserModal_btnPrimary__bAyWq{padding:.625rem 1.25rem;border:none;background:#7B3FF2;color:white;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.AddUserModal_btnPrimary__bAyWq:hover:not(:disabled){background:#6934d3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(123,63,242,.25)}.AddUserModal_btnPrimary__bAyWq:disabled{opacity:.7;cursor:not-allowed}.AddUserModal_btnSpinner__lE_uS{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:AddUserModal_spin__42klh .6s linear infinite}@keyframes AddUserModal_spin__42klh{to{transform:rotate(1turn)}}@media (max-width:640px){.AddUserModal_modalContainer__r4LrF{width:95%;max-height:95vh;margin:1rem}.AddUserModal_modalBody__LkrIB,.AddUserModal_modalHeader__HeEiP{padding:1.25rem}.AddUserModal_formActions__EPpHl{flex-direction:column-reverse}.AddUserModal_btnCancel___QC7C,.AddUserModal_btnPrimary__bAyWq{width:100%;justify-content:center}}.Toast_toast__5vjwy{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:12px;border:2px solid;background:white;box-shadow:0 4px 12px rgba(0,0,0,.1);min-width:320px;max-width:500px;animation:Toast_slideIn__m60Pb .3s ease-out;transition:all .2s ease;position:relative;overflow:hidden}.Toast_progressBar__sUA0u{position:absolute;left:-20px;top:0;bottom:0;width:calc(100% + 40px);opacity:.08;pointer-events:none;transition-property:width;transition-timing-function:linear;transform:skewX(-15deg);transform-origin:bottom left}.Toast_toast__5vjwy.Toast_exiting__t8Usy{animation:Toast_slideOut__YNndT .3s ease-in forwards}.Toast_toast__5vjwy.Toast_error__h_Qz3{background:#ffffff;border-color:#ef4444}.Toast_toast__5vjwy.Toast_error__h_Qz3 .Toast_progressBar__sUA0u{background:#ef4444}.Toast_toast__5vjwy.Toast_success__X6ITm{background:#ffffff;border-color:#10b981}.Toast_toast__5vjwy.Toast_success__X6ITm .Toast_progressBar__sUA0u{background:#10b981}.Toast_toast__5vjwy.Toast_warning__KftPq{background:#ffffff;border-color:#f59e0b}.Toast_toast__5vjwy.Toast_warning__KftPq .Toast_progressBar__sUA0u{background:#f59e0b}.Toast_toast__5vjwy.Toast_info__YmGK5{background:#ffffff;border-color:#3b82f6}.Toast_toast__5vjwy.Toast_info__YmGK5 .Toast_progressBar__sUA0u{background:#3b82f6}.Toast_toast__5vjwy.Toast_clickable__cqiVs{cursor:pointer}.Toast_iconWrapper__0L8p5{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;position:relative;z-index:1}.Toast_error__h_Qz3 .Toast_iconWrapper__0L8p5{background:#ef4444}.Toast_success__X6ITm .Toast_iconWrapper__0L8p5{background:#10b981}.Toast_warning__KftPq .Toast_iconWrapper__0L8p5{background:#f59e0b}.Toast_info__YmGK5 .Toast_iconWrapper__0L8p5{background:#3b82f6}.Toast_icon__kk9_a{width:22px;height:22px;color:white;stroke-width:2.5}.Toast_content__VYUPF{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0;position:relative;z-index:1}.Toast_message__gQtoa{margin:0;font-size:15px;line-height:1.4;color:#1f2937;font-weight:600;word-wrap:break-word}.Toast_clickHint__ZNBfL{font-size:12px;color:#6b7280;font-weight:400;margin-top:2px}.Toast_closeButton___2GiV{flex-shrink:0;background:none;border:none;padding:0;cursor:pointer;color:#9ca3af;transition:all .2s;display:flex;align-items:center;justify-content:center;border-radius:4px;position:relative;z-index:1;width:24px;height:24px}.Toast_closeButton___2GiV:hover{color:#4b5563;transform:rotate(90deg)}.Toast_closeIcon__zhvE6{width:20px;height:20px;stroke-width:2}@keyframes Toast_slideIn__m60Pb{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Toast_slideOut__YNndT{0%{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}@media (max-width:640px){.Toast_toast__5vjwy{min-width:280px;max-width:calc(100vw - 32px)}}.Modal_backdrop__B0wTQ{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:Modal_fadeIn__NPj2Q .2s ease-out}@keyframes Modal_fadeIn__NPj2Q{0%{opacity:0}to{opacity:1}}.Modal_container__SHlD0{position:relative;background:white;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:Modal_slideUp__0xTJv .3s ease-out;margin:1rem;width:90%}@keyframes Modal_slideUp__0xTJv{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.Modal_sm__7SSbC{max-width:400px}.Modal_md__xjOkV{max-width:600px}.Modal_lg__T5TDC{max-width:800px}.Modal_xl__Dyb4p{max-width:1000px}.Modal_full__aESnN{max-width:95vw}@media (max-width:768px){.Modal_container__SHlD0{max-width:100%;width:100%;max-height:100vh;height:100vh;margin:0;border-radius:0}.Modal_backdrop__B0wTQ{align-items:flex-start}}.ToastContainer_container__ztApl{position:fixed;top:20px;right:20px;z-index:10001;display:flex;flex-direction:column;gap:12px;pointer-events:none}.ToastContainer_container__ztApl>*{pointer-events:auto}@media (max-width:640px){.ToastContainer_container__ztApl{top:16px;right:16px;left:16px}}.Step1_formSection__O__I1{width:100%}.Step1_modernCard__G8rPh{background:white!important;border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow-md);overflow:hidden;margin-bottom:1.5rem!important}.Step1_cardHeader__PFb0D{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;padding:1.5rem!important;border:none}.Step1_cardHeader__PFb0D h3{margin:0!important;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:white!important}.Step1_cardBody__lhDwa{padding:2rem!important}.Step1_demoBanner__rw91M{background:#fef3c7;border:1px solid #fbbf24;border-radius:var(--border-radius-md);padding:.75rem;margin-top:.75rem}.Step1_demoBannerContent__s55jB{display:flex;align-items:center;gap:.5rem}.Step1_demoBannerIcon__Je3Te{width:1rem;height:1rem;color:#d97706;flex-shrink:0}.Step1_demoBannerText__i3VkV{font-size:.875rem;color:#92400e;margin:0}.Step1_formGroup__IkDVf,.Step1_formLabel__facqi{margin-bottom:.5rem!important}.Step1_formLabel__facqi{font-weight:600;color:#6b7280!important;font-size:.875rem!important;text-transform:uppercase;letter-spacing:.05em;display:block}.Step1_formControl__yf_R0{border:2px solid #e5e7eb!important;border-radius:var(--border-radius-sm);padding:.75rem 1rem!important;font-size:1rem;transition:all var(--transition-speed);width:100%;background:white!important;color:#1f2937!important}.Step1_formControl__yf_R0:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(139,92,246,.1);background:white!important;outline:none}.Step1_formControl__yf_R0::placeholder{color:#9CA3AF!important;opacity:1;font-style:italic}.Step1_formDescription__3YW5d{font-size:.875rem;text-align:left;color:#6B7280;margin-bottom:.75rem}.Step1_requiredStar__BXAqR{color:var(--primary-color)!important;font-size:1.25rem;position:relative;top:5px;margin-left:2px}.Step1_invalidFeedback__5cMN7{display:none;color:#EF4444!important;font-size:.875rem;margin-top:.25rem}.Step1_invalidFeedback__5cMN7.Step1_show__K71HY{display:block!important}.Step1_invalidFeedback__5cMN7 svg{vertical-align:text-bottom;position:relative;top:-2px}.Step1_sectionDivider__HLo9L{height:1px;background:linear-gradient(90deg,transparent 0,var(--purple-200) 15%,var(--purple-200) 85%,transparent 100%)!important;margin:2rem auto!important;width:90%;position:relative}.Step1_websiteAnalyzerSection__IjFbh{background:linear-gradient(135deg,#FAF5FF,#FFFFFF 50%,#FAF5FF);border:3px dashed #d8b4fe!important;border-radius:var(--border-radius-lg);padding:2rem!important;position:relative;transition:all .3s ease}.Step1_websiteAnalyzerSection__IjFbh:hover{border-color:#8B5CF6!important;background:#F3E8FF!important;box-shadow:0 4px 12px rgba(139,92,246,.15)}.Step1_websiteInputWrapper__1i_ft{display:flex!important;gap:1rem;width:100%!important}.Step1_analyzeBtn__LSznT{white-space:nowrap;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;color:white!important;padding:.75rem 1.5rem!important;border-radius:var(--border-radius-sm);font-weight:600;display:inline-flex;align-items:center;gap:.5rem;border:none;cursor:pointer;transition:all var(--transition-speed)}.Step1_analyzeBtn__LSznT:hover{transform:translateY(-1px);box-shadow:var(--box-shadow-lg)}.Step1_analyzeBtn__LSznT:disabled{opacity:.5;cursor:not-allowed}.Step1_btnIcon__2DISy{width:1rem;height:1rem}.Step1_btnIcon__2DISy.Step1_spinning___ieLU{animation:Step1_spin__eFo03 1s linear infinite}@keyframes Step1_spin__eFo03{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Step1_analysisStatus__fFMmw{margin-top:1rem!important;padding:.75rem;border-radius:var(--border-radius-sm);background:white;border:1px solid var(--purple-200)}.Step1_analysisComplete__5zqVy,.Step1_analysisError__DYFUS,.Step1_analysisWarning__JCPdp,.Step1_analyzing__L1YU_{align-items:center;gap:.5rem;font-weight:500}.Step1_analyzing__L1YU_{color:var(--primary-color)!important}.Step1_analysisComplete__5zqVy{color:#10B981!important}.Step1_analysisError__DYFUS{color:#EF4444!important;display:flex;align-items:center}.Step1_analysisWarning__JCPdp{color:#F59E0B!important;display:flex;align-items:center}.Step1_progressBarBg__K7OF5{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.Step1_progressBarFill__xqEKC{height:100%;background-color:var(--purple-600);border-radius:3px;transition:width .1s linear}.Step1_campaignTypeGrid__hWVPv{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:.75rem!important}.Step1_campaignTypeOption__TYHMZ{border:2px solid #e5e7eb;border-radius:var(--border-radius-md);padding:1.25rem!important;cursor:pointer;transition:all var(--transition-speed);background:white!important}.Step1_campaignTypeOption__TYHMZ.Step1_selected__703Px,.Step1_campaignTypeOption__TYHMZ:hover{border-color:var(--primary-color);background:var(--purple-50)!important}.Step1_campaignTypeOption__TYHMZ.Step1_selected__703Px{box-shadow:0 0 0 3px rgba(139,92,246,.1)}.Step1_campaignTypeContent__6aBCN{display:flex;align-items:center;gap:.75rem}.Step1_campaignTypeIcon__NSw_0{width:2.5rem;height:2.5rem;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;background:var(--primary-color)!important;color:white!important;font-size:1.25rem}.Step1_campaignTypeInfo__Sde8B h4{margin:0!important;font-size:1rem;font-weight:600;color:#1F2937!important}.Step1_campaignTypeInfo__Sde8B p{margin:0!important;font-size:.875rem;color:#6B7280!important}.Step1_platformsGrid__7fGnR{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem;margin-top:.75rem!important}.Step1_platformOption___SDA_{border:2px solid #e5e7eb;border-radius:var(--border-radius-md);padding:1.25rem!important;cursor:pointer;transition:all var(--transition-speed);background:white!important;text-align:center}.Step1_platformOption___SDA_.Step1_selected__703Px,.Step1_platformOption___SDA_:hover{border-color:var(--primary-color);background:var(--purple-50)!important}.Step1_platformOption___SDA_.Step1_selected__703Px{box-shadow:0 0 0 3px rgba(139,92,246,.1)}.Step1_platformIcon__ZPm2s{width:2.5rem;height:2.5rem;margin:0 auto .5rem!important;border-radius:var(--border-radius-sm);display:flex;align-items:center;justify-content:center;color:white!important;font-size:1.25rem}.Step1_platformInstagram__QuUFz{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)!important}.Step1_platformFacebook__KxthF{background:#1877F2!important}.Step1_platformYoutube__VeDUb{background:#FF0000!important}.Step1_platformTiktok__xKFnu,.Step1_platformX__XTgDt{background:#000000!important}.Step1_platformLinkedin__A3yNQ{background:#0A66C2!important}.Step1_platformName__492MR{font-weight:600;color:#374151!important;font-size:.875rem}.Step1_barterContainer__o3ip_{margin-top:1.5rem!important;position:relative}.Step1_barterItem__paMk1{background:white!important;border:2px solid var(--purple-200)!important;border-radius:var(--border-radius-lg);margin-bottom:1.5rem!important;position:relative;padding:1.5rem!important;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.05);animation:Step1_slideInFromBottom__CcuiN .3s ease-out;overflow:hidden}@keyframes Step1_slideInFromBottom__CcuiN{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes Step1_slideOutToRight__0SA7X{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.Step1_barterItem__paMk1.Step1_removing__Zb8a8{animation:Step1_slideOutToRight__0SA7X .3s ease-out forwards}.Step1_barterItem__paMk1:hover{transform:translateY(-3px);box-shadow:0 8px 16px rgba(139,92,246,.15);border-color:var(--primary-color)!important}.Step1_barterItem__paMk1:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--primary-color),var(--primary-dark));opacity:0;transition:opacity .3s ease}.Step1_barterItem__paMk1:hover:before{opacity:1}.Step1_barterItem__paMk1[data-index]:after{content:attr(data-index);position:absolute;top:1rem;left:1rem;width:2rem;height:2rem;background:linear-gradient(135deg,var(--purple-100),var(--purple-50))!important;color:var(--primary-color)!important;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;box-shadow:0 2px 8px rgba(139,92,246,.2)}.Step1_barterItem__paMk1[data-index] .Step1_cardBody__lhDwa{padding-left:4rem!important}.Step1_barterItem__paMk1 .Step1_formLabel__facqi,.Step1_barterItem__paMk1 .Step1_formLabel__facqi svg{color:var(--primary-color)!important}.Step1_barterRemoveBtn__lJmGP{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border:none;background:white!important;color:#9CA3AF!important;font-size:1.125rem;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 6px rgba(0,0,0,.1);z-index:10}.Step1_barterRemoveBtn__lJmGP:hover{background:#FEE2E2!important;color:#EF4444!important;transform:rotate(90deg) scale(1.1);box-shadow:0 4px 12px rgba(239,68,68,.3);z-index:11}.Step1_barterItemDescription__18yT_,.Step1_barterItemName__psQeK{border:2px solid #e5e7eb!important;border-radius:var(--border-radius-sm);padding:.75rem 1rem;font-size:1rem;transition:all var(--transition-speed);width:100%;background:white!important;color:#1f2937!important}.Step1_barterItemDescription__18yT_{resize:vertical;min-height:80px;font-family:inherit}.Step1_barterItemDescription__18yT_:focus,.Step1_barterItemName__psQeK:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(139,92,246,.1);background:white!important;outline:none}.Step1_barterItemDescription__18yT_::placeholder,.Step1_barterItemName__psQeK::placeholder{color:#9CA3AF!important;opacity:1;font-style:italic}.Step1_customDropzone__YrKTY{border:3px dashed #d8b4fe!important;border-radius:.75rem!important;padding:3rem 2rem!important;text-align:center!important;background:#FAF5FF!important;transition:all .2s!important;cursor:pointer!important;min-height:200px!important;display:flex;flex-direction:column;align-items:center;justify-content:center}.Step1_customDropzone__YrKTY:hover{border-color:#7B3FF2!important;background:#f3e8ff!important;box-shadow:0 4px 12px rgba(139,92,246,.15)}.Step1_navBtn__hJ7XB{padding:.75rem 1.5rem!important;border-radius:var(--border-radius-sm);text-decoration:none;transition:all var(--transition-speed);transform-origin:center;backface-visibility:hidden;-webkit-font-smoothing:antialiased;white-space:nowrap;border:none}.Step1_navBtnSecondary___G_Lh,.Step1_navBtn__hJ7XB{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer}.Step1_navBtnSecondary___G_Lh{background:linear-gradient(135deg,var(--purple-50),white)!important;border:2px dashed var(--purple-300);color:var(--primary-color)!important;padding:1rem 1.5rem!important;width:100%;justify-content:center;transition:all .3s ease;border-radius:var(--border-radius-sm)}.Step1_navBtnSecondary___G_Lh:hover{background:linear-gradient(135deg,var(--purple-100),var(--purple-50))!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(139,92,246,.15)}@media (max-width:992px){.Step1_cardHeader__PFb0D{padding:1.25rem!important}.Step1_cardHeader__PFb0D h3{font-size:1.125rem}.Step1_cardBody__lhDwa{padding:1.25rem!important}}@media (max-width:768px){.Step1_modernCard__G8rPh{border-radius:var(--border-radius-md);margin-bottom:1rem!important}.Step1_cardBody__lhDwa,.Step1_cardHeader__PFb0D{padding:1.25rem!important}.Step1_campaignTypeGrid__hWVPv{grid-template-columns:1fr}.Step1_platformsGrid__7fGnR{grid-template-columns:repeat(3,1fr)}.Step1_websiteInputWrapper__1i_ft{flex-direction:column}.Step1_analyzeBtn__LSznT{width:100%;justify-content:center}.Step1_formGroup__IkDVf{margin-bottom:1rem!important}}@media (max-width:480px){.Step1_cardHeader__PFb0D h3{font-size:1rem}.Step1_platformsGrid__7fGnR{grid-template-columns:repeat(2,1fr)}.Step1_barterItemDescription__18yT_,.Step1_barterItemName__psQeK,.Step1_formControl__yf_R0{font-size:.875rem;padding:.625rem .875rem!important}}.VisionEditModal_header__VjvYK{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#7B3FF2,#9333ea);border-bottom:none;flex-shrink:0}.VisionEditModal_title__qX1gP{font-size:1.25rem;font-weight:600;color:white;margin:0}.VisionEditModal_closeButton__qBKDC{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;border-radius:.5rem;color:white;cursor:pointer;transition:all .2s ease}.VisionEditModal_closeButton__qBKDC:hover{background:rgba(255,255,255,.1)}.VisionEditModal_closeButton__qBKDC svg{width:20px;height:20px}.VisionEditModal_content__RHwBL{padding:1.5rem;overflow-y:auto;flex:1}.VisionEditModal_formGroup__T98vo{position:relative;margin-bottom:1.5rem}.VisionEditModal_formGroup__T98vo:last-child{margin-bottom:0}.VisionEditModal_label__Ue_G1{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.VisionEditModal_input__ZDj0n,.VisionEditModal_textarea__JMA_m{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:var(--border-radius-md);font-size:.95rem;color:#1f2937;background-color:white;transition:all .2s ease;font-family:inherit}.VisionEditModal_input__ZDj0n:focus,.VisionEditModal_textarea__JMA_m:focus{outline:none;border-color:#7B3FF2;box-shadow:0 0 0 3px rgba(123,63,242,.1)}.VisionEditModal_textarea__JMA_m{resize:vertical;min-height:200px}.VisionEditModal_charCount__YvC_Q{position:absolute;bottom:-1.25rem;right:0;font-size:.75rem;color:#9ca3af}.VisionEditModal_footer__aXQ3v{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.VisionEditModal_btnCancel__5XrZH{padding:.5rem 1.125rem;background:white;border:1px solid #d1d5db;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.VisionEditModal_btnCancel__5XrZH:hover{background:#f3f4f6;border-color:#9ca3af}.VisionEditModal_btnPrimary__Lb8zJ{display:flex;align-items:center;gap:.375rem;padding:.5rem 1.125rem;background:#7B3FF2;border:none;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:white;cursor:pointer;transition:all .2s}.VisionEditModal_btnPrimary__Lb8zJ:hover:not(:disabled){background:#6b2fe2;transform:translateY(-1px);box-shadow:0 4px 6px -1px rgba(123,63,242,.3)}.VisionEditModal_btnPrimary__Lb8zJ:disabled{opacity:.5;cursor:not-allowed}.VisionCardDeck_deckContainer__Awli5{position:relative;width:100%;margin-top:1.5rem}.VisionCardDeck_deckWrapper__TqvcR{position:relative;width:100%;min-height:600px;display:flex;align-items:center;justify-content:center;padding:0 4rem}.VisionCardDeck_cardStack__WqDM7{position:relative;width:100%;max-width:480px;height:600px;perspective:1000px}.VisionCardDeck_card__9zNO0{position:absolute;top:0;left:50%;width:100%;height:100%;background:white;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.12);transition:all .4s cubic-bezier(.34,1.56,.64,1);cursor:pointer;will-change:transform,opacity}.VisionCardDeck_card__9zNO0:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;border:2px solid transparent;transition:border-color .3s ease;pointer-events:none;z-index:10}.VisionCardDeck_cardCurrent__v5gNU{transform:translateX(-50%) scale(1) rotateY(0deg);opacity:1;z-index:3!important}.VisionCardDeck_cardCurrent__v5gNU:hover:before{border-color:#7B3FF2}.VisionCardDeck_cardNext__NJhJV{transform:translateX(-30%) scale(.92) rotateY(-12deg)!important;opacity:.7;z-index:2!important}.VisionCardDeck_cardPrevious__SzcCd{transform:translateX(-70%) scale(.92) rotateY(12deg)!important;opacity:.7;z-index:2!important}.VisionCardDeck_cardSelected__5An4q{box-shadow:0 12px 32px rgba(123,63,242,.25)}.VisionCardDeck_cardSelected__5An4q:before{border-color:#7B3FF2}.VisionCardDeck_cardInner__j9nQC{position:relative;width:100%;height:100%;display:flex;flex-direction:column;border-radius:16px;overflow:hidden;background:white}.VisionCardDeck_visionImageContainer__o5roB{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.VisionCardDeck_blurBackground__PUxyw{background-size:cover;filter:blur(20px);opacity:.7;z-index:0}.VisionCardDeck_blurBackground__PUxyw,.VisionCardDeck_mainImage__2qxwo{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;transition:transform .4s ease}.VisionCardDeck_mainImage__2qxwo{background-size:contain;background-repeat:no-repeat;z-index:1}.VisionCardDeck_gradientBackground__rkftZ{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;transition:transform .4s ease}.VisionCardDeck_cardCurrent__v5gNU:hover .VisionCardDeck_blurBackground__PUxyw,.VisionCardDeck_cardCurrent__v5gNU:hover .VisionCardDeck_gradientBackground__rkftZ,.VisionCardDeck_cardCurrent__v5gNU:hover .VisionCardDeck_mainImage__2qxwo{transform:scale(1.08)}.VisionCardDeck_visionContent__m2LZ3{padding:1.75rem;flex:1;display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(123,63,242,.3) transparent}.VisionCardDeck_visionContent__m2LZ3::-webkit-scrollbar{width:6px}.VisionCardDeck_visionContent__m2LZ3::-webkit-scrollbar-track{background:transparent}.VisionCardDeck_visionContent__m2LZ3::-webkit-scrollbar-thumb{background:rgba(123,63,242,.3);border-radius:3px}.VisionCardDeck_visionContent__m2LZ3::-webkit-scrollbar-thumb:hover{background:rgba(123,63,242,.5)}.VisionCardDeck_visionTitle__hS3np{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .875rem;line-height:1.4}.VisionCardDeck_visionDescription__z9rpv{font-size:.95rem;color:#6b7280;line-height:1.65;margin:0 0 .75rem;flex:1}.VisionCardDeck_expandButton__5hTmg{margin-bottom:.75rem;padding:.5rem 1rem;background:transparent;color:#7B3FF2;font-size:.875rem;font-weight:600;border:1px solid rgba(123,63,242,.3);border-radius:8px;cursor:pointer;transition:all .2s ease;align-self:flex-start}.VisionCardDeck_expandButton__5hTmg:hover{background:rgba(123,63,242,.08);border-color:#7B3FF2}.VisionCardDeck_visionStyle__jF1vK{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.VisionCardDeck_visionStyleBadge__0vxUn{display:inline-block;padding:.5rem 1rem;background:linear-gradient(135deg,rgba(123,63,242,.12),rgba(147,51,234,.12));color:#7B3FF2;font-size:.8125rem;font-weight:600;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.VisionCardDeck_visionCheck__hQb28{position:absolute;top:1rem;right:1rem;width:40px;height:40px;color:white;background:#7B3FF2;border-radius:50%;padding:8px;box-shadow:0 6px 16px rgba(123,63,242,.45);animation:VisionCardDeck_checkBounce__8JAik .5s cubic-bezier(.34,1.56,.64,1);z-index:5;display:flex;align-items:center;justify-content:center}@keyframes VisionCardDeck_checkBounce__8JAik{0%{transform:scale(0) rotate(-45deg);opacity:0}60%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0deg);opacity:1}}.VisionCardDeck_navButton__cN2nr{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;background:white;border:2px solid #e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:10;color:#6b7280}.VisionCardDeck_navButton__cN2nr:hover:not(:disabled){background:#7B3FF2;border-color:#7B3FF2;color:white;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 20px rgba(123,63,242,.3)}.VisionCardDeck_navButton__cN2nr:active:not(:disabled){transform:translateY(-50%) scale(.95)}.VisionCardDeck_navButton__cN2nr:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.VisionCardDeck_navButtonLeft__SnlIk{left:0}.VisionCardDeck_navButtonRight__njJDq{right:0}.VisionCardDeck_navButton__cN2nr svg{width:24px;height:24px;stroke-width:2.5}.VisionCardDeck_progressIndicator__86Bks{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:2rem}.VisionCardDeck_progressDot__T7zCS{width:10px;height:10px;border-radius:50%;background:#e5e7eb;border:none;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);padding:0}.VisionCardDeck_progressDot__T7zCS:hover{background:#9ca3af;transform:scale(1.2)}.VisionCardDeck_progressDotActive__P_EWz{width:32px;border-radius:5px;background:linear-gradient(135deg,#7B3FF2,#9333ea);box-shadow:0 2px 8px rgba(123,63,242,.4)}.VisionCardDeck_progressDotActive__P_EWz:hover{transform:scale(1.05)}.VisionCardDeck_cardCounter__x13yB{text-align:center;margin-top:1rem;font-size:.9375rem;font-weight:600;color:#6b7280;letter-spacing:.05em}@media (max-width:768px){.VisionCardDeck_deckWrapper__TqvcR{padding:0 3rem;min-height:520px}.VisionCardDeck_cardStack__WqDM7{max-width:100%;height:490px}.VisionCardDeck_visionImageContainer__o5roB{height:160px}.VisionCardDeck_visionContent__m2LZ3{padding:1.25rem}.VisionCardDeck_visionTitle__hS3np{font-size:1.1rem}.VisionCardDeck_visionDescription__z9rpv{font-size:.875rem}.VisionCardDeck_navButton__cN2nr{width:48px;height:48px}.VisionCardDeck_navButton__cN2nr svg{width:20px;height:20px}.VisionCardDeck_progressIndicator__86Bks{gap:.5rem}.VisionCardDeck_progressDot__T7zCS{width:8px;height:8px}.VisionCardDeck_progressDotActive__P_EWz{width:24px}}@media (max-width:480px){.VisionCardDeck_deckWrapper__TqvcR{padding:0 2.5rem;min-height:480px}.VisionCardDeck_cardStack__WqDM7{height:450px}.VisionCardDeck_visionImageContainer__o5roB{height:140px}.VisionCardDeck_visionContent__m2LZ3{padding:1rem}.VisionCardDeck_navButton__cN2nr{width:44px;height:44px}.VisionCardDeck_cardNext__NJhJV{transform:translateX(-25%) scale(.94) rotateY(-10deg)!important}.VisionCardDeck_cardPrevious__SzcCd{transform:translateX(-75%) scale(.94) rotateY(10deg)!important}}.Step2_formSection__CSMDK{width:100%}.Step2_modernCard__0d9L7{background:white!important;border-radius:var(--border-radius-lg);box-shadow:var(--box-shadow-md);overflow:hidden;margin-bottom:1.5rem!important}.Step2_cardHeader__H1Uyu{background:linear-gradient(135deg,var(--primary-color),var(--primary-dark))!important;padding:1.5rem!important;border:none}.Step2_cardHeader__H1Uyu h3{margin:0!important;font-size:1.25rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:white!important}.Step2_cardBody__e56Fy{padding:2rem!important}.Step2_demoBanner__oC_x0{background:#fef3c7;border:1px solid #fbbf24;border-radius:var(--border-radius-md);padding:.75rem;margin-top:.75rem}.Step2_demoBannerContent__2nvvd{display:flex;align-items:center;gap:.5rem}.Step2_demoBannerIcon__oeAZv{width:1rem;height:1rem;color:#d97706;flex-shrink:0}.Step2_demoBannerText__RAQfA{font-size:.875rem;color:#92400e;margin:0}.Step2_formGroup__TKdYW,.Step2_formLabel__e6_9j{margin-bottom:.5rem!important}.Step2_formLabel__e6_9j{font-weight:600;color:#6b7280!important;font-size:.875rem!important;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.Step2_formLabel__e6_9j svg{width:16px;height:16px;stroke-width:3;flex-shrink:0}.Step2_formDescription__jro5U{font-size:.875rem;color:#6b7280!important;margin-top:.5rem}.Step2_sectionDivider__Xar7M{height:1px;background:linear-gradient(90deg,transparent 0,var(--purple-200) 15%,var(--purple-200) 85%,transparent 100%)!important;margin:2rem auto!important;width:90%;position:relative}.Step2_contactInfoWrapper__4ZkQV,.Step2_minimalTextareaContainer__yR2qY{position:relative}.Step2_contactInfoWrapper__4ZkQV .Step2_formLabel__e6_9j,.Step2_contactInfoWrapper__4ZkQV .Step2_formLabel__e6_9j svg{color:var(--primary-color)!important}.Step2_contactInfoWrapper__4ZkQV .Step2_minimalTextareaContainer__yR2qY{animation:Step2_contactGlow__IEv9a 4s ease-in-out infinite}.Step2_contactInfoWrapper__4ZkQV .Step2_minimalTextarea__wZ2xa{border-color:rgba(139,92,246,.3);box-shadow:0 0 0 1px rgba(139,92,246,.1)}.Step2_contactInfoWrapper__4ZkQV .Step2_minimalTextarea__wZ2xa:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(139,92,246,.15)}.Step2_contactInfoReminder__QGRyj{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-top:.75rem;background:linear-gradient(135deg,rgba(139,92,246,.06),rgba(147,51,234,.06));border-left:3px solid rgba(139,92,246,.4);border-radius:6px;font-size:.8125rem;color:#6b46c5}.Step2_contactInfoReminder__QGRyj svg{width:16px;height:16px;color:var(--primary-color);flex-shrink:0}@keyframes Step2_contactGlow__IEv9a{0%,to{filter:drop-shadow(0 0 2px rgba(139,92,246,.15))}50%{filter:drop-shadow(0 0 6px rgba(139,92,246,.3))}}.Step2_minimalTextareaWrapper__ubWhP{position:relative}.Step2_minimalTextarea__wZ2xa{width:100%;padding:.75rem 1rem!important;border:2px solid #e5e7eb;border-radius:var(--border-radius-sm);font-size:1rem;font-family:Times New Roman,Times,serif;line-height:1.5;transition:all var(--transition-speed) ease;resize:vertical;min-height:100px}.Step2_minimalTextarea__wZ2xa:focus{outline:none;border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(139,92,246,.1);background-color:rgba(139,92,246,.02)}.Step2_minimalTextareaCompleted__yg0Xg{border-color:#10B981!important;transition:border-color .3s ease}.Step2_minimalTextareaCompleted__yg0Xg:focus{border-color:#10B981!important;box-shadow:0 0 0 3px rgba(16,185,129,.1);background-color:rgba(16,185,129,.02)}.Step2_textareaGenerating__Ok1Z6{background:var(--purple-100)!important;border-color:var(--primary-color);transition:all .3s ease}.Step2_textareaAccepted__AjzdD{animation:Step2_acceptFlash__Zwokn .5s ease}.Step2_textareaRejected__8G7at{animation:Step2_rejectFlash__bRVGB .5s ease}@keyframes Step2_acceptFlash__Zwokn{0%,to{background-color:white}50%{background-color:rgba(16,185,129,.1)}}@keyframes Step2_rejectFlash__bRVGB{0%,to{background-color:white}50%{background-color:rgba(239,68,68,.1)}}.Step2_textareaTips__jhSjF{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem!important;opacity:0;max-height:0;overflow:hidden;transition:opacity .3s ease,max-height .3s ease,margin-top .3s ease;flex:1}.Step2_minimalTextareaContainerFocused__vVV04 .Step2_textareaTips__jhSjF,.Step2_textareaTipsVisible__9zvCZ{opacity:1;max-height:100px}.Step2_textareaTip__5c_DK{padding:.375rem .75rem!important;font-size:.75rem;border-radius:9999px;display:flex;align-items:center;gap:.25rem}.Step2_tipDescription__9gs_C{background-color:rgba(139,92,246,.1);color:#8B5CF6!important}.Step2_tipExpectations__ndqnS{background-color:rgba(236,72,153,.1);color:#EC4899!important}.Step2_tipTarget__y_VzB{background-color:rgba(251,146,60,.1);color:#FB923C!important}.Step2_tipInspirations__eBGmT{background-color:rgba(34,197,94,.1);color:#22C55E!important}.Step2_tipContact__RIm09{background-color:rgba(59,130,246,.1);color:#3B82F6!important}.Step2_textareaCounter__trCM1{font-size:.75rem;font-weight:500;padding:.25rem .5rem!important;border-radius:9999px;background:#F3F4F6!important;color:#6B7280!important;opacity:0;transition:all .3s ease;text-align:right;margin-left:auto}.Step2_minimalTextareaContainerFocused__vVV04 .Step2_textareaCounter__trCM1{opacity:1}.Step2_textareaCounterWarning__NPe5q{color:#F59E0B!important;background:#FEF3C7!important}.Step2_fieldCompletionBadge__vukAH{position:absolute;top:-.75rem;right:-.75rem;background:#10B981!important;color:white!important;width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;opacity:0;transform:scale(0);transition:all .3s ease}.Step2_minimalTextareaContainerCompleted__c6kEn .Step2_fieldCompletionBadge__vukAH{opacity:1;transform:scale(1)}.Step2_magicWandIcon__lGutI{position:absolute;width:32px;height:32px;bottom:10px;right:10px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;opacity:0;background:rgba(255,255,255,.9)!important;border:2px solid var(--primary-color);color:var(--primary-color)!important;pointer-events:none;z-index:10}.Step2_magicWandIconVisible__aCVrJ{opacity:1;pointer-events:none}.Step2_magicWandIconActive__JVlCD{animation:Step2_wandPulse__L_W3f 1.5s ease-in-out infinite;pointer-events:auto;cursor:pointer}.Step2_magicWandIcon__lGutI:hover{transform:scale(1.15);background:var(--primary-color)!important;color:white!important}.Step2_magicWandIcon__lGutI svg{width:16px;height:16px}.Step2_magicWandIconDisabled__b6r5L{opacity:.5;cursor:not-allowed}@keyframes Step2_wandPulse__L_W3f{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}.Step2_tooltip__NWoTJ{position:absolute;top:-40px;right:0;background-color:var(--primary-color);color:white!important;padding:5px 10px!important;border-radius:6px;font-size:12px;white-space:nowrap;opacity:0;transition:opacity .3s;pointer-events:none}.Step2_magicWandIcon__lGutI:hover .Step2_tooltip__NWoTJ{opacity:1}.Step2_actionIconsContainer__210A9{position:absolute;bottom:10px;right:10px;display:flex;gap:8px;z-index:11}.Step2_actionIcon___h9IU{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:scale(0)}.Step2_actionIcon___h9IU svg{width:16px;height:16px}.Step2_actionIconAccept__ARZ_s{background:#10B981;color:white}.Step2_actionIconReject__Zi9ef{background:#EF4444;color:white}.Step2_actionIconVisible__MiHRU{opacity:1;transform:scale(1);transition:none}.Step2_actionIcon___h9IU:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}.Step2_textLoadingIndicator__DDPgB{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;gap:4px;z-index:5}.Step2_textLoadingIndicator__DDPgB span,.Step2_textLoadingIndicator__DDPgB:after,.Step2_textLoadingIndicator__DDPgB:before{content:"";display:block;width:8px;height:8px;border-radius:50%;background:var(--primary-color);animation:Step2_textLoading__oiW_q 1.4s ease-in-out infinite}.Step2_textLoadingIndicator__DDPgB:before{animation-delay:0s}.Step2_textLoadingIndicator__DDPgB span{animation-delay:.2s}.Step2_textLoadingIndicator__DDPgB:after{animation-delay:.4s}@keyframes Step2_textLoading__oiW_q{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}.Step2_invalidFeedback__k4KA_{display:none;color:#EF4444!important;font-size:.875rem;margin-top:.25rem}.Step2_invalidFeedbackShow__YlWOM{display:flex;align-items:center;gap:.25rem}.Step2_invalidFeedback__k4KA_ svg{width:16px;height:16px}.Step2_tokenInputContainer__HfB5r{width:100%}.Step2_tokenInputWrapper__dq7Y4{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;min-height:48px;border:2px solid #e5e7eb;border-radius:var(--border-radius-sm);background:white;transition:all .2s ease}.Step2_tokenInputWrapper__dq7Y4:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(139,92,246,.1)}.Step2_tokensList__FslqV{display:flex;flex-wrap:wrap;gap:.5rem}.Step2_tokenItem__DFbum{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:all .2s ease;animation:Step2_tokenFadeIn__6jXh7 .3s ease}@keyframes Step2_tokenFadeIn__6jXh7{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.Step2_hashtagToken__aZwfV{background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(147,51,234,.1));color:var(--primary-color)!important;border:1px solid rgba(139,92,246,.3)}.Step2_mentionToken__gjNzt{background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(37,99,235,.1));color:#3B82F6!important;border:1px solid rgba(59,130,246,.3)}.Step2_tokenText___iglW{font-weight:600}.Step2_tokenRemove__Nq_3p{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:rgba(0,0,0,.1);border-radius:50%;color:currentColor;font-size:14px;line-height:1;cursor:pointer;transition:all .2s ease}.Step2_tokenRemove__Nq_3p:hover{background:rgba(0,0,0,.2);transform:scale(1.1)}.Step2_tokenItemRemovable__A1ao8{position:relative;cursor:pointer}.Step2_tokenRemoveOverlay__6Awvu{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(59,130,246,.85);border-radius:9999px;opacity:0;transition:opacity .2s ease}.Step2_tokenRemoveOverlay__6Awvu span{color:white;font-size:1rem;font-weight:700;line-height:1}.Step2_tokenItemRemovable__A1ao8:hover .Step2_tokenRemoveOverlay__6Awvu{opacity:1}.Step2_tokenInput__gFQoM{flex:1;min-width:150px;padding:.25rem;border:none;outline:none;background:transparent;font-size:.9375rem}.Step2_tokenInput__gFQoM::placeholder{color:#9CA3AF}.Step2_genderSelectionEnhanced__jBDgm{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin:1rem 0!important}.Step2_genderOptionEnhanced__TvVAo{text-align:center;position:relative;overflow:hidden;border:2px solid #e5e7eb;border-radius:var(--border-radius-md);padding:1.25rem!important;cursor:pointer;transition:all var(--transition-speed);background:white!important}.Step2_genderOptionEnhanced__TvVAo:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--purple-50)!important;opacity:0;transition:opacity .3s ease;z-index:-1}.Step2_genderOptionEnhanced__TvVAo:hover:before{opacity:1}.Step2_genderOptionEnhancedSelected__OwDNf,.Step2_genderOptionEnhanced__TvVAo:hover{border-color:var(--primary-color)}.Step2_genderOptionEnhancedSelected__OwDNf{background:var(--purple-50)!important;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.Step2_genderOptionEnhancedSelected__OwDNf .Step2_genderIconEnhanced__mErLn{background:var(--primary-color)!important;color:white!important;transform:scale(1.1)}.Step2_genderIconEnhanced__mErLn{width:3rem;height:3rem;margin:0 auto .75rem!important;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--purple-100)!important;color:var(--primary-color)!important;font-size:1.5rem;transition:all .3s ease;position:relative;z-index:1}.Step2_genderIconEnhanced__mErLn svg{width:24px;height:24px}.Step2_genderName__8NGAK{font-weight:600;color:#374151!important;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.Step2_formControlLocation__dXtIL{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid var(--purple-200);border-radius:var(--border-radius-sm);font-size:.9375rem;background:white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%238b5cf6' stroke-width='2'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E") no-repeat .75rem;background-size:20px 20px;transition:all var(--transition-speed);color:#1f2937!important}.Step2_formControlLocation__dXtIL:focus{border-color:var(--primary-color)!important;box-shadow:0 0 0 3px rgba(139,92,246,.1);outline:none}.Step2_timelineContainer__7XdVH{position:relative;padding:3rem 0 1rem!important;margin:2rem 0!important}.Step2_timelineTrack__0jR8q{position:absolute;top:5rem;left:10%;right:10%;height:4px;background:var(--purple-200)!important;border-radius:2px;width:70%;margin:auto!important;transition:background .3s ease}.Step2_timelineTrackAllCompleted__n7SCT{background:lab(92.52% -19.64 9.32)!important}.Step2_timelinePoints__j1FQX{display:flex;justify-content:space-between;position:relative;padding:0 5%!important}.Step2_timelinePoint___Q5ff{flex:1;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;max-width:200px}.Step2_timelinePoint___Q5ff:hover{transform:translateY(-5px)}.Step2_timelinePoint___Q5ff[data-editable=false]{cursor:default}.Step2_timelineIcon__NniuG{width:4rem;height:4rem;margin:0 auto 1rem!important;border-radius:50%;display:flex;align-items:center;justify-content:center;background:white!important;border:4px solid var(--purple-200);color:var(--primary-color)!important;transition:all .3s ease;position:relative;z-index:2}.Step2_timelineIcon__NniuG svg{width:24px;height:24px}.Step2_timelinePoint___Q5ff:hover .Step2_timelineIcon__NniuG{border-color:var(--primary-color);transform:scale(1.1);box-shadow:0 8px 24px rgba(139,92,246,.3)}.Step2_timelinePointActive__dOPri .Step2_timelineIcon__NniuG,.Step2_timelinePointCompleted__NvQRV .Step2_timelineIcon__NniuG{color:white!important}.Step2_timelinePointActive__dOPri .Step2_timelineIcon__NniuG{background:var(--primary-color)!important;border-color:var(--primary-color)}.Step2_timelinePointCompleted__NvQRV .Step2_timelineIcon__NniuG{background:#10B981!important;border-color:#10B981}.Step2_timelineLabel__AiXDf{font-weight:600;color:#374151!important;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem!important;text-align:center;display:block!important}.Step2_timelineDate__GKTYS{font-size:.875rem;color:var(--primary-color)!important;font-weight:600;min-height:1.25rem;transition:all var(--transition-speed) ease;cursor:pointer;position:relative}.Step2_timelineDateInput__SaxrQ{position:absolute;top:0;left:50%;transform:translateX(-50%);opacity:0;width:1px;height:1px;border:none;padding:0;margin:0;clip:rect(0,0,0,0)}@supports (-webkit-appearance:none){.Step2_timelineDateInput__SaxrQ{-webkit-appearance:none;appearance:none}.Step2_timelineDateInput__SaxrQ::-webkit-calendar-picker-indicator{opacity:0;pointer-events:none}.Step2_timelineDateInput__SaxrQ::-webkit-datetime-edit{opacity:0}}@supports (-webkit-appearance:none) and (stroke-color:transparent){.Step2_timelinePointSafariActive__XS2II .Step2_timelineDateInput__SaxrQ{position:static;transform:none;width:auto;height:auto;opacity:1;clip:auto;margin-top:.5rem;padding:.25rem .5rem;border:2px solid var(--primary-color);border-radius:.25rem;font-size:.875rem;color:var(--primary-color);background:white}.Step2_timelinePointSafariActive__XS2II .Step2_timelineDate__GKTYS{display:none}}.Step2_timelinePoint___Q5ff:hover .Step2_timelineDate__GKTYS{text-decoration:underline}.Step2_timelineDate__GKTYS:hover{color:var(--primary-color)!important;opacity:.8}.Step2_timelineError__myzHA{position:absolute;top:100%;left:50%;transform:translateX(-50%);margin-top:.25rem;color:#EF4444!important;font-size:.75rem;white-space:nowrap;padding:.25rem .5rem;z-index:10}.Step2_timelineDescriptions__b3TzV{margin-top:2rem;padding:1.5rem;background:var(--purple-50);border-radius:var(--border-radius-md);border:2px solid var(--purple-200)}.Step2_timelineDescItem__dyth3{display:none;align-items:flex-start;gap:.75rem;color:#4B5563;font-size:.875rem;line-height:1.5}.Step2_timelineDescItem__dyth3 svg{width:16px;height:16px;color:var(--primary-color);margin-top:.125rem;flex-shrink:0}.Step2_timelineDescItemActive___daWP{display:flex;animation:Step2_fadeInUp__SZ_oV .3s ease}@keyframes Step2_fadeInUp__SZ_oV{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Step2_genderSelectionEnhanced__jBDgm{grid-template-columns:1fr;gap:.75rem}.Step2_timelineContainer__7XdVH{padding:2rem 0 1rem!important}.Step2_timelinePoints__j1FQX{flex-direction:column;gap:2rem}.Step2_timelineTrack__0jR8q{display:none}.Step2_magicWandIcon__lGutI{width:28px;height:28px;bottom:8px;right:8px}.Step2_fieldCompletionBadge__vukAH{font-size:.7rem;padding:.2rem .6rem}.Step2_minimalTextarea__wZ2xa{padding:3rem .75rem .75rem}.Step2_textareaTips__jhSjF{padding:.75rem}}@media (max-width:480px){.Step2_tokenInputWrapper__dq7Y4{padding:.375rem}.Step2_tokenItem__DFbum{font-size:.75rem;padding:.2rem .5rem}.Step2_timelineIcon__NniuG{width:3rem;height:3rem}.Step2_timelineLabel__AiXDf{font-size:.75rem}}.Step2_campaignVisionPlaceholder__uaP7O{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:2px dashed #d1d5db;border-radius:var(--border-radius-lg);text-align:center;margin-top:1rem}.Step2_placeholderIcon__sA7wI{width:48px;height:48px;color:#9ca3af;margin-bottom:1rem}.Step2_placeholderText__bbtpD{color:#6b7280;font-size:.95rem;line-height:1.6;max-width:400px;margin:0}.Step2_errorState__ns113{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px dashed #fca5a5;border-radius:var(--border-radius-lg);text-align:center;margin-top:1rem}.Step2_errorIcon__70bnE{margin-bottom:1rem;color:#dc2626;opacity:.9}.Step2_errorMessage__j_ukY{color:#991b1b;font-size:1rem;font-weight:600;line-height:1.6;max-width:400px;margin:0 0 1.5rem}.Step2_errorActions__Kkw6E{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.Step2_retryButton__omiIm{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#7B3FF2,#9333ea);color:white;border:none;border-radius:var(--border-radius-md);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Step2_retryButton__omiIm:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(123,63,242,.4)}.Step2_resetButton__LkvBs{padding:.75rem 1.5rem;background:white;color:#6b7280;border:2px solid #d1d5db;border-radius:var(--border-radius-md);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Step2_resetButton__LkvBs:hover{border-color:#7B3FF2;color:#7B3FF2;transform:translateY(-2px)}.Step2_generateVisionsBtn__79jk6{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem 1.5rem;margin-top:1rem;background:linear-gradient(135deg,#7B3FF2,#9333ea);color:white;border:none;border-radius:var(--border-radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.Step2_generateVisionsBtn__79jk6:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(123,63,242,.3)}.Step2_generateVisionsBtn__79jk6:disabled{opacity:.7;cursor:not-allowed}.Step2_spinner__1wCXC{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:Step2_spin__Wv6CV .8s linear infinite}@keyframes Step2_spin__Wv6CV{to{transform:rotate(1turn)}}.Step2_generationProgressContainer__aaOhe{margin-top:1rem;padding:.75rem;background:rgba(249,250,251,.8);border-radius:var(--border-radius-md);border:1px solid #e5e7eb}.Step2_progressBarHeader__2rUqf{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.Step2_progressStage__1DD_K{font-size:13px;color:#6b7280}.Step2_progressPercent__zI1Uc{font-size:13px;color:#7B3FF2;font-weight:500}.Step2_progressBarBg__C10kp{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.Step2_progressBarFill__Gs_NK{height:100%;background-color:var(--purple-600);border-radius:3px;transition:width .1s linear}.Step2_visionsHeader__zYGuu{display:flex;flex-direction:column;margin-top:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,rgba(139,92,246,.1),rgba(147,51,234,.1));border-radius:var(--border-radius-md);border:1px solid rgba(139,92,246,.3)}.Step2_visionsHeaderTop__tPCLP{display:flex;align-items:center;justify-content:space-between;gap:1rem}.Step2_visionsInfo__7k4UI{margin:0;font-size:.875rem;color:var(--primary-color);font-weight:600}.Step2_visionActions__qZjq4{display:flex;align-items:center;gap:.5rem}.Step2_customInstructionsToggleBtn__dxZcM,.Step2_editVisionBtn__mCuRc,.Step2_refreshVisionsBtn__Obs_5{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:white;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s ease;color:#6b7280}.Step2_customInstructionsToggleBtn__dxZcM:hover,.Step2_editVisionBtn__mCuRc:hover:not(:disabled),.Step2_refreshVisionsBtn__Obs_5:hover:not(:disabled){background:#f9fafb;border-color:#7B3FF2;color:#7B3FF2}.Step2_refreshVisionsBtn__Obs_5.Step2_refreshing___OSqT{background:#7B3FF2!important;border-color:#7B3FF2!important;color:white!important;cursor:wait}.Step2_refreshIcon__Le9rn{transition:transform .3s ease}.Step2_refreshIcon__Le9rn.Step2_spinning__jCCid{animation:Step2_spinRefresh__D1q66 1s linear infinite}@keyframes Step2_spinRefresh__D1q66{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Step2_refreshVisionsBtn__Obs_5:hover:not(:disabled):not(.Step2_refreshing___OSqT) .Step2_refreshIcon__Le9rn{transform:rotate(90deg)}.Step2_editVisionBtn__mCuRc:disabled,.Step2_refreshVisionsBtn__Obs_5:disabled{opacity:.5;cursor:not-allowed}.Step2_customInstructionsToggleBtn__dxZcM svg,.Step2_editVisionBtn__mCuRc svg,.Step2_refreshVisionsBtn__Obs_5 svg{flex-shrink:0;width:16px;height:16px}.Step2_visionsGrid__6w2nT{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1rem}.Step2_visionCard___eA_n{position:relative;background:white;border:2px solid #e5e7eb;border-radius:var(--border-radius-lg);overflow:hidden;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.Step2_visionCard___eA_n:hover{border-color:#7B3FF2;box-shadow:0 8px 16px rgba(123,63,242,.15);transform:translateY(-4px)}.Step2_visionCard___eA_n.Step2_selected___H6en{border-color:#7B3FF2;box-shadow:0 8px 20px rgba(123,63,242,.2)}.Step2_visionImageContainer__H8hBC{position:relative;width:100%;height:200px;overflow:hidden;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.Step2_blurBackground__uDSMc{background-size:cover;filter:blur(15px);opacity:.8;z-index:0}.Step2_blurBackground__uDSMc,.Step2_mainImage__g13ff{position:absolute;top:0;left:0;right:0;bottom:0;background-position:50%;transition:transform .3s ease}.Step2_mainImage__g13ff{background-size:contain;background-repeat:no-repeat;z-index:1}.Step2_gradientBackground__K7ab6{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;transition:transform .3s ease}.Step2_visionCard___eA_n:hover .Step2_blurBackground__uDSMc,.Step2_visionCard___eA_n:hover .Step2_gradientBackground__K7ab6,.Step2_visionCard___eA_n:hover .Step2_mainImage__g13ff{transform:scale(1.05)}.Step2_visionContent__EE8_U{padding:1.5rem;flex:1;display:flex;flex-direction:column}.Step2_visionTitle__T8qVs{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0 0 .75rem;line-height:1.4}.Step2_visionCheck__rEagS{position:absolute;top:.75rem;right:.75rem;width:32px;height:32px;color:white;background:#7B3FF2;border-radius:50%;padding:6px;box-shadow:0 4px 12px rgba(123,63,242,.4);animation:Step2_checkBounce__RWi2D .4s ease;z-index:2;display:flex;align-items:center;justify-content:center}@keyframes Step2_checkBounce__RWi2D{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}.Step2_visionDescription__5nYKy{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0 0 1rem;flex:1}.Step2_visionStyle__ma4dT{display:flex;gap:.5rem;flex-wrap:wrap}.Step2_visionStyleBadge__B5pfw{display:inline-block;background:linear-gradient(135deg,rgba(123,63,242,.1),rgba(147,51,234,.1));border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.Step2_expandButton__0vc2d,.Step2_visionStyleBadge__B5pfw{padding:.375rem .75rem;color:#7B3FF2;font-size:.8rem;font-weight:600}.Step2_expandButton__0vc2d{margin-bottom:.5rem;background:transparent;border:1px solid rgba(123,63,242,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.Step2_expandButton__0vc2d:hover{background:rgba(123,63,242,.05);border-color:#7B3FF2}.Step2_customInstructionsContainer__zCr_9{max-height:0;overflow:hidden;opacity:0;margin-top:0;padding-top:0;border-top:1px solid transparent;transition:max-height .4s ease,opacity .3s ease,margin-top .3s ease,padding-top .3s ease,border-top-color .3s ease}.Step2_customInstructionsVisible__kCu8I{max-height:500px;opacity:1;margin-top:1rem;padding-top:1rem;border-top-color:rgba(123,63,242,.1)}.Step2_customInstructionsLabel__G3S9L{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.Step2_customInstructionsWrapper__jiNZ7{position:relative}.Step2_customInstructionsTextarea__bZk2R{width:100%;padding:.75rem;border:2px solid rgba(123,63,242,.2);border-radius:var(--border-radius-sm);font-family:inherit;font-size:.9375rem;line-height:1.5;color:#1f2937;resize:vertical;transition:all .2s ease;background:white}.Step2_customInstructionsTextarea__bZk2R:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(123,63,242,.1)}.Step2_customInstructionsTextarea__bZk2R::placeholder{color:#9ca3af}.Step2_customInstructionsFooter__aWGbk{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem;font-size:.8125rem}.Step2_customInstructionsHint__L_HeS{color:#6b7280;font-style:italic}.Step2_customInstructionsCounter__ioW3r{color:#9ca3af;font-weight:500}.Step2_categorySelection__Zae87{margin-top:1.5rem}.Step2_categorySelectionTitle__yHyMI{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;text-align:center}.Step2_categoryGrid__NPflq{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.Step2_categoryCard__LsoLC{position:relative;background:white;border:2px solid #e5e7eb;border-radius:var(--border-radius-lg);padding:1.75rem 1.25rem;cursor:pointer;transition:all .3s ease;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.Step2_categoryCard__LsoLC:hover{border-color:#7B3FF2;box-shadow:0 8px 20px rgba(123,63,242,.15);transform:translateY(-4px)}.Step2_categoryCard__LsoLC:active{transform:translateY(-2px)}.Step2_categoryIcon__N6hGB{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:rgba(123,63,242,.1);border-radius:50%;margin-bottom:.5rem;transition:all .3s ease}.Step2_categoryIcon__N6hGB svg{width:1.5rem;height:1.5rem;color:var(--primary-color);stroke-width:2}.Step2_categoryCard__LsoLC:hover .Step2_categoryIcon__N6hGB{background:var(--primary-color);transform:scale(1.1)}.Step2_categoryCard__LsoLC:hover .Step2_categoryIcon__N6hGB svg{color:white}.Step2_categoryTitle__eRi9N{font-size:1.125rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.Step2_categoryDescription__ZYom5{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0}@media (max-width:1024px){.Step2_categoryGrid__NPflq{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Step2_categoryGrid__NPflq{grid-template-columns:1fr;gap:.875rem}.Step2_categoryCard__LsoLC{padding:1.5rem 1rem}.Step2_categoryIcon__N6hGB{width:2.5rem;height:2.5rem}.Step2_categoryIcon__N6hGB svg{width:1.25rem;height:1.25rem}.Step2_categoryTitle__eRi9N{font-size:1rem}.Step2_categoryDescription__ZYom5{font-size:.8125rem}.Step2_visionsGrid__6w2nT{grid-template-columns:1fr;gap:1rem}.Step2_visionCard___eA_n{padding:1.25rem}.Step2_campaignVisionPlaceholder__uaP7O{padding:2rem 1rem}.Step2_editModalContent__9r7wF{max-height:95vh}.Step2_editModalBody__xeMC3,.Step2_editModalFooter__gu5HX,.Step2_editModalHeader__YFNOT{padding:1rem}}.influencers-filter_scrollableFilter__BWbvE::-webkit-scrollbar{width:8px}.influencers-filter_scrollableFilter__BWbvE::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.influencers-filter_scrollableFilter__BWbvE::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}.influencers-filter_scrollableFilter__BWbvE::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.influencers-filter_scrollableFilter__BWbvE{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) #f1f1f1}@keyframes discount_fadeInUp__Cmax4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes discount_slideInLeft__0fefm{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes discount_slideInRight__Xx4_Z{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes discount_fadeInScale__hFIws{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.discount_discountContainer__CGDaD{min-height:100vh;background:#f8f9fa;position:relative}.discount_discountWrapper__df6n5{background:white;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;animation:discount_fadeInUp__Cmax4 .6s ease-out;box-sizing:border-box;width:100%}.discount_discountHero__UNy__{background:linear-gradient(135deg,#7B3FF2,#9333ea);padding:2rem 2.5rem;border-radius:0;position:relative;overflow:hidden}.discount_discountHeroContent__Sazye{position:relative;z-index:10;max-width:100%;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:center;color:white}@media (max-width:1024px){.discount_discountHeroContent__Sazye{grid-template-columns:1fr;gap:2rem}}.discount_discountHeroLeft__kLlPs{display:flex;flex-direction:column;gap:1rem}.discount_heroCategoryBadge__2QX2q{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem 1rem;background:rgba(255,255,255,.15);color:white;border-radius:2rem;font-size:.875rem;font-weight:600;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);width:fit-content;margin-bottom:.5rem}.discount_discountTitle__ed1bA{font-size:1.875rem;line-height:1.2;font-weight:800;color:white;font-family:system-ui,-apple-system,sans-serif;letter-spacing:-.02em;margin:0}@media (max-width:1024px){.discount_discountTitle__ed1bA{font-size:1.5rem}}.discount_discountSubtitle__w9Cp4{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.85);margin:0;max-width:70%}.discount_discountStatsInfo__PUcv5{background:rgba(255,255,255,.1);backdrop-filter:blur(20px);border-radius:1rem;padding:1.25rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 25px rgba(0,0,0,.1);display:flex;flex-direction:column;position:relative;color:white;gap:.75rem}.discount_discountStatsTitle__kaszU{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.8);display:flex;align-items:center;gap:.4rem}.discount_discountStatsCount__tQDRl{font-size:2.5rem;font-weight:900;line-height:1;background:linear-gradient(135deg,white,rgba(255,255,255,.9));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.discount_discountStatsText__WobWW{font-size:.875rem;color:rgba(255,255,255,.85);line-height:1.4}.discount_discountCardWrapper__kXigA{background:white;border-radius:0 0 1rem 1rem;padding:2rem;animation:discount_fadeInUp__Cmax4 .6s ease-out .2s backwards;border-top:1px solid #f3f4f6}.discount_createButton__Oc0Fu{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#7B3FF2;color:white;border:none;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(123,63,242,.3)}.discount_createButton__Oc0Fu:hover{background:#6B2FE2;transform:translateY(-2px);box-shadow:0 4px 12px rgba(123,63,242,.4)}.discount_createButton__Oc0Fu:active{transform:translateY(0)}.discount_discountCodeSection__oD9jR{margin-top:1.5rem;margin-bottom:1.5rem;padding:0}.discount_discountCodeWrapper__pEEwF{background:linear-gradient(135deg,#FAF5FF,#FFFFFF 50%,#FAF5FF);border:3px dashed #d8b4fe;border-radius:12px;padding:2rem;text-align:center;position:relative;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.discount_discountCodeWrapper__pEEwF:hover{border-color:#7B3FF2;background:linear-gradient(135deg,#F3E8FF,#FAF5FF 50%,#F3E8FF);transform:translateY(-2px);box-shadow:0 4px 12px rgba(123,63,242,.15)}.discount_discountCodeWrapper__pEEwF.discount_focused__kRQQn{border-color:#7B3FF2;background:linear-gradient(135deg,#F3E8FF,#FAF5FF 50%,#F3E8FF);border-style:solid}.discount_discountCodeHeader__s09Pt{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#7B3FF2;font-size:1rem;font-weight:600}.discount_discountCodeInputGroup__SPO4_{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:500px}.discount_discountInputWrapper__Vr3jt{display:flex;gap:.5rem;width:100%}.discount_discountCodeInput__qVGdw{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:monospace;letter-spacing:.05em;text-transform:uppercase;background:white;transition:all .2s ease}.discount_discountCodeInput__qVGdw:focus{outline:none;border-color:#7B3FF2;box-shadow:0 0 0 3px rgba(123,63,242,.1)}.discount_discountCodeInput__qVGdw.discount_invalid__NDzpG{border-color:#ef4444}.discount_discountApplyBtn__CpsaL{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#7B3FF2;color:white;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.discount_discountApplyBtn__CpsaL:hover:not(:disabled){background:#6B2FE2;transform:translateY(-1px);box-shadow:0 2px 8px rgba(123,63,242,.3)}.discount_discountApplyBtn__CpsaL:disabled{background:#9ca3af;cursor:not-allowed;opacity:.6}.discount_discountCodeHint__1wtvx{margin:0;font-size:.875rem;color:#6b7280;text-align:center}.discount_invalidFeedback__oA6WV{display:flex;align-items:center;gap:.25rem;color:#ef4444;font-size:.875rem;padding:.5rem;background:#fef2f2;border-radius:6px;border:1px solid #fecaca}.discount_discountAppliedCard__dQpL_{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #4caf50;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(76,175,80,.2)}.discount_discountAppliedHeader__YcHNp{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.discount_discountAppliedBadge__YRt_C{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#4caf50;color:white;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:0 2px 8px rgba(76,175,80,.3)}.discount_discountRemoveBtn__siPss{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:none;color:#dc3545;cursor:pointer;border-radius:6px;transition:all .2s ease}.discount_discountRemoveBtn__siPss:hover{background:rgba(220,53,69,.1);transform:scale(1.1)}.discount_discountAppliedDetails__AG0p7{display:flex;flex-direction:column;gap:1rem}.discount_discountCodeDisplay__cE4sB{display:flex;align-items:center;gap:.5rem;font-family:monospace}.discount_discountCodeLabel__kYwsY{font-weight:600;color:#495057}.discount_discountCodeValue__ipp47{padding:.5rem 1rem;background:white;border:1px solid #ced4da;border-radius:6px;font-weight:700;letter-spacing:.1em;box-shadow:0 2px 4px rgba(0,0,0,.05)}.discount_discountCalculation__m0VVk{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid #c8e6c9}.discount_discountCalcRow__JLPRb{display:flex;justify-content:space-between;font-size:.9rem}.discount_discountCalcLabel__haBSE{color:#495057}.discount_discountCalcValue__zixph{font-weight:600}.discount_discountHighlight__ua32h{color:#4caf50}.discount_discountSavings__M5JtP{color:#4caf50!important;font-weight:700}.discount_discountTotal__YYT8L{padding-top:.5rem;border-top:1px solid #c8e6c9;font-size:1rem}.discount_discountFinal__pJofp{color:#7B3FF2;font-size:1.25rem;font-weight:700}@keyframes discount_spin__lEHV0{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.discount_spinner__5VIiJ{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;animation:discount_spin__lEHV0 .6s linear infinite}@media (max-width:576px){.discount_discountInputWrapper__Vr3jt{flex-direction:column}.discount_discountApplyBtn__CpsaL{width:100%;justify-content:center}.discount_discountCodeWrapper__pEEwF{padding:1.5rem 1rem}}.Button_btnHero__0037o{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none;font-family:inherit}.Button_btnHero__0037o:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.Button_btnHeroPrimary__JzgH3{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none;font-family:inherit;background:white;color:#7B3FF2}.Button_btnHeroPrimary__JzgH3:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px rgba(255,255,255,.2)}.Button_btnHeroPrimary__JzgH3:active:not(:disabled){transform:translateY(0)}.Button_btnHeroPrimary__JzgH3:disabled{opacity:.6;cursor:not-allowed}.Button_btnHeroOutline__l8SlN{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none;font-family:inherit;background:transparent;color:white;border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.Button_btnHeroOutline__l8SlN:hover:not(:disabled){background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.5);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Button_btnHeroOutline__l8SlN:active:not(:disabled){transform:translateY(0)}.Button_btnHeroOutline__l8SlN:disabled{opacity:.6;cursor:not-allowed}.Button_btnHeroSecondary__mf_j2{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;border-radius:.625rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none;font-family:inherit;background:rgba(255,255,255,.2);color:white;backdrop-filter:blur(10px)}.Button_btnHeroSecondary__mf_j2:hover:not(:disabled){background:rgba(255,255,255,.3);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.Button_btnHeroSecondary__mf_j2:active:not(:disabled){transform:translateY(0)}.Button_btnHeroSecondary__mf_j2:disabled{opacity:.6;cursor:not-allowed}.Button_btn__CQTTS{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-family:inherit;text-transform:none}.Button_btn__CQTTS:disabled{opacity:.6;cursor:not-allowed}.Button_btnPrimary__vkoXv{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-family:inherit;text-transform:none;background:#7B3FF2;color:white;height:56px;box-sizing:border-box}.Button_btnPrimary__vkoXv:hover:not(:disabled){background:#6930d3}.Button_btnPrimary__vkoXv:active:not(:disabled){transform:scale(.98)}.Button_btnPrimary__vkoXv:disabled{opacity:.6;cursor:not-allowed}.Button_btnSecondary__3aHOW{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-family:inherit;text-transform:none;background:transparent;color:#6b7280}.Button_btnSecondary__3aHOW:hover:not(:disabled){background:rgba(0,0,0,.04)}.Button_btnSecondary__3aHOW:active:not(:disabled){transform:scale(.98)}.Button_btnSecondary__3aHOW:disabled{opacity:.6;cursor:not-allowed}.Button_btnSecondaryOutline__Bb15j{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;outline:none;font-family:inherit;text-transform:none;background:transparent;color:#7B3FF2;border:1px solid #7b3ff2;height:56px;box-sizing:border-box}.Button_btnSecondaryOutline__Bb15j:hover:not(:disabled){background:rgba(123,63,242,.05)}.Button_btnSecondaryOutline__Bb15j:active:not(:disabled){transform:scale(.98)}.Button_btnSecondaryOutline__Bb15j:disabled{opacity:.6;cursor:not-allowed}.Button_btnDanger__s6Qfi{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-family:inherit;text-transform:none;background:transparent;color:#ef4444}.Button_btnDanger__s6Qfi:hover:not(:disabled){background:rgba(239,68,68,.08)}.Button_btnDanger__s6Qfi:active:not(:disabled){transform:scale(.98)}.Button_btnDanger__s6Qfi:disabled{opacity:.6;cursor:not-allowed}.Button_btnSuccess___X4Eu{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none;outline:none;font-family:inherit;text-transform:none;background:transparent;color:#10b981}.Button_btnSuccess___X4Eu:hover:not(:disabled){background:rgba(16,185,129,.08)}.Button_btnSuccess___X4Eu:active:not(:disabled){transform:scale(.98)}.Button_btnSuccess___X4Eu:disabled{opacity:.6;cursor:not-allowed}.Button_btnOutline__OAsxw{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none;font-family:inherit;background:transparent;color:#7B3FF2;border:2px solid #7b3ff2}.Button_btnOutline__OAsxw:hover:not(:disabled){background:rgba(123,63,242,.05);transform:translateY(-2px);box-shadow:0 4px 12px rgba(123,63,242,.1)}.Button_btnOutline__OAsxw:active:not(:disabled){transform:translateY(0)}.Button_btnOutline__OAsxw:disabled{opacity:.6;cursor:not-allowed}.Button_btnIcon__4FO72{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:.5rem;border:none;background:rgba(123,63,242,.1);color:#7B3FF2;cursor:pointer;transition:all .3s ease}.Button_btnIcon__4FO72:hover:not(:disabled){background:rgba(123,63,242,.2);transform:scale(1.05)}.Button_btnIcon__4FO72:active:not(:disabled){transform:scale(.95)}.Button_btnIcon__4FO72:disabled{opacity:.6;cursor:not-allowed}.Button_btnSmall__GHwDm{padding:.5rem 1rem;font-size:.875rem;border-radius:.5rem}.Button_btnLarge__ojhvA{padding:1rem 2rem;font-size:1.125rem;border-radius:.875rem}.Button_btnFullWidth__4H0Fc{width:100%;justify-content:center}.Button_btnLoading__JrJAA{position:relative;color:transparent;pointer-events:none}.Button_btnLoading__JrJAA:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid;border-right:2px solid transparent;border-radius:50%;animation:Button_spin__Abhft .6s linear infinite}@keyframes Button_spin__Abhft{to{transform:rotate(1turn)}}@media (max-width:768px){.Button_btnHeroOutline__l8SlN,.Button_btnHeroPrimary__JzgH3,.Button_btnHeroSecondary__mf_j2,.Button_btnHero__0037o{width:100%;justify-content:center}.Button_btnOutline__OAsxw,.Button_btnPrimary__vkoXv{padding:.625rem 1.25rem;font-size:.9375rem}}.DiscountForm_header__pON6T{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#7B3FF2,#9333ea);border-bottom:none}.DiscountForm_title__ktSsq{font-size:1.25rem;font-weight:600;color:white;margin:0}.DiscountForm_closeButton__b824P{background:none;border:none;padding:.5rem;cursor:pointer;color:white;border-radius:.5rem;transition:all .2s;display:flex;align-items:center;justify-content:center}.DiscountForm_closeButton__b824P:hover{background:rgba(255,255,255,.1)}.DiscountForm_content__9GTnN{padding:1.5rem;overflow-y:auto;max-height:calc(90vh - 200px)}.DiscountForm_content__9GTnN::-webkit-scrollbar{width:6px}.DiscountForm_content__9GTnN::-webkit-scrollbar-track{background:#f9fafb}.DiscountForm_content__9GTnN::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.DiscountForm_content__9GTnN::-webkit-scrollbar-thumb:hover{background:#9ca3af}.DiscountForm_fieldsGrid__Nr_Jg{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.DiscountForm_fieldFullWidth__hKTTG{grid-column:1/-1}.DiscountForm_field__zgogn{display:flex;flex-direction:column;gap:.5rem;grid-column:1/-1}.DiscountForm_label__3Kt24{font-size:.875rem;font-weight:500;color:#374151;display:flex;align-items:center;gap:.375rem}.DiscountForm_required__Vc3Hl{color:#ef4444}.DiscountForm_radioGroup__nFC1O{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.DiscountForm_radioLabel__QVSok{padding:.875rem 1rem;border:2px solid #d1d5db;border-radius:.5rem;cursor:pointer;transition:all .2s;background:white;font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;color:#374151}.DiscountForm_radioLabel__QVSok:hover{border-color:#7B3FF2;background:#faf5ff}.DiscountForm_radioLabel__QVSok.DiscountForm_active__b9uMH{border-color:#7B3FF2;background:#faf5ff;color:#7B3FF2}.DiscountForm_radioInput__oMqg8{margin:0;cursor:pointer;accent-color:#7B3FF2}.DiscountForm_footer__PkT1t{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #e5e7eb}@media (max-width:768px){.DiscountForm_fieldsGrid__Nr_Jg,.DiscountForm_radioGroup__nFC1O{grid-template-columns:1fr}.DiscountForm_footer__PkT1t{flex-direction:column-reverse}.DiscountForm_footer__PkT1t button{width:100%}}@media (max-width:640px){.DiscountForm_content__9GTnN,.DiscountForm_header__pON6T{padding:1rem}}.Layout_pageContainer__MrfdU{max-width:1600px;margin:0 auto;padding:2rem;width:100%;position:relative;z-index:1}.Layout_pageWrapper__3ADce{background:white;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);overflow:hidden;animation:Layout_fadeInUp__lFGK2 .6s ease-out}.Layout_contentWrapper__3aDOg{background:white;border-radius:0 0 1rem 1rem;padding:2rem;animation:Layout_fadeInUp__lFGK2 .6s ease-out .2s backwards}@keyframes Layout_fadeInUp__lFGK2{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Layout_pageContainer__MrfdU{padding:1.5rem}}@media (max-width:768px){.Layout_pageContainer__MrfdU{padding:1rem}.Layout_contentWrapper__3aDOg{padding:1.5rem 1rem}}@media (max-width:480px){.Layout_pageContainer__MrfdU{padding:.75rem}.Layout_contentWrapper__3aDOg{padding:1rem .75rem}.Layout_pageWrapper__3ADce{border-radius:.75rem}}