.p-chatBox__container{width:100%;max-height:98vh;height:98vh;border-radius:12px;overflow:visible;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overscroll-behavior-y:none}.p-chatBox__container::-webkit-scrollbar{height:0;width:0}@media screen and (max-width:767px){.p-chatBox__container{min-height:100vh}@supports(min-height:100dvh){.p-chatBox__container{min-height:100dvh}}.p-chatBox__container{padding-bottom:calc(env(safe-area-inset-bottom) + var(--kb-offset, 0px));padding-top:calc(env(safe-area-inset-top) + var(--kb-offset, 0px))}}.p-chatBox__display{width:80%;flex:1 1 auto;min-height:0;overflow-y:scroll;padding:0 24px 24px;overscroll-behavior-y:none;position:relative}.p-chatBox__display::-webkit-scrollbar{height:0;width:0}@media screen and (max-width:767px){.p-chatBox__display{width:100%;overflow:auto;padding-bottom:calc(var(--sticky-h, 84px) + env(safe-area-inset-bottom));margin-bottom:24px}}.p-chatBox__instructions{position:absolute;top:40px;left:0;width:100%;padding:0 36px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto;grid-template-areas:". first  first  ." "second second third  third";grid-gap:24px;gap:24px;opacity:.9}@media screen and (max-width:767px){.p-chatBox__instructions{grid-template-columns:1fr;grid-template-areas:"first" "second" "third";gap:12px;padding:0}}.p-chatBox__instruction{border:1px solid #979797;border-radius:12px;background:hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:16px;text-align:center;min-width:0}.p-chatBox__instruction:first-child{grid-area:first}.p-chatBox__instruction:nth-child(2){grid-area:second}.p-chatBox__instruction:nth-child(3){grid-area:third}@media screen and (max-width:767px){.p-chatBox__instruction{width:90%;padding:8px 10px;margin:0 auto;box-shadow:0 0 0 0 rgba(31,38,135,.37);backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}}.p-chatBox__instruction h6{color:#000;font-weight:700;margin-bottom:12px;font-size:14px}@media screen and (max-width:767px){.p-chatBox__instruction h6{margin-bottom:6px}}.p-chatBox__instruction p{font-size:12px}.p-chatBox__generateBtns{width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:24px}@media screen and (max-width:767px){.p-chatBox__generateBtns{flex-direction:column;justify-content:flex-start}}.p-chatBox__generateBtn,.p-chatBox__generateBtn--yes{padding:16px 20px;border:1px solid #979797;border-radius:12px;background-color:#fff;color:#1f1f1f;font-size:16px;font-weight:700}@media screen and (max-width:767px){.p-chatBox__generateBtn,.p-chatBox__generateBtn--yes{order:2}}.p-chatBox__generateBtn--yes:hover,.p-chatBox__generateBtn:hover{filter:brightness(80%);cursor:pointer}.p-chatBox__generateBtn--yes{background-color:#f3b941;color:#fff}@media screen and (max-width:767px){.p-chatBox__generateBtn--yes{order:1}}.p-chatBox__inputs{width:80%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:12px 24px;background-color:#f7f3e9;box-shadow:0 8px 32px 0 rgba(31,38,135,.37);border:1px solid #313131;border-radius:12px;gap:6px}@media screen and (max-width:767px){.p-chatBox__inputs{position:-webkit-sticky;position:sticky;bottom:24px;padding-bottom:calc(12px + env(safe-area-inset-bottom))}}.p-chatBox__inputs--imgs{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.p-chatBox__inputs--img{position:relative;border-radius:6px}.p-chatBox__inputs--img img{width:60px;height:60px;object-fit:contain;border-radius:inherit}.p-chatBox__inputs--img button{position:absolute;top:0;right:0;transform:translate(50%,-45%);z-index:1;cursor:pointer;background-color:rgba(0,0,0,0);border:none;width:30px;height:30px}.p-chatBox__inputs--buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.p-chatBox__inputs--actions{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.p-chatBox__inputs--actionBtn,.p-chatBox__inputs--actionBtn--text{background-color:#313131;width:36px;height:36px;border:1px solid #6b6b6b;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:6px}.p-chatBox__inputs--actionBtn--text{width:-moz-fit-content;width:fit-content;border-radius:12px;color:#fff;padding:0 10px}.p-chatBox__inputs--actionBtn--text svg{margin-left:6px}.p-chatBox__input{width:100%;height:40px;background-color:rgba(0,0,0,0);border:none;color:#000;text-wrap:wrap;resize:none}.p-chatBox__input::-webkit-scrollbar{width:0;height:0}.p-chatBox__input:focus{outline:none}@media screen and (max-width:767px){.p-chatBox__input{height:64px}}.p-chatBox__chatLine{width:100%;padding:8px 0}.p-chatBox__chat,.p-chatBox__chat--assistant,.p-chatBox__chat--user{max-width:70%;width:-moz-fit-content;width:fit-content;padding:16px 20px;border:1px solid #6b6b6b;border-radius:12px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;background-color:rgba(0,0,0,0)}@media screen and (max-width:767px){.p-chatBox__chat,.p-chatBox__chat--assistant,.p-chatBox__chat--user{max-width:95%}}.p-chatBox__chat--assistant{margin-right:auto;border-top-left-radius:0}.p-chatBox__chat--assistant p{color:#000;font-size:1rem}.p-chatBox__chat--assistant:has(.p-chatBox__md){background-color:#fff}.p-chatBox__chat--user{margin-left:auto;border-top-right-radius:0}.p-chatBox__chat--user p{color:#000;font-size:1rem}.p-chatBox__chat--user:has(.p-chatBox__md){background-color:#fff}.p-chatBox__md ul{display:block;list-style:disc;padding-left:1.25rem;margin:.25rem 0 .5rem}.p-chatBox__md li{display:list-item}.p-chatBox__image,.p-chatBox__image--loading{max-width:400px;max-height:400px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border-radius:12px;margin:0 auto;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid #979797;overflow:hidden}.p-chatBox__image img,.p-chatBox__image--loading img{object-fit:contain;border-radius:inherit;width:inherit;height:inherit;max-width:inherit;max-height:inherit}@media screen and (max-width:767px){.p-chatBox__image,.p-chatBox__image--loading{max-width:280px;max-height:280px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}}.p-chatBox__image--loading{width:400px;height:400px;overflow:hidden;background:radial-gradient(70% 100% at 50% 0,#111829,transparent 65%),#3b5ba5}.p-chatBox__image--loading --field:after,.p-chatBox__image--loading--field{content:"";position:absolute;inset:-30%;filter:blur(26px) saturate(140%);transform-origin:50% 60%;animation:genwave-spin 9s linear infinite;background:radial-gradient(42% 38% at 38% 42%,#22d3ee 0 55%,rgba(0,0,0,0) 60%),radial-gradient(38% 44% at 58% 60%,#6366f1 0 55%,rgba(0,0,0,0) 60%),radial-gradient(36% 36% at 52% 46%,#f472b6 0 55%,rgba(0,0,0,0) 60%);mix-blend-mode:screen}.p-chatBox__image--loadingfield:after{animation-duration:13s;transform:scale(1.1) rotate(3.6deg);opacity:.85}.p-chatBox__image--loading--label{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);color:#fff;font:600 14px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Inter,sans-serif;letter-spacing:.02em;padding:.5rem .75rem;border-radius:999px;background:rgba(8,12,24,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 0 0 1px hsla(0,0%,100%,.08),0 8px 30px rgba(0,0,0,.35)}.p-chatBox__image--loading--edit .p-chatBox__image--loading--field,.p-chatBox__image--loading--edit .p-chatBox__image--loading--field:after{background:radial-gradient(42% 38% at 38% 42%,#f97373 0 55%,rgba(0,0,0,0) 60%),radial-gradient(38% 44% at 58% 60%,#fb923c 0 55%,rgba(0,0,0,0) 60%),radial-gradient(36% 36% at 52% 46%,#f973a3 0 55%,rgba(0,0,0,0) 60%)}.p-chatBox__image--editBtn{width:-moz-fit-content;width:fit-content;position:absolute;bottom:8px;right:8px;display:flex;flex-direction:row;gap:6px;align-items:center;padding:6px 12px;border-radius:12px;background-color:rgba(0,0,0,.1)}.p-chatBox__image--editBtn:hover{cursor:pointer;background-color:rgba(0,0,0,.15)}.p-chatBox__share{width:100%;max-width:400px;padding:8px 10px;border-radius:12px;background-color:#fff;margin-top:6px;box-shadow:0 2px 8px rgba(0,0,0,.12)}.p-chatBox__share label{color:#6b6b6b}.p-chatBox__share--btns{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:12px}.p-chatBox__share--btns div{width:100%;background-color:#f4f4f4;height:1px}.p-chatBox__share--btns button{width:100%;background-color:rgba(0,0,0,0);border:none;height:40px;border-radius:12px}.p-chatBox__share--btns button:hover{filter:brightness(80%);cursor:pointer}.p-chatBox__share--btns button{display:flex;justify-content:flex-start;align-items:center;gap:12px}.p-chatBox__share--btns button:hover{background-color:rgba(0,0,0,.1)}.p-chatBox__share--form{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.p-chatBox__share--form--inner{width:100%;height:100%;border-left:1px dashed #979797;border-right:1px dashed #979797;padding:40px 20px;background-color:#fff;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:767px){.p-chatBox__share--form--inner{flex-direction:column;justify-content:flex-start;padding:24px 0}}.p-chatBox__share--form--inner img{width:50%;border:1px solid #979797;border-radius:12px}.p-chatBox__share--form--inner input,.p-chatBox__share--form--inner textarea{color:#000;border:1px solid #979797;background-color:rgba(0,0,0,0)}.p-chatBox__share--form--block{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.p-chatBox__share--form--buttons{width:50%;margin-top:auto;display:flex;flex-direction:row;justify-content:space-around;align-items:center}@media screen and (max-width:767px){.p-chatBox__share--form--buttons{width:100%}}.p-chatBox__share--form--tags{width:100%;display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;gap:6px}@media screen and (max-width:767px){.p-chatBox__share--form--tags{flex-direction:column;justify-content:flex-start}}.p-chatBox__share--form--switch{width:100%;display:inline-flex;gap:12px;align-items:center}.p-chatBox__share--form--switch .switch-option{display:flex;gap:6px;align-items:center}.p-chatBox__share--form--switch .switch{display:flex;gap:8px;align-items:center;cursor:pointer}.p-chatBox__share--form--switch .switch-track{width:42px;height:24px;border-radius:999px;background:#ddd;position:relative}.p-chatBox__share--form--switch .switch-thumb{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;left:2px;transition:transform .2s}.p-chatBox__share--form--switch input[role=switch]:checked+.switch-track .switch-thumb{transform:translateX(18px)}.p-chatBox__share--form--switch input[role=switch]:checked+.switch-track{background:#007aff}.p-chatBox__checkout{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:20px 16px}.p-chatBox__checkout h5{color:#1f1f1f}.p-chatBox__checkout--section{width:100%;height:-moz-fit-content;height:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.p-chatBox__checkout--section p{color:#1f1f1f;font-size:16px;margin-bottom:3px;display:inline-flex;align-items:center}.p-chatBox__checkout--section label{font-size:12px;line-height:1.1;margin-bottom:3px}.p-chatBox__checkout--imgOptions{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:3%;margin:16px 0}.p-chatBox__checkout--img{width:30%;aspect-ratio:1/1;border-radius:6px;cursor:pointer;margin-bottom:16px}.p-chatBox__checkout--img img{object-fit:cover;border-radius:inherit}.p-chatBox__checkout--options{padding:10px 0;background-color:rgba(0,0,0,0);color:#1f1f1f;border-radius:12px}.p-chatBox__checkout--optionTooltip{position:absolute;top:0;min-width:160pxw;max-width:300px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:10px 16px;background-color:#000}.p-chatBox__checkout--size{width:100%;margin:6px 0;border-radius:12px;height:40px;border:1px solid #979797;background-color:rgba(0,0,0,0);color:#1f1f1f;padding:0 8px}.p-chatBox__checkout--size:focus{outline:none}.p-chatBox__checkout--priceTable{width:100%;color:#fff;table-layout:fixed;margin:16px 0}.p-chatBox__checkout--priceTable tbody tr td,.p-chatBox__checkout--priceTable tbody tr th,.p-chatBox__checkout--priceTable thead tr td,.p-chatBox__checkout--priceTable thead tr th{text-align:center}.p-chatBox__checkout--note{width:100%;border-radius:12px;border:1px solid #979797;resize:none;background-color:rgba(0,0,0,0);margin:6px 0;padding:8px;color:#1f1f1f}.p-chatBox__checkout--note:focus{outline:none}.p-chatBox__checkout--announce{width:100%;border:1px solid #f3b941;border-radius:12px;padding:8px 10px;margin-bottom:20px}.p-chatBox__checkout--announce p{font-size:12px;display:block}.p-chatBox__checkout--caution{font-size:10px;line-height:1.1;margin:10px 0}.p-chatBox__line--tryAgain{width:100%;border:1px solid #979797;border-radius:12px;padding:8px 10px;display:flex;flex-direction:row;background-color:#fff}.p-chatBox__line--tryAgain span{display:flex;flex-direction:column}.p-chatBox__line--tryAgain span label{font-size:12px;line-height:1.3}.p-chatBox__line--tryAgain button{background-color:rgba(0,0,0,0);border:none}.p-chatBox__line--tryAgain button:hover{filter:brightness(80%);cursor:pointer}.c-tooltip__container{position:relative;display:inline-block;cursor:pointer}.c-tooltip__block{position:absolute;top:-150%;left:50%;transform:translateX(-50%);background-color:#313131;padding:6px 10px;border-radius:12px;min-width:300px;max-width:500px;width:-moz-fit-content;width:fit-content;box-shadow:0 2px 8px rgba(0,0,0,.12);z-index:10;opacity:.8}.c-tooltip__block label{color:#f4f4f4}@keyframes genwave-spin{to{transform:rotate(1turn)}}