.prompt-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.prompt-modal{z-index:999999;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;width:95%;max-width:700px;height:90%;max-height:650px;box-shadow:0 4px 8px #0000001a,0 15px 60px #c0d3ff14;background:#111!important;border-radius:0!important;position:fixed!important}.prompt-modal .Modal__Section__Head{display:none}.prompt-modal__content{width:100%;height:100%;overflow:auto}.prompt-modal__content::-webkit-scrollbar{display:none}.prompt-modal__img-wrapper{width:100%;height:100%;max-height:290px;position:relative;overflow:hidden;box-shadow:0 4px 8px #0000001a,0 15px 60px #c0d3ff14}.prompt-modal__img-wrapper img{object-fit:cover;will-change:transform;width:100%;height:auto;transition:transform 7s linear}.prompt-modal__img-wrapper:hover img{transform:translateY(-80%)}.prompt-modal__form{background:0 0;border-radius:10px;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:1000px;margin:auto;padding:2rem;display:flex}@media (max-width:600px){.prompt-modal__form{padding:1rem 0}}.prompt-modal__heading{color:#fff;text-align:center;margin:0;font-size:1.05rem;font-weight:700}.prompt-modal__textarea-container{border-radius:12px;width:100%;max-width:800px;padding:1.8px;position:relative}.prompt-modal__textarea-container:before{content:"";border-radius:inherit;z-index:2;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(45deg,#ff3a82,#4ecdc4,#5233ff,#96ceb4,#ffeaa7,plum,#98d8c8) 0 0/400% 400%;padding:1.5px;animation:3s ease-in-out infinite promptModalMoveGradient;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.prompt-modal__textarea-container textarea{z-index:1;border-radius:inherit;color:#fff;resize:none;background:0 0;border:none;outline:none;width:100%;padding:.8rem;font-size:.9rem;position:relative}.prompt-modal__textarea-container textarea::placeholder{color:#fff9;font-weight:300}.prompt-modal__actions{justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.prompt-modal__back-btn{color:#111;cursor:pointer;background-color:#fff;border:none;border-radius:20px;align-items:center;gap:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;display:flex}.prompt-modal__back-btn:disabled{opacity:.6;cursor:not-allowed}.prompt-modal__generate-btn{word-spacing:2px;color:#fff;letter-spacing:1px;cursor:pointer;background:linear-gradient(90deg,#ff3a82,#5233ff);border:none;border-radius:50px;align-items:center;gap:10px;padding:.8rem 2rem;font-size:1rem;font-weight:600;display:flex;box-shadow:0 4px 20px #ff3a824d}.prompt-modal__generate-btn:disabled{cursor:not-allowed;opacity:.6}@keyframes promptModalMoveGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
