.out-of-credits-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:10100}.out-of-credits-modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;width:400px;padding:28px;flex-direction:column;align-items:flex-start;gap:20px;border-radius:16px;background:#fff;z-index:10200}.out-of-credits-modal__close-btn{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:none;border:none;cursor:pointer;color:#6a4040;opacity:.6;transition:opacity .2s ease}.out-of-credits-modal__close-btn:hover{opacity:1}.out-of-credits-modal__close-btn svg{width:20px;height:20px;fill:currentColor}.out-of-credits-modal__close-btn svg path{fill:currentColor}.out-of-credits-modal__title{font-size:14px;font-weight:500}.out-of-credits-modal__content-text,.out-of-credits-modal__title{color:var(--black-100,#6a4040);font-family:Poppins,sans-serif;font-style:normal;line-height:150%;margin:0}.out-of-credits-modal__content-text{font-size:13px;font-weight:400;opacity:.6}.out-of-credits-modal__content-text p:last-child{margin-bottom:0}.out-of-credits-modal__actions{display:flex;height:32px;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.out-of-credits-modal__btn{display:flex;width:120px;height:32px;padding:8px 12px;justify-content:center;align-items:center;gap:4px;border-radius:6px;border:none;cursor:pointer;font-family:Poppins,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:150%;transition:all .2s ease;outline:none}.out-of-credits-modal__btn--not-now{color:var(--black-100,#6a4040);background:rgba(106,64,64,.05)}.out-of-credits-modal__btn--not-now:hover{background:rgba(106,64,64,.08)}.out-of-credits-modal__btn--not-now:active{background:rgba(106,64,64,.1)}.out-of-credits-modal__btn--upgrade{background:#6a4040;color:var(--white-100,#fdfcf8)}.out-of-credits-modal__btn--upgrade:hover{background:#5a3030}.out-of-credits-modal__btn--upgrade:active{background:#4a2020}@media (max-width:480px){.out-of-credits-modal__content{width:calc(100vw - 40px);max-width:400px;padding:20px}.out-of-credits-modal__actions{flex-direction:column;height:auto;gap:12px}.out-of-credits-modal__btn{width:100%}}