a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}textarea{border:none;overflow:auto;outline:none;box-shadow:none;resize:none}button{background:none;border:none;cursor:pointer}#__next,body,html{padding:0;margin:0;color:var(--color-black);background:#edeff1;color:var(--sf-primary-color,#1c1b1f);color:#1c1b1f!important;font-size:18rem}#__next,body,html{font-family:Geologica!important;height:100%}body{--layout-page-transition:3000;--layout-cursor:2500;--layout-age-gate:2100;--layout-preloader:2000;--layout-intro:1200;--layout-disclaimer:1100;--layout-fixed:1010;position:relative;font-weight:300}#__next{font-family:Geologica!important}a{color:inherit;text-decoration:none}*{box-sizing:border-box}input::placeholder,textarea::placeholder{font-size:inherit;font-weight:inherit;color:inherit}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}button,input,span{font-family:Geologica}html{--sf-primary-color:#1c1b1f;--sf-secondary-color:#fff;--main-orange:#ff3b00}@font-face{font-family:Geologica;src:url(/fonts/Geologica.woff2) format("woff2");font-style:normal;font-display:swap}.Loader_loader__pTq_g{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:9999}.Loader_spinner__jnGG9{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#ff6a00;border-radius:50%;animation:Loader_spin__sU7Qb .8s linear infinite}@keyframes Loader_spin__sU7Qb{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Layout_root__DTp7M{display:flex;justify-content:center}.Layout_wrapper__I020C{position:relative;width:100%}.Loading_loading__nUqkT{height:100vh;width:100vw;background-color:rgba(1,1,1,.2);position:fixed;top:0;left:0;z-index:1000;color:#fff;display:flex;align-items:center;justify-content:center}.Loading_logo__VdgxL{position:absolute}.Loading_loading_wrapper__hm92N{border:2rem solid rgba(1,1,1,.05);border-top:2rem solid var(--sf-planform-green);border-radius:50%;width:55rem;height:55rem;animation:Loading_spin__HHx1z 2s linear infinite}@keyframes Loading_spin__HHx1z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toast_toast__hhDDH{position:fixed;top:20rem;left:50%;transform:translateX(-50%) translateY(-100%);z-index:10000;min-width:300rem;max-width:500rem;padding:16rem 20rem;border-radius:8rem;box-shadow:0 4rem 12rem rgba(0,0,0,.15);display:flex;align-items:center;justify-content:space-between;gap:16rem;opacity:0;visibility:hidden;transition:all .3s ease-out}.Toast_toast__hhDDH.Toast_visible__J4KQ1{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0);animation:Toast_slideDown__aTo_i .3s ease-out}.Toast_toast__hhDDH:not(.Toast_visible__J4KQ1){animation:Toast_slideUp__V1LY1 .3s ease-in forwards}@keyframes Toast_slideDown__aTo_i{0%{transform:translateX(-50%) translateY(-100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@keyframes Toast_slideUp__V1LY1{0%{transform:translateX(-50%) translateY(0);opacity:1}to{transform:translateX(-50%) translateY(-100%);opacity:0}}.Toast_content__MAsnS{display:flex;align-items:center;gap:12rem;flex:1 1}.Toast_icon__3ivND{flex-shrink:0;width:20rem;height:20rem}.Toast_message__6kiur{font-size:14rem;line-height:1.4;font-weight:400;color:#fff}.Toast_closeButton__R51QZ{background:none;border:none;padding:4rem;cursor:pointer;color:#fff;opacity:.8;transition:opacity .2s;flex-shrink:0;display:flex;align-items:center;justify-content:center}.Toast_closeButton__R51QZ:hover{opacity:1}.Toast_closeButton__R51QZ svg{width:16rem;height:16rem}.Toast_success__JUaag{background:linear-gradient(135deg,#10b981,#059669);border-left:4rem solid #047857}.Toast_success__JUaag .Toast_icon__3ivND{color:#fff}.Toast_error__SOdJg{background:linear-gradient(135deg,#ef4444,#dc2626);border-left:4rem solid #b91c1c}.Toast_error__SOdJg .Toast_icon__3ivND{color:#fff}.ErasePopover_overlay__e27fV{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;animation:ErasePopover_fadeIn__3n_M0 .3s ease-out}.ErasePopover_overlay__e27fV.ErasePopover_exiting__Zdg9B{animation:ErasePopover_fadeOut__NF5B8 .3s ease-in forwards}@keyframes ErasePopover_fadeIn__3n_M0{0%{opacity:0}to{opacity:1}}@keyframes ErasePopover_fadeOut__NF5B8{0%{opacity:1}to{opacity:0}}.ErasePopover_erasePopover__nGRP0{position:fixed;top:20rem;right:20rem;background:#fff;border-radius:12rem;width:600rem;max-width:calc(100vw - 40rem);max-height:calc(100vh - 40rem);display:flex;flex-direction:column;box-shadow:0 8rem 32rem rgba(0,0,0,.2);z-index:1001;animation:ErasePopover_slideIn__aQn0V .3s ease-out;overflow:hidden}.ErasePopover_erasePopover__nGRP0.ErasePopover_exiting__Zdg9B{animation:ErasePopover_slideOut__2TVre .3s ease-in forwards}@keyframes ErasePopover_slideIn__aQn0V{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes ErasePopover_slideOut__2TVre{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.ErasePopover_header__CiavS{display:flex;align-items:center;gap:16rem;padding:20rem 20rem 16rem;border-bottom:1rem solid rgba(0,0,0,.1)}.ErasePopover_backButton__6JhOf{background:none;border:none;font-size:14rem;color:#666;cursor:pointer;padding:4rem 8rem;border-radius:4rem;transition:background-color .2s}.ErasePopover_backButton__6JhOf:hover{background-color:#f3f4f6}.ErasePopover_title__pldPZ{font-size:16rem;line-height:18rem;font-weight:200;margin:0;color:rgba(0,0,0,.45)}.ErasePopover_content__CL6PG{display:flex;flex-direction:column;flex:1 1;overflow:hidden}.ErasePopover_canvasContainer__bdtrz{flex:1 1;display:flex;align-items:center;justify-content:center;padding:20rem;overflow:auto;background:#f5f5f5}.ErasePopover_canvas__ab_t9{max-width:100%;max-height:100%;border:1rem solid #ddd;border-radius:8rem;cursor:crosshair;touch-action:none;background:#fff}.ErasePopover_controls__lje8y{padding:20rem;border-top:1rem solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16rem}.ErasePopover_brushControl__6xNK1{display:flex;flex-direction:column;gap:8rem}.ErasePopover_brushLabel__IURg0{font-size:14rem;color:#333;font-weight:400}.ErasePopover_brushSlider__Tklnx{width:100%;height:6rem;border-radius:3rem;background:#e0e0e0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ErasePopover_brushSlider__Tklnx::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18rem;height:18rem;border-radius:50%;background:#ff6a00;cursor:pointer}.ErasePopover_brushSlider__Tklnx::-moz-range-thumb{width:18rem;height:18rem;border-radius:50%;background:#ff6a00;cursor:pointer;border:none}.ErasePopover_actions__1F_A7{display:flex;gap:12rem}.ErasePopover_clearButton__BVUrD,.ErasePopover_submitButton__3yEzg{flex:1 1;padding:12rem 24rem;border:none;border-radius:8rem;font-size:14rem;font-weight:500;cursor:pointer;transition:all .2s}.ErasePopover_clearButton__BVUrD:disabled,.ErasePopover_submitButton__3yEzg:disabled{opacity:.5;cursor:not-allowed}.ErasePopover_clearButton__BVUrD{background:#f3f4f6;color:#333}.ErasePopover_clearButton__BVUrD:hover:not(:disabled){background:#e5e7eb}.ErasePopover_submitButton__3yEzg{background:#ff6a00;color:#fff}.ErasePopover_submitButton__3yEzg:hover:not(:disabled){background:#e55a00}.RetouchPopover_overlay__XZKIr{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;animation:RetouchPopover_fadeIn__tmyKf .3s ease-out}.RetouchPopover_overlay__XZKIr.RetouchPopover_exiting__mzjhX{animation:RetouchPopover_fadeOut__Tjzxd .3s ease-in forwards}@keyframes RetouchPopover_fadeIn__tmyKf{0%{opacity:0}to{opacity:1}}@keyframes RetouchPopover_fadeOut__Tjzxd{0%{opacity:1}to{opacity:0}}.RetouchPopover_retouchPopover__z0lZ2{position:fixed;top:20rem;right:20rem;background:#fff;border-radius:12rem;width:600rem;max-width:calc(100vw - 40rem);max-height:calc(100vh - 40rem);display:flex;flex-direction:column;box-shadow:0 8rem 32rem rgba(0,0,0,.2);z-index:1001;animation:RetouchPopover_slideIn__1YTNd .3s ease-out;overflow:hidden}.RetouchPopover_retouchPopover__z0lZ2.RetouchPopover_exiting__mzjhX{animation:RetouchPopover_slideOut__b8vRN .3s ease-in forwards}@keyframes RetouchPopover_slideIn__1YTNd{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes RetouchPopover_slideOut__b8vRN{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.RetouchPopover_header__NuiIR{display:flex;align-items:center;gap:16rem;padding:20rem 20rem 16rem;border-bottom:1rem solid rgba(0,0,0,.1)}.RetouchPopover_backButton__5RBvH{background:none;border:none;font-size:14rem;color:#666;cursor:pointer;padding:4rem 8rem;border-radius:4rem;transition:background-color .2s}.RetouchPopover_backButton__5RBvH:hover{background-color:#f3f4f6}.RetouchPopover_title__zI1U0{font-size:16rem;line-height:18rem;font-weight:200;margin:0;color:rgba(0,0,0,.45)}.RetouchPopover_content__OwP2E{display:flex;flex-direction:column;flex:1 1;overflow:hidden}.RetouchPopover_canvasContainer__ByUhf{flex:1 1;display:flex;align-items:center;justify-content:center;padding:20rem;overflow:auto;background:#f5f5f5}.RetouchPopover_canvas__4YzPO{max-width:100%;max-height:100%;border:1rem solid #ddd;border-radius:8rem;cursor:crosshair;touch-action:none;background:#fff}.RetouchPopover_controls__80h4n{padding:20rem;border-top:1rem solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:16rem}.RetouchPopover_promptControl___zkAN{display:flex;flex-direction:column;gap:8rem}.RetouchPopover_promptLabel__1Bo7B{font-size:14rem;color:#333;font-weight:400}.RetouchPopover_promptInput__fN4mU{width:100%;padding:12rem;border:1rem solid #ddd;border-radius:8rem;font-size:14rem;font-family:inherit;resize:vertical;min-height:80rem;outline:none;transition:border-color .2s}.RetouchPopover_promptInput__fN4mU:focus{border-color:#ff6a00}.RetouchPopover_promptInput__fN4mU::placeholder{color:#999}.RetouchPopover_brushControl__x8Yxn{display:flex;flex-direction:column;gap:8rem}.RetouchPopover_brushLabel__095N_{font-size:14rem;color:#333;font-weight:400}.RetouchPopover_brushSlider__HwTKl{width:100%;height:6rem;border-radius:3rem;background:#e0e0e0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.RetouchPopover_brushSlider__HwTKl::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18rem;height:18rem;border-radius:50%;background:#ff6a00;cursor:pointer}.RetouchPopover_brushSlider__HwTKl::-moz-range-thumb{width:18rem;height:18rem;border-radius:50%;background:#ff6a00;cursor:pointer;border:none}.RetouchPopover_actions__cuzzb{display:flex;gap:12rem}.RetouchPopover_clearButton__vLg7R,.RetouchPopover_submitButton__UEudn{flex:1 1;padding:12rem 24rem;border:none;border-radius:8rem;font-size:14rem;font-weight:500;cursor:pointer;transition:all .2s}.RetouchPopover_clearButton__vLg7R:disabled,.RetouchPopover_submitButton__UEudn:disabled{opacity:.5;cursor:not-allowed}.RetouchPopover_clearButton__vLg7R{background:#f3f4f6;color:#333}.RetouchPopover_clearButton__vLg7R:hover:not(:disabled){background:#e5e7eb}.RetouchPopover_submitButton__UEudn{background:#ff6a00;color:#fff}.RetouchPopover_submitButton__UEudn:hover:not(:disabled){background:#e55a00}.ImageEditPopover_popover__Mhbt9{position:fixed;top:20rem;right:20rem;background:#fff;border-radius:12rem;width:260rem;display:flex;flex-direction:column;box-shadow:0 8rem 32rem rgba(0,0,0,.2);z-index:1000;animation:ImageEditPopover_slideIn__2ciRY .3s ease-out;overflow:hidden}.ImageEditPopover_popover__Mhbt9.ImageEditPopover_exiting__9PNn2{animation:ImageEditPopover_slideOut__LcJ0j .3s ease-in forwards}@keyframes ImageEditPopover_slideIn__2ciRY{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes ImageEditPopover_slideOut__LcJ0j{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.ImageEditPopover_header__Com_r{display:flex;align-items:center;justify-content:space-between;padding:20rem 20rem 0}.ImageEditPopover_title___mExr{font-size:16rem;line-height:18rem;font-weight:200;margin:0;color:rgba(0,0,0,.45)}.ImageEditPopover_content___fudS{padding:12rem;overflow-y:auto;flex:1 1}.ImageEditPopover_option__21vLO{width:100%;display:flex;align-items:center;gap:12rem;background:#fff;border-radius:8rem;cursor:pointer;transition:background-color .2s;text-align:left;position:relative;padding:12rem 16rem 12rem 8rem;border-bottom:1rem solid hsla(0,0%,50%,.279)}.ImageEditPopover_option__21vLO:active:not(.ImageEditPopover_disabled__QCeH7),.ImageEditPopover_option__21vLO:hover:not(.ImageEditPopover_disabled__QCeH7){background-color:#f3f4f6}.ImageEditPopover_option__21vLO.ImageEditPopover_disabled__QCeH7{cursor:not-allowed;opacity:.6}.ImageEditPopover_icon__nxN0N{width:25rem;height:20rem!important;display:flex;align-items:center;justify-content:center;color:#ff3b00;flex-shrink:0;flex-basis:1}.ImageEditPopover_label__zWe89{font-size:16rem;color:#1a1a1a;font-weight:200;flex:1 1;padding:10rem 8rem;width:100%}.ImageEditPopover_comingSoon__eRx42{font-size:12rem;color:#999;font-weight:400}.SubscriptionPopup_modalOverlay__erDF_{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;animation:SubscriptionPopup_fadeOverlay__L1ma_ .16s ease-out;z-index:2000}@media only screen and (max-width:490px){.SubscriptionPopup_modalOverlay__erDF_{align-items:flex-end}}.SubscriptionPopup_modal__Q_d1w{width:min(900rem,92vw);max-height:90vh;background:#fff;border-radius:20rem;box-shadow:0 24rem 60rem rgba(0,0,0,.2);padding:24rem;animation:SubscriptionPopup_fadeIn__WZoqt .18s ease-out;display:flex;flex-direction:column;position:relative;overflow:hidden}@media only screen and (max-width:490px){.SubscriptionPopup_modal__Q_d1w{width:100%;max-height:calc(100vh - 64rem);border-radius:25rem 25rem 0 0;padding:20rem 16rem}}.SubscriptionPopup_modalHeader__VR_jP{display:flex;justify-content:space-between;align-items:center;margin-bottom:24rem}@media only screen and (max-width:490px){.SubscriptionPopup_modalHeader__VR_jP{margin-bottom:20rem}}.SubscriptionPopup_modalTitle__k5nc3{font-weight:700;font-size:24rem;color:#111;margin:0}@media only screen and (max-width:490px){.SubscriptionPopup_modalTitle__k5nc3{font-size:16rem;font-weight:500}}.SubscriptionPopup_closeButton__UHXBT{width:32rem;height:32rem;border-radius:8rem;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18rem;color:#6b7280;transition:background .2s ease}.SubscriptionPopup_closeButton__UHXBT:hover{background:#e5e7eb}.SubscriptionPopup_switcher__Q9Ilr{display:flex;gap:8rem;background:#f3f4f6;border-radius:12rem;padding:4rem;margin-bottom:24rem}@media only screen and (max-width:490px){.SubscriptionPopup_switcher__Q9Ilr{margin-bottom:20rem}}.SubscriptionPopup_switcherButton__xxeqD{flex:1 1;padding:10rem 16rem;border:none;background:transparent;border-radius:8rem;font-size:14rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.SubscriptionPopup_switcherButton__xxeqD.SubscriptionPopup_active__TUHiD{background:#fff;color:#111;box-shadow:0 2rem 4rem rgba(0,0,0,.1)}@media only screen and (max-width:490px){.SubscriptionPopup_switcherButton__xxeqD{font-size:12rem;padding:8rem 12rem;font-weight:300}}.SubscriptionPopup_content__yhdJ6{flex:1 1;overflow-y:auto;overflow-x:hidden;min-height:0;-webkit-overflow-scrolling:touch}.SubscriptionPopup_sectionTitle__Jl_Mc{font-size:18rem;font-weight:600;color:#111;margin:0 0 20rem}@media only screen and (max-width:490px){.SubscriptionPopup_sectionTitle__Jl_Mc{font-size:15rem;margin-bottom:16rem;font-weight:500}}.SubscriptionPopup_subscriptions__6XaZ0{width:100%}.SubscriptionPopup_subscriptionGrid__grk84{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16rem;gap:16rem}@media only screen and (max-width:490px){.SubscriptionPopup_subscriptionGrid__grk84{grid-template-columns:1fr;gap:12rem}}.SubscriptionPopup_subscriptionCard__jbg__{position:relative;border:2rem solid #e5e7eb;border-radius:16rem;padding:20rem;cursor:pointer;transition:all .2s ease;background:#fff}.SubscriptionPopup_subscriptionCard__jbg__:hover{border-color:#d1d5db;transform:translateY(-2rem)}.SubscriptionPopup_subscriptionCard__jbg__.SubscriptionPopup_selected__jIalr{border-color:#ff3b00;background:#f9fafb}@media only screen and (max-width:490px){.SubscriptionPopup_subscriptionCard__jbg__{padding:16rem}}.SubscriptionPopup_popularBadge__3WNAI{position:absolute;top:-12rem;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:4rem 12rem;border-radius:12rem;font-size:12rem;font-weight:600}.SubscriptionPopup_subscriptionHeader__xDYlV{margin-bottom:16rem}.SubscriptionPopup_subscriptionName__4FqKo{font-size:20rem;font-weight:700;color:#111;margin:0 0 8rem}@media only screen and (max-width:490px){.SubscriptionPopup_subscriptionName__4FqKo{font-size:14rem;font-weight:600}}.SubscriptionPopup_subscriptionPrice__lhcAd{display:flex;align-items:baseline;gap:4rem}.SubscriptionPopup_price__bGLMQ{font-size:24rem;font-weight:700;color:#111}@media only screen and (max-width:490px){.SubscriptionPopup_price__bGLMQ{font-size:20rem}}.SubscriptionPopup_period__4Ykmr{font-size:14rem;color:#6b7280}.SubscriptionPopup_bonusCoins__VtMDk{background:#fef3c7;color:#92400e;padding:6rem 12rem;border-radius:8rem;font-size:12rem;font-weight:600;margin-bottom:16rem;text-align:center}.SubscriptionPopup_featuresList__tOrjE{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10rem}.SubscriptionPopup_feature__KtSgK{display:flex;align-items:flex-start;gap:8rem;font-size:14rem;color:#374151;line-height:1.5}.SubscriptionPopup_checkmark__d8kNS{color:#10b981;font-weight:700;flex-shrink:0;margin-top:2rem}.SubscriptionPopup_subscriptionNote__vB62j{margin-top:20rem;padding:16rem;background:#fef3c7;border-radius:12rem;border-left:4rem solid #f59e0b}@media only screen and (max-width:490px){.SubscriptionPopup_subscriptionNote__vB62j{margin-top:16rem;padding:12rem}}.SubscriptionPopup_noteText__H2RRI{margin:0;font-size:13rem;color:#92400e;line-height:1.5}@media only screen and (max-width:490px){.SubscriptionPopup_noteText__H2RRI{font-size:12rem}}.SubscriptionPopup_balanceSection__IGj9P{width:100%}.SubscriptionPopup_coinPackages__NqM5d{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12rem;gap:12rem}@media only screen and (max-width:490px){.SubscriptionPopup_coinPackages__NqM5d{grid-template-columns:1fr}}.SubscriptionPopup_coinPackage__QyrBk{border:2rem solid #e5e7eb;border-radius:12rem;padding:20rem;cursor:pointer;transition:all .2s ease;background:#fff}.SubscriptionPopup_coinPackage__QyrBk:hover{border-color:#d1d5db;transform:translateY(-2rem)}.SubscriptionPopup_coinPackage__QyrBk.SubscriptionPopup_selected__jIalr{border-color:#ff3b00;background:#f9fafb}@media only screen and (max-width:490px){.SubscriptionPopup_coinPackage__QyrBk{padding:16rem}}.SubscriptionPopup_coinAmount__7EoHI{display:flex;align-items:center;gap:8rem;margin-bottom:12rem}.SubscriptionPopup_coinIcon__mMsU9{font-size:24rem}.SubscriptionPopup_amount_container__MEvyu{display:flex;align-items:center;gap:7rem}.SubscriptionPopup_amount__Fnn19{font-size:24rem;font-weight:700;color:#111}.SubscriptionPopup_amount_text__dTRyT{font-size:14rem;color:#6b7280;font-weight:400}.SubscriptionPopup_bonus__lZB7y{font-size:14rem;color:#10b981;font-weight:600}.SubscriptionPopup_coinPrice__PGxcP{font-size:20rem;font-weight:600;color:#111}.SubscriptionPopup_modalActions__4j6GA{display:flex;justify-content:flex-end;gap:12rem;padding-top:24rem;margin-top:24rem;border-top:1rem solid #e5e7eb}@media only screen and (max-width:490px){.SubscriptionPopup_modalActions__4j6GA{flex-direction:column-reverse;padding-top:20rem;margin-top:20rem}}.SubscriptionPopup_cancelButton__kGW51{padding:12rem 24rem;border-radius:12rem;background:#f3f4f6;color:#111;border:none;cursor:pointer;font-size:14rem;font-weight:500;transition:background .2s ease}.SubscriptionPopup_cancelButton__kGW51:hover{background:#e5e7eb}@media only screen and (max-width:490px){.SubscriptionPopup_cancelButton__kGW51{width:100%}}.SubscriptionPopup_purchaseButton__damxM{padding:12rem 24rem;border-radius:12rem;background:#111;color:#fff;border:none;cursor:pointer;font-size:14rem;font-weight:500;transition:background .2s ease}.SubscriptionPopup_purchaseButton__damxM:hover{background:#333}@media only screen and (max-width:490px){.SubscriptionPopup_purchaseButton__damxM{width:100%}}@keyframes SubscriptionPopup_fadeIn__WZoqt{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes SubscriptionPopup_fadeOverlay__L1ma_{0%{opacity:0}to{opacity:1}}.SubscriptionPopup_paymentProcessing__iEAap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60rem 20rem;min-height:300rem;gap:24rem}.SubscriptionPopup_loaderWrapper__rz7X7{position:relative;width:40rem;height:40rem;display:flex;align-items:center;justify-content:center}.SubscriptionPopup_spinner__a8nXq{width:40rem;height:40rem;border:4rem solid rgba(0,0,0,.1);border-top-color:#ff6a00;border-radius:50%;animation:SubscriptionPopup_spin__HdH4e .8s linear infinite}@keyframes SubscriptionPopup_spin__HdH4e{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.SubscriptionPopup_processingText__UQJYB{font-size:16rem;color:#6b7280;text-align:center;margin:0}.SubscriptionPopup_retryButton__ixwt4{padding:12rem 24rem;border-radius:12rem;background:#111;color:#fff;border:none;cursor:pointer;font-size:14rem;font-weight:500;transition:background .2s ease;margin-top:8rem}.SubscriptionPopup_retryButton__ixwt4:hover{background:#333}@media only screen and (max-width:490px){.SubscriptionPopup_retryButton__ixwt4{width:100%;text-align:center}.SubscriptionPopup_paymentProcessing__iEAap{padding:40rem 20rem;min-height:200rem}}.SubscriptionPopup_emailForm__3VpVv{margin-bottom:24rem;background:#f9fafb;border-radius:12rem}@media only screen and (max-width:490px){.SubscriptionPopup_emailForm__3VpVv{margin-bottom:20rem;padding:16rem}}.SubscriptionPopup_emailLabel__Z_Kca{display:block;font-size:14rem;font-weight:500;color:#111;margin-bottom:8rem}@media only screen and (max-width:490px){.SubscriptionPopup_emailLabel__Z_Kca{font-size:13rem}}.SubscriptionPopup_emailInput__HbK0A{width:100%;padding:12rem 16rem;border:2rem solid #e5e7eb;border-radius:8rem;font-size:14rem;color:#111;background:#fff;transition:border-color .2s ease;box-sizing:border-box}.SubscriptionPopup_emailInput__HbK0A:focus{outline:none;border-color:#111}.SubscriptionPopup_emailInput__HbK0A::placeholder{color:#9ca3af}@media only screen and (max-width:490px){.SubscriptionPopup_emailInput__HbK0A{font-size:13rem;padding:10rem 14rem}}.SubscriptionPopup_emailHint__Qq0Nf{margin:8rem 0 0;font-size:12rem;color:#6b7280;line-height:1.4}@media only screen and (max-width:490px){.SubscriptionPopup_emailHint__Qq0Nf{font-size:11rem}}