ZarkLngeW yanglinshu commited on
Commit
e287291
1 Parent(s): f1ee449

deploy (#2)

Browse files

- Deploy to deemos technology (6cc0b867ed763335aff16bcd9db2c34b9503db9f)


Co-authored-by: Linshu Yang <yanglinshu@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +4 -5
  2. asset-manifest.json +15 -0
  3. assets/env/lapa_4k_panorama_irradiance.hdr +0 -0
  4. assets/env/lapa_4k_panorama_specular.hdr +0 -0
  5. assets/env/sunset.exr +0 -0
  6. assets/fonts/courbd.ttf +0 -0
  7. assets/juanfu/at.png +0 -0
  8. assets/juanfu/exported_vs_pca.obj +0 -0
  9. assets/juanfu/exported_vs_pca_dis.obj +0 -0
  10. assets/juanfu/exported_vs_pca_dis_vn.obj +0 -0
  11. assets/juanfu/interior.exr +0 -0
  12. assets/juanfu/roughness-detail.jpg +0 -0
  13. assets/juanfu/sunset.exr +0 -0
  14. deemos-dark.png +0 -0
  15. deemos.png +0 -0
  16. favicon.ico +0 -0
  17. index.html +1 -19
  18. logo192.png +0 -0
  19. logo512.png +0 -0
  20. manifest.json +25 -0
  21. next.svg +1 -0
  22. robots.txt +3 -0
  23. static/css/main.00b240c1.css +2 -0
  24. static/css/main.00b240c1.css.map +1 -0
  25. static/css/main.629d4bc9.css +2 -0
  26. static/css/main.629d4bc9.css.map +1 -0
  27. static/css/main.8f423c0c.css +2 -0
  28. static/css/main.8f423c0c.css.map +1 -0
  29. static/css/main.a47c5861.css +2 -0
  30. static/css/main.a47c5861.css.map +1 -0
  31. static/css/main.c3ba8e7a.css +2 -0
  32. static/css/main.c3ba8e7a.css.map +1 -0
  33. static/css/main.c638cbcc.css +2 -0
  34. static/css/main.c638cbcc.css.map +1 -0
  35. static/css/main.d78a808e.css +2 -0
  36. static/css/main.d78a808e.css.map +1 -0
  37. static/css/main.eeca761a.css +2 -0
  38. static/css/main.eeca761a.css.map +1 -0
  39. static/js/main.0baa36c9.js +0 -0
  40. static/js/main.0baa36c9.js.LICENSE.txt +99 -0
  41. static/js/main.0baa36c9.js.map +0 -0
  42. static/js/main.0d945c8f.js +0 -0
  43. static/js/main.0d945c8f.js.LICENSE.txt +99 -0
  44. static/js/main.0d945c8f.js.map +0 -0
  45. static/js/main.1b1ee80c.js +0 -0
  46. static/js/main.1b1ee80c.js.LICENSE.txt +99 -0
  47. static/js/main.1b1ee80c.js.map +0 -0
  48. static/js/main.1c320b3e.js +0 -0
  49. static/js/main.1c320b3e.js.LICENSE.txt +99 -0
  50. static/js/main.1c320b3e.js.map +0 -0
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
- title: ChatAvatar
3
- emoji: 💩💩
4
- colorFrom: green
5
- colorTo: indigo
6
  sdk: static
7
  pinned: false
8
- license: openrail
9
  ---
10
 
11
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: Hyperhuman Hf
3
+ emoji:
4
+ colorFrom: indigo
5
+ colorTo: pink
6
  sdk: static
7
  pinned: false
 
8
  ---
9
 
10
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
asset-manifest.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "files": {
3
+ "main.css": "/static/css/main.c638cbcc.css",
4
+ "main.js": "/static/js/main.2966234b.js",
5
+ "static/media/background.png": "/static/media/background.96fec85f8e4b2d4e351d.png",
6
+ "static/media/deemos.png": "/static/media/deemos.685b411a43a5536d3dd5.png",
7
+ "index.html": "/index.html",
8
+ "main.c638cbcc.css.map": "/static/css/main.c638cbcc.css.map",
9
+ "main.2966234b.js.map": "/static/js/main.2966234b.js.map"
10
+ },
11
+ "entrypoints": [
12
+ "static/css/main.c638cbcc.css",
13
+ "static/js/main.2966234b.js"
14
+ ]
15
+ }
assets/env/lapa_4k_panorama_irradiance.hdr ADDED
Binary file (93.4 kB). View file
 
assets/env/lapa_4k_panorama_specular.hdr ADDED
Binary file (318 kB). View file
 
assets/env/sunset.exr ADDED
assets/fonts/courbd.ttf ADDED
Binary file (710 kB). View file
 
assets/juanfu/at.png ADDED
assets/juanfu/exported_vs_pca.obj ADDED
The diff for this file is too large to render. See raw diff
 
assets/juanfu/exported_vs_pca_dis.obj ADDED
The diff for this file is too large to render. See raw diff
 
assets/juanfu/exported_vs_pca_dis_vn.obj ADDED
The diff for this file is too large to render. See raw diff
 
assets/juanfu/interior.exr ADDED
assets/juanfu/roughness-detail.jpg ADDED
assets/juanfu/sunset.exr ADDED
deemos-dark.png ADDED
deemos.png ADDED
favicon.ico ADDED
index.html CHANGED
@@ -1,19 +1 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
1
+ <!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="DreamFace"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>DreamFace</title><script defer="defer" src="/static/js/main.2966234b.js"></script><link href="/static/css/main.c638cbcc.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
logo192.png ADDED
logo512.png ADDED
manifest.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "short_name": "DreamFace",
3
+ "name": "DreamFace",
4
+ "icons": [
5
+ {
6
+ "src": "favicon.ico",
7
+ "sizes": "64x64 32x32 24x24 16x16",
8
+ "type": "image/x-icon"
9
+ },
10
+ {
11
+ "src": "logo192.png",
12
+ "type": "image/png",
13
+ "sizes": "192x192"
14
+ },
15
+ {
16
+ "src": "logo512.png",
17
+ "type": "image/png",
18
+ "sizes": "512x512"
19
+ }
20
+ ],
21
+ "start_url": ".",
22
+ "display": "standalone",
23
+ "theme_color": "#000000",
24
+ "background_color": "#ffffff"
25
+ }
next.svg ADDED
robots.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # https://www.robotstxt.org/robotstxt.html
2
+ User-agent: *
3
+ Disallow:
static/css/main.00b240c1.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);display:flex;justify-content:space-between;padding:32px 16px 16px;text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:4rem;padding:0 1.25rem;width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:space-between;max-height:100vh;max-width:calc(1600px + 9rem)}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);justify-content:center;width:50%;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;flex-flow:column;height:100%;width:100%}.result_colHead__k0Mk-{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;flex:0 1 auto;margin-top:1rem;padding:8px}.result_colInner__9FccK{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);flex-wrap:wrap;gap:1px;margin-bottom:1rem;overflow:hidden;padding:10px 12px}.result_colDetail__jggqg,.result_colInner__9FccK{align-items:center;flex-direction:column;justify-content:flex-start}.result_colDetail__jggqg{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;display:flex;flex:1 1 auto;margin-top:1rem;padding:8px 8px 24px}.result_colContent__FYZno{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:100%;width:100%}.result_colTitle__R8k\+A{align-items:flex-end;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.2rem;margin-bottom:8px;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 0 0 3px transparent,inset 0 2px 4px 0 rgba(0,0,0,.05);color:#1f2937;display:block;font-size:14px;height:42px;line-height:1.4;outline:none!important;padding:10px;position:relative;width:100%}.result_iptArea__23TZc:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #dfedfe,inset 0 2px 4px 0 transparent}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_clearBtn__r6e0y{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_clearBtn__r6e0y:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_btnCon__LEoi5{display:flex;justify-content:space-between}.result_generateBtn__UGmBG{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtn__UGmBG:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;height:100%;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.result_loadingCon__XVvXD,.result_progressCon__O57XA{font-size:14px;position:absolute;top:calc(50% - 10px)}.result_loadingCon__XVvXD{z-index:-111}.result_icon__dFKnM{height:20px;position:absolute;top:calc(50% - 10px)}.welcome_con__o1kmf{align-items:center;background:#121317;border-radius:.5rem;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:2rem;padding-top:2rem;position:relative;width:45%}.welcome_con__o1kmf>img{position:absolute;top:0;width:100%}.welcome_mainCon__H1gv\+{margin-top:.5rem;z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.00b240c1.css.map*/
static/css/main.00b240c1.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.00b240c1.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n\tpadding: 16px;\n\tpadding-top: 32px;\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: 4rem;\r\n\tpadding: 0 1.25rem;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: space-between;\r\n\talign-items: flex-start;\r\n\t/* overflow-y: auto; */\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\t/* margin-left: 0.5rem;\r\n\tmargin-right: 0.5rem; */\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\twidth: 50%;\n\t/* display: flex; */\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\t/* width: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem; */\n\twidth: 100%;\n\theight: 100%;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-flow: column;\t\n\t/* padding: 1.5rem; */\n\t/* display: flex;\n\tjustify-content: center;\n\talign-items: center; */\n}\n.colHead {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\tmargin-top: 1rem;\n\t/* height: 100%; */\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\n\n\tflex: 0 1 auto;\n}\n\n.colInner {\n\t/* height: 100%;\t */\n\t/* display: flex; */\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n flex-wrap: wrap;\n gap: 1px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n overflow: hidden;\n\n\tpadding: 10px 12px;\n\tmargin-bottom: 1rem;\n}\n\n.colDetail {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n\tmargin-top: 1rem;\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\t\n\tpadding-bottom: 24px;\n\n\tflex: 1 1 auto;\n}\n\n.colContent {\n\twidth: 100%;\n\theight: 100%;\n\n\tborder: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n}\n\n.col:first-child {\n\t/* margin-right: 1rem; */\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 0.875rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\t/* font-weight: bold; */\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 8px;\n\tcolor: #6b7280;\n\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\t/* background: transparent;\n\tcolor: var(--theme-color); */\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\t/* height: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem; */\n\n\theight: 42px;\n\n display: block;\n position: relative;\n outline: none!important;\n box-shadow: 0 0 0 3px transparent,rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: white;\n padding: 10px;\n width: 100%;\n color: #1f2937;\n font-size: 14px;\n line-height: 1.4;\t\n}\n\n.iptArea:focus {\n\tborder-color: #93c5fd;\n\tbox-shadow: 0 0 0 3px #dfedfe, transparent 0px 2px 4px 0px inset;\n}\n\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.clearBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.clearBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n\n.generateBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\theight: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\t/* position: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem; */\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n\n.progressCon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.loadingCon {\n\tz-index: -111;\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.icon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\n\theight: 20px;\n}",".con {\n\twidth: 45%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 2rem;\n\tbackground: #121317;\n\tpadding-bottom: 2rem;\n\tborder-radius: 0.5rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 100%;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n\tmargin-top: 0.5rem;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.629d4bc9.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:var(--side-gap);padding:0 var(--side-gap);width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;max-height:100vh;max-width:calc(1600px + 9rem);overflow-y:auto}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);display:flex;justify-content:center;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{align-items:center;background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;height:80vh;justify-content:center;min-height:36rem;min-width:64rem;padding:1.5rem;width:100vh}.result_col__S-fRD{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-start;position:relative;width:calc(50% - .5rem)}.result_col__S-fRD:first-child{margin-right:1rem}.result_colTitle__R8k\+A{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_btn__h5tQr:hover{background:transparent;color:var(--theme-color)}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:var(--bg-gray0-color);border-radius:var(--radius);height:12rem;margin-bottom:1rem;padding:1rem;text-align:left;width:100%}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_generateBtn__UGmBG{margin-bottom:1rem;width:100%}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;left:1rem;position:absolute;right:1rem;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.welcome_con__o1kmf{align-items:center;background:#121317;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:12rem;padding-top:4rem;position:relative;width:100%}.welcome_con__o1kmf>img{position:absolute;top:0;width:40vw}.welcome_mainCon__H1gv\+{z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.629d4bc9.css.map*/
static/css/main.629d4bc9.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.629d4bc9.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: var(--side-gap);\r\n\tpadding: 0 var(--side-gap);\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: flex-start;\r\n\talign-items: flex-start;\r\n\toverflow-y: auto;\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\tmargin-right: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\twidth: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1.5rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.col {\n\tposition: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.col:first-child {\n\tmargin-right: 1rem;\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\tbackground: transparent;\n\tcolor: var(--theme-color);\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\theight: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem;\n}\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.generateBtn {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\tposition: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem;\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n",".con {\n\twidth: 100%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 4rem;\n\tbackground: #121317;\n\tpadding-bottom: 12rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 40vw;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.8f423c0c.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-thumb{border:5px solid;border-radius:8px}::-webkit-scrollbar-corner{display:none}.root{display:flex;justify-content:center;width:100%}.container{background:#121317;height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:var(--side-gap);padding:0 var(--side-gap);width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;max-height:100vh;max-width:calc(1600px + 9rem);overflow-y:auto}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:0;width:100vw}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{align-items:center;background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;height:80vh;justify-content:center;min-height:36rem;min-width:64rem;padding:1.5rem;width:100vh}.result_col__S-fRD{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-start;position:relative;width:calc(50% - .5rem)}.result_col__S-fRD:first-child{margin-right:1rem}.result_colTitle__R8k\+A{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;height:3rem;justify-content:space-between;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_btn__h5tQr:hover{background:transparent;color:var(--theme-color)}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:var(--bg-gray0-color);border-radius:var(--radius);height:12rem;margin-bottom:1rem;padding:1rem;text-align:left;width:100%}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_generateBtn__UGmBG{margin-bottom:1rem;width:100%}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;display:flex;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;left:1rem;position:absolute;right:1rem;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.welcome_con__o1kmf{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:calc(50vh - 18rem);position:relative;width:100%}.welcome_con__o1kmf>img{position:absolute;top:4rem;width:50vw}.welcome_mainCon__H1gv\+{z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem;margin-bottom:1.5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.8f423c0c.css.map*/
static/css/main.8f423c0c.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.8f423c0c.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n::-webkit-scrollbar {\n\twidth: 16px;\n\theight: 16px;\n}\n::-webkit-scrollbar-thumb {\n\t/* background-color: rgba(255, 255, 255, 0.2); */\n\tborder-radius: 8px;\n\tborder: 5px solid;\n\t/* border-color: #121317; */\n}\n::-webkit-scrollbar-corner {\n\tdisplay: none;\n}\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n background: #121317;\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: var(--side-gap);\r\n\tpadding: 0 var(--side-gap);\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: flex-start;\r\n\talign-items: flex-start;\r\n\toverflow-y: auto;\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\tmargin-right: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\tposition: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* overflow: hidden; */\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\twidth: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1.5rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.col {\n\tposition: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.col:first-child {\n\tmargin-right: 1rem;\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\theight: 3rem;\n\tfont-weight: bold;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\tbackground: transparent;\n\tcolor: var(--theme-color);\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\theight: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem;\n}\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.generateBtn {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\tposition: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem;\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n",".con {\n\twidth: 100%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: calc(50vh - 18rem);\n\t\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 4rem;\n\t/* left: 20vw; */\n\twidth: 50vw;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\tmargin-bottom: 1.5rem;\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.a47c5861.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{height:16px;width:16px}::-webkit-scrollbar-thumb{border:5px solid;border-radius:8px}::-webkit-scrollbar-corner{display:none}.root{display:flex;justify-content:center;width:100%}.container{background:#121317;height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:var(--side-gap);padding:0 var(--side-gap);width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;max-height:100vh;max-width:calc(1600px + 9rem);overflow-y:auto}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:0;width:100vw}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{align-items:center;background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;height:80vh;justify-content:center;min-height:36rem;min-width:64rem;padding:1.5rem;width:100vh}.result_col__S-fRD{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-start;position:relative;width:calc(50% - .5rem)}.result_col__S-fRD:first-child{margin-right:1rem}.result_colTitle__R8k\+A{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;height:3rem;justify-content:space-between;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_btn__h5tQr:hover{background:transparent;color:var(--theme-color)}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:var(--bg-gray0-color);border-radius:var(--radius);height:12rem;margin-bottom:1rem;padding:1rem;text-align:left;width:100%}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_generateBtn__UGmBG{margin-bottom:1rem;width:100%}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;height:3rem;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;left:1rem;position:absolute;right:1rem;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.welcome_con__o1kmf{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding-top:calc(50vh - 18rem);position:relative;width:100%}.welcome_con__o1kmf>img{position:absolute;top:4rem;width:50vw}.welcome_mainCon__H1gv\+{z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem;margin-bottom:1.5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.a47c5861.css.map*/
static/css/main.a47c5861.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.a47c5861.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n::-webkit-scrollbar {\n\twidth: 16px;\n\theight: 16px;\n}\n::-webkit-scrollbar-thumb {\n\t/* background-color: rgba(255, 255, 255, 0.2); */\n\tborder-radius: 8px;\n\tborder: 5px solid;\n\t/* border-color: #121317; */\n}\n::-webkit-scrollbar-corner {\n\tdisplay: none;\n}\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n background: #121317;\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: var(--side-gap);\r\n\tpadding: 0 var(--side-gap);\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: flex-start;\r\n\talign-items: flex-start;\r\n\toverflow-y: auto;\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\tmargin-right: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\tposition: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* overflow: hidden; */\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\twidth: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1.5rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.col {\n\tposition: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.col:first-child {\n\tmargin-right: 1rem;\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\theight: 3rem;\n\tfont-weight: bold;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\tbackground: transparent;\n\tcolor: var(--theme-color);\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\theight: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem;\n}\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.generateBtn {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\theight: 3rem;\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\tposition: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem;\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n",".con {\n\twidth: 100%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: calc(50vh - 18rem);\n\t\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 4rem;\n\t/* left: 20vw; */\n\twidth: 50vw;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\tmargin-bottom: 1.5rem;\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.c3ba8e7a.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:var(--side-gap);padding:0 var(--side-gap);width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;max-height:100vh;max-width:calc(1600px + 9rem);overflow-y:auto}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;margin-right:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);display:flex;justify-content:center;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{align-items:center;background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;height:80vh;justify-content:center;min-height:36rem;min-width:64rem;padding:1.5rem;width:100vh}.result_col__S-fRD{align-items:center;display:flex;flex-direction:column;flex-shrink:0;height:100%;justify-content:flex-start;position:relative;width:calc(50% - .5rem)}.result_col__S-fRD:first-child{margin-right:1rem}.result_colTitle__R8k\+A{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:space-between;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_btn__h5tQr:hover{background:transparent;color:var(--theme-color)}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:var(--bg-gray0-color);border-radius:var(--radius);height:12rem;margin-bottom:1rem;padding:1rem;text-align:left;width:100%}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_generateBtn__UGmBG{margin-bottom:1rem;width:100%}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;bottom:1rem;display:flex;flex-direction:column;justify-content:flex-end;left:1rem;position:absolute;right:1rem;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.welcome_con__o1kmf{align-items:center;background:#121317;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:2rem;padding-top:2rem;position:relative;width:100%}.welcome_con__o1kmf>img{position:absolute;top:0;width:40vw}.welcome_mainCon__H1gv\+{z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.c3ba8e7a.css.map*/
static/css/main.c3ba8e7a.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.c3ba8e7a.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: var(--side-gap);\r\n\tpadding: 0 var(--side-gap);\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: flex-start;\r\n\talign-items: flex-start;\r\n\toverflow-y: auto;\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\tmargin-right: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\twidth: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1.5rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.col {\n\tposition: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0;\n\theight: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.col:first-child {\n\tmargin-right: 1rem;\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\tbackground: transparent;\n\tcolor: var(--theme-color);\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\theight: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem;\n}\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.generateBtn {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\tposition: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem;\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n",".con {\n\twidth: 100%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 2rem;\n\tbackground: #121317;\n\tpadding-bottom: 2rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 40vw;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.c638cbcc.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);display:flex;justify-content:space-between;padding:16px;text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:3rem;padding:0 1.25rem;width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:space-between;max-height:100vh;max-width:calc(1600px + 9rem)}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);justify-content:center;width:50%;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;flex-flow:column;height:100%;width:100%}.result_colHead__k0Mk-{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;flex:0 1 auto;padding:8px}.result_colInner__9FccK{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);flex-wrap:wrap;gap:1px;margin-bottom:1rem;overflow:hidden;padding:10px 12px}.result_colDetail__jggqg,.result_colInner__9FccK{align-items:center;flex-direction:column;justify-content:flex-start}.result_colDetail__jggqg{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;display:flex;flex:1 1 auto;margin-top:1rem;padding:8px 8px 24px}.result_colContent__FYZno{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:100%;width:100%}.result_colTitle__R8k\+A{align-items:flex-end;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.2rem;margin-bottom:8px;width:100%}.result_passwordCon__OjFSI{border-top:1px solid #e5e7eb;padding:8px 12px 2px}.result_emailCon__eEqXk{padding-bottom:10px;padding-left:12px;padding-right:12px}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 0 0 3px transparent,inset 0 2px 4px 0 rgba(0,0,0,.05);color:#1f2937;display:block;font-size:14px;height:42px;line-height:1.4;outline:none!important;padding:10px;position:relative;width:100%}.result_iptArea__23TZc:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #dfedfe,inset 0 2px 4px 0 transparent}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_clearBtn__r6e0y{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_clearBtn__r6e0y:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_clearBtnLogin__LOsgV{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:700;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_inputError__qtPTq{border-color:#f56565;box-shadow:0 0 0 3px #fed7d7,inset 0 2px 4px 0 transparent}.result_clearBtnLogin__LOsgV:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_btnCon__LEoi5{display:flex;justify-content:space-between}.result_generateBtn__UGmBG{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtn__UGmBG:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_generateBtnLogin__nkLOj{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:700;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtnLogin__nkLOj:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;height:100%;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;height:100%;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.result_loadingCon__XVvXD,.result_progressCon__O57XA{font-size:14px;position:absolute;top:calc(50% - 10px)}.result_loadingCon__XVvXD{z-index:-111}.result_icon__dFKnM{height:20px;position:absolute;top:calc(50% - 10px)}.result_hideModel__3phD0{display:none}.result_descriptionLogin__xi7Yx{text-align:start}.welcome_con__o1kmf{align-items:center;background:#121317;border-radius:.5rem;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:1rem;padding-top:2rem;position:relative;width:45%}.welcome_con__o1kmf>img{position:absolute;top:0;width:100%}.welcome_mainCon__H1gv\+{margin-top:.5rem;z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.c638cbcc.css.map*/
static/css/main.c638cbcc.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.c638cbcc.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n\tpadding: 16px;\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: 3rem;\r\n\tpadding: 0 1.25rem;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: space-between;\r\n\talign-items: flex-start;\r\n\t/* overflow-y: auto; */\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\t/* margin-left: 0.5rem;\r\n\tmargin-right: 0.5rem; */\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\twidth: 50%;\n\t/* display: flex; */\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\t/* width: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem; */\n\twidth: 100%;\n\theight: 100%;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-flow: column;\t\n\t/* padding: 1.5rem; */\n\t/* display: flex;\n\tjustify-content: center;\n\talign-items: center; */\n}\n.colHead {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\t/* margin-top: 1rem; */\n\t/* height: 100%; */\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\n\n\tflex: 0 1 auto;\n}\n\n.colInner {\n\t/* height: 100%;\t */\n\t/* display: flex; */\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n flex-wrap: wrap;\n gap: 1px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n overflow: hidden;\n\n\tpadding: 10px 12px;\n\tmargin-bottom: 1rem;\n}\n\n.colDetail {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n\tmargin-top: 1rem;\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\t\n\tpadding-bottom: 24px;\n\n\tflex: 1 1 auto;\n}\n\n.colContent {\n\twidth: 100%;\n\theight: 100%;\n\n\tborder: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n}\n\n.col:first-child {\n\t/* margin-right: 1rem; */\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 0.875rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\t/* font-weight: bold; */\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 8px;\n\tcolor: #6b7280;\n\n}\n\n.passwordCon {\n\tborder-top: #e5e7eb solid 1px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tpadding-top: 8px;\n\tpadding-bottom: 2px;\n}\n\n.emailCon {\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tpadding-bottom: 10px;\n}\n\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\t/* background: transparent;\n\tcolor: var(--theme-color); */\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\t/* height: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem; */\n\n\theight: 42px;\n\n display: block;\n position: relative;\n outline: none!important;\n box-shadow: 0 0 0 3px transparent,rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: white;\n padding: 10px;\n width: 100%;\n color: #1f2937;\n font-size: 14px;\n line-height: 1.4;\t\n}\n\n.iptArea:focus {\n\tborder-color: #93c5fd;\n\tbox-shadow: 0 0 0 3px #dfedfe, transparent 0px 2px 4px 0px inset;\n}\n\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.clearBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.clearBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.clearBtnLogin {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n\tfont-weight: bold;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.inputError {\n\tborder-color: #f56565;\n\tbox-shadow: 0 0 0 3px #fed7d7, transparent 0px 2px 4px 0px inset;\n}\n\n.clearBtnLogin:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n\n.generateBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n\n.generateBtnLogin {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: bold;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtnLogin:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n\n.candidateCon {\n\theight: 100%;\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\t/* width: 100%; */\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\theight: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\t/* position: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem; */\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n\n.progressCon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.loadingCon {\n\tz-index: -111;\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.icon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\n\theight: 20px;\n}\n\n.hideModel {\n\tdisplay: none;\n}\n\n.descriptionLogin {\n\ttext-align: start;\n}",".con {\n\twidth: 45%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 2rem;\n\tbackground: #121317;\n\tpadding-bottom: 1rem;\n\tborder-radius: 0.5rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 100%;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n\tmargin-top: 0.5rem;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.d78a808e.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);display:flex;justify-content:space-between;padding:32px 16px 16px;text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:4rem;padding:0 1.25rem;width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:space-between;max-height:100vh;max-width:calc(1600px + 9rem)}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);justify-content:center;width:50%;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;flex-flow:column;height:100%;width:100%}.result_colHead__k0Mk-{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;flex:0 1 auto;padding:8px}.result_colInner__9FccK{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);flex-wrap:wrap;gap:1px;margin-bottom:1rem;overflow:hidden;padding:10px 12px}.result_colDetail__jggqg,.result_colInner__9FccK{align-items:center;flex-direction:column;justify-content:flex-start}.result_colDetail__jggqg{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;display:flex;flex:1 1 auto;margin-top:1rem;padding:8px 8px 24px}.result_colContent__FYZno{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:100%;width:100%}.result_colTitle__R8k\+A{align-items:flex-end;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.2rem;margin-bottom:8px;width:100%}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 0 0 3px transparent,inset 0 2px 4px 0 rgba(0,0,0,.05);color:#1f2937;display:block;font-size:14px;height:42px;line-height:1.4;outline:none!important;padding:10px;position:relative;width:100%}.result_iptArea__23TZc:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #dfedfe,inset 0 2px 4px 0 transparent}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_clearBtn__r6e0y{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_clearBtn__r6e0y:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_btnCon__LEoi5{display:flex;justify-content:space-between}.result_generateBtn__UGmBG{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtn__UGmBG:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem;width:100%}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;height:100%;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.result_loadingCon__XVvXD,.result_progressCon__O57XA{font-size:14px;position:absolute;top:calc(50% - 10px)}.result_loadingCon__XVvXD{z-index:-111}.result_icon__dFKnM{height:20px;position:absolute;top:calc(50% - 10px)}.welcome_con__o1kmf{align-items:center;background:#121317;border-radius:.5rem;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:2rem;padding-top:2rem;position:relative;width:45%}.welcome_con__o1kmf>img{position:absolute;top:0;width:100%}.welcome_mainCon__H1gv\+{margin-top:.5rem;z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.d78a808e.css.map*/
static/css/main.d78a808e.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.d78a808e.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n\tpadding: 16px;\n\tpadding-top: 32px;\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: 4rem;\r\n\tpadding: 0 1.25rem;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: space-between;\r\n\talign-items: flex-start;\r\n\t/* overflow-y: auto; */\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\t/* margin-left: 0.5rem;\r\n\tmargin-right: 0.5rem; */\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\twidth: 50%;\n\t/* display: flex; */\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\t/* width: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem; */\n\twidth: 100%;\n\theight: 100%;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-flow: column;\t\n\t/* padding: 1.5rem; */\n\t/* display: flex;\n\tjustify-content: center;\n\talign-items: center; */\n}\n.colHead {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\t/* margin-top: 1rem; */\n\t/* height: 100%; */\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\n\n\tflex: 0 1 auto;\n}\n\n.colInner {\n\t/* height: 100%;\t */\n\t/* display: flex; */\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n flex-wrap: wrap;\n gap: 1px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n overflow: hidden;\n\n\tpadding: 10px 12px;\n\tmargin-bottom: 1rem;\n}\n\n.colDetail {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n\tmargin-top: 1rem;\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\t\n\tpadding-bottom: 24px;\n\n\tflex: 1 1 auto;\n}\n\n.colContent {\n\twidth: 100%;\n\theight: 100%;\n\n\tborder: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n}\n\n.col:first-child {\n\t/* margin-right: 1rem; */\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 0.875rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\t/* font-weight: bold; */\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 8px;\n\tcolor: #6b7280;\n\n}\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\t/* background: transparent;\n\tcolor: var(--theme-color); */\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\t/* height: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem; */\n\n\theight: 42px;\n\n display: block;\n position: relative;\n outline: none!important;\n box-shadow: 0 0 0 3px transparent,rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: white;\n padding: 10px;\n width: 100%;\n color: #1f2937;\n font-size: 14px;\n line-height: 1.4;\t\n}\n\n.iptArea:focus {\n\tborder-color: #93c5fd;\n\tbox-shadow: 0 0 0 3px #dfedfe, transparent 0px 2px 4px 0px inset;\n}\n\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.clearBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.clearBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n\n.generateBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n.candidateCon {\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\twidth: 100%;\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\theight: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\t/* position: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem; */\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n\n.progressCon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.loadingCon {\n\tz-index: -111;\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.icon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\n\theight: 20px;\n}",".con {\n\twidth: 45%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 2rem;\n\tbackground: #121317;\n\tpadding-bottom: 2rem;\n\tborder-radius: 0.5rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 100%;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n\tmargin-top: 0.5rem;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/css/main.eeca761a.css ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ html{overflow-x:hidden;overflow-y:overlay}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;color:#cfcfcf;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.root{display:flex;justify-content:center;width:100%}.container{height:100vh;width:100%}.\!container{width:100%!important}@media (min-width:640px){.container{max-width:640px}.\!container{max-width:640px!important}}@media (min-width:768px){.container{max-width:768px}.\!container{max-width:768px!important}}@media (min-width:1024px){.container{max-width:1024px}.\!container{max-width:1024px!important}}@media (min-width:1280px){.container{max-width:1280px}.\!container{max-width:1280px!important}}@media (min-width:1536px){.container{max-width:1536px}.\!container{max-width:1536px!important}}.App{--theme-color:#4a00e0;--font-dark-color:#434343;--font-gray-color:#aaa;--font-light-color:#cfcfcf;--bg-light-color:#fff;--bg-gray0-color:#f8f8f8;--bg-gray1-color:#ececec;--bg-gray2-color:#7c7c7c;--bg-gray3-color:#373737;--bg-theme-color:#e7e3f1;--bg-dark-color:#121317;--side-gap:5rem;--radius:0.5rem;--shadow:-10px 0px 12px 1px hsla(0,0%,53%,.16);display:flex;justify-content:space-between;padding:16px;text-align:center}.App *{box-sizing:border-box;transition:all .3s}.App ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:1px solid transparent;color:var(--font-dark-color);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;line-height:1.5rem;outline:none;padding:0;resize:none}textarea:focus{border-color:var(--theme-color)}img{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.gallery_con__Y2mej{align-items:flex-start;display:flex;justify-content:center;margin-top:4rem;padding:0 1.25rem;width:100%}.gallery_menuCon__fVdFJ{margin-right:2rem;width:-webkit-max-content;width:max-content}.gallery_menu__U2btD{align-items:center;background-color:initial;border:2px solid transparent;border-radius:1.5rem;cursor:pointer;display:flex;height:3rem;justify-content:center;line-height:1rem;margin-bottom:1rem;text-align:center;width:6rem}.gallery_menu__U2btD.gallery_selected__T2qcs,.gallery_menu__U2btD:hover{background-color:var(--bg-gray3-color);color:#fff}.gallery_menu__U2btD.gallery_selected__T2qcs{border-color:#fff}.gallery_cardsCon__wAfcp{align-items:flex-start;display:flex;flex-grow:1;flex-shrink:1;flex-wrap:wrap;justify-content:space-between;max-height:100vh;max-width:calc(1600px + 9rem)}.gallery_cardsCon__wAfcp::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border:5px solid #121317;border-radius:8px}.gallery_card__noUoL{background-color:var(--bg-gray3-color);border-radius:var(--radius);cursor:pointer;font-size:.75rem;height:260px;margin-bottom:1rem;overflow:hidden;position:relative;width:200px}.gallery_coverImg__BYj-o,.gallery_coverImg__BYj-o img{height:100%;width:100%}.gallery_prompt__9PEmb{background-color:#f8f8f880;border-radius:var(--radius);bottom:1rem;color:var(--font-dark-color);height:0;left:1rem;overflow:hidden;padding:0 .5rem;position:absolute;right:1rem;text-align:left;white-space:pre-wrap;word-break:break-all}.gallery_prompt__9PEmb.gallery_show__c2k50{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5rem}.gallery_infoCon__E8oLy{align-items:center;bottom:1rem;color:var(--font-dark-color);display:flex;justify-content:flex-start;left:1rem;position:absolute;right:1rem}.gallery_avatar__KWBmI,.gallery_avatar__KWBmI img{border-radius:12px;height:24px;overflow:hidden;width:24px}.gallery_avatar__KWBmI{margin-right:1rem}.gallery_spaceholder__xJwYU{flex-grow:1;flex-shrink:1}.header_con__M\+u1W{align-items:center;display:flex;justify-content:center;padding:0 var(--side-gap);width:100vw}.header_header__Y7CqP{align-items:center;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;justify-content:space-between;padding:1rem 0;width:100%}.header_logoCon__MIdGL{align-items:flex-start;display:flex;height:3rem;justify-content:center}.header_logo__90zuC{height:3rem;margin-right:1rem}.header_logoCon__MIdGL>div{font-size:2rem;font-weight:700;line-height:2rem;margin-top:5px}.header_avatar__B3zXB{background:var(--bg-gray2-color);border-radius:50%;overflow:hidden}.header_avatar__B3zXB,.header_avatar__B3zXB img{height:3rem;width:3rem}.login_con__\+RJgQ{background:#000;box-shadow:-5px 0 20px 0 hsla(0,0%,100%,.2);height:100vh;padding:var(--side-gap);position:fixed;right:0;top:0;z-index:9}.login_close__JulM-{cursor:pointer;-webkit-user-select:none;user-select:none}.result_con__gHOU1{align-items:center;color:var(--font-dark-color);justify-content:center;width:50%;z-index:999}.result_con__gHOU1 *{flex-shrink:0}.result_board__PCvVJ{background-color:var(--bg-light-color);border-radius:var(--radius);display:flex;flex-flow:column;height:100%;width:100%}.result_colHead__k0Mk-{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;flex:0 1 auto;padding:8px}.result_colInner__9FccK{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);flex-wrap:wrap;gap:1px;margin-bottom:1rem;overflow:hidden;padding:10px 12px}.result_colDetail__jggqg,.result_colInner__9FccK{align-items:center;flex-direction:column;justify-content:flex-start}.result_colDetail__jggqg{background:#f9fafb;border:0 solid #e5e7eb;border-radius:8px;display:flex;flex:1 1 auto;margin-top:1rem;padding:8px 8px 24px}.result_colContent__FYZno{background:#fff;border:1px solid #e5e7eb;border-radius:8px;height:100%;width:100%}.result_colTitle__R8k\+A{align-items:flex-end;color:#6b7280;display:flex;font-size:.875rem;justify-content:space-between;line-height:1.2rem;margin-bottom:8px;width:100%}.result_passwordCon__OjFSI{border-top:1px solid #e5e7eb;padding:8px 12px 2px}.result_emailCon__eEqXk{padding-bottom:10px;padding-left:12px;padding-right:12px}.result_colTitle__R8k\+A>div{margin-bottom:.5rem}.result_colTitle__R8k\+A>div.result_restart__fLq8E{border-radius:5px;cursor:pointer;font-size:1rem;font-weight:400;margin-bottom:0;margin-left:1rem;padding:.5rem;-webkit-user-select:none;user-select:none}.result_restart__fLq8E:hover{background-color:var(--bg-gray0-color);color:var(--font-dark-color)}.result_spaceholder__GAxGZ{flex-grow:1;flex-shrink:1}.result_lang__85-De{cursor:pointer;font-weight:400;margin-right:1rem;-webkit-user-select:none;user-select:none}.result_lang__85-De.result_en__n-Jo7{margin-left:1rem;margin-right:0;width:4rem}.result_lang__85-De:hover{font-weight:700}.result_lang__85-De.result_selected__kDzD1{color:var(--font-dark-color);font-weight:700}.result_regene__yKazF{color:var(--theme-color);cursor:pointer;font-weight:400;-webkit-user-select:none;user-select:none}.result_chatCon__Hm\+zJ{background-color:var(--bg-gray0-color);border-radius:var(--radius);height:calc(100% - 4rem);padding:1rem}.result_chatCon__Hm\+zJ,.result_chatMsgCon__x8UTP{align-items:center;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;justify-content:flex-start;width:100%}.result_chatMsgCon__x8UTP{overflow-y:overlay;text-align:left}.result_chatMsgCon__x8UTP::-webkit-scrollbar-thumb{border:none;border-radius:3px}.result_chatMsgCon__x8UTP::-webkit-scrollbar{width:6px}.result_chatMsgRow__dr9Qg{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:1rem;width:100%}.result_chatMsgRow__dr9Qg.result_user__bUuRg{flex-direction:row-reverse}.result_avatar__B2zOp{background:var(--bg-gray2-color);border-radius:1.5rem;margin-left:0;margin-right:1rem;overflow:hidden}.result_avatar__B2zOp,.result_avatar__B2zOp img{height:3rem;width:3rem}.result_user__bUuRg .result_avatar__B2zOp{margin-left:1rem;margin-right:0}.result_bubble__GexXm{background:var(--bg-theme-color);border-radius:var(--radius);flex-shrink:1;line-height:1.5rem;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_bubble__GexXm.result_unactive__zyVF2{background:var(--bg-gray1-color)}.result_user__bUuRg .result_bubble__GexXm{background:var(--bg-light-color)}.result_chatIptCon__LXDF-{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.result_chatTipsCon__w4uUf{align-items:flex-end;display:flex;flex-direction:row;justify-content:flex-start;margin-top:1rem;max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%}.result_chatTipsCon__w4uUf::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_chatTips__6b9zJ{background:var(--bg-light-color);border-radius:var(--radius);cursor:pointer;margin-right:1rem;padding:1rem;text-align:left;white-space:pre-wrap;width:15.5rem;word-break:break-all}.result_chatTips__6b9zJ:last-child{margin-right:0}.result_chatRowCon__jLGk3{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin-top:1rem;width:100%}.result_iptLineCon__nLuWa{flex-grow:1;flex-shrink:1;line-height:1.5rem;margin-right:1rem;position:relative;text-align:left}.result_iptSpaceholder__hAkD5{border:1px solid transparent;max-height:calc(9rem + 2px);visibility:hidden}.result_iptSpaceholder__hAkD5,.result_ipt__tA\+g4{padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.result_ipt__tA\+g4{background:var(--bg-light-color);border-radius:var(--radius);bottom:0;left:0;overflow-y:auto;position:absolute;right:0;top:0}.result_ipt__tA\+g4::-webkit-scrollbar-thumb{border-color:var(--bg-light-color)}.result_btn__h5tQr{align-items:center;background-color:var(--theme-color);border:1px solid var(--theme-color);border-radius:1.5rem;color:#fff;cursor:pointer;display:flex;font-weight:700;height:calc(3rem - 2px);justify-content:center;line-height:1rem;padding:0 1.5rem;-webkit-user-select:none;user-select:none}.result_con__gHOU1 .result_btn__h5tQr.result_disabled__lB61-{background:var(--bg-gray2-color);border-color:var(--bg-gray2-color);color:var(--font-light-color);cursor:not-allowed}.result_iptArea__23TZc{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 0 0 3px transparent,inset 0 2px 4px 0 rgba(0,0,0,.05);color:#1f2937;display:block;font-size:14px;height:42px;line-height:1.4;outline:none!important;padding:10px;position:relative;width:100%}.result_iptArea__23TZc:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #dfedfe,inset 0 2px 4px 0 transparent}.result_iptArea__23TZc::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_clearBtn__r6e0y{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_clearBtn__r6e0y:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_clearBtnLogin__LOsgV{background:linear-gradient(to bottom right,#f3f4f6,#e5e7eb);border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:700;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_inputError__qtPTq{border-color:#f56565;box-shadow:0 0 0 3px #fed7d7,inset 0 2px 4px 0 transparent}.result_clearBtnLogin__LOsgV:hover{background:linear-gradient(to bottom right,#f3f4f6,#f3f4f6);border:1px solid #e5e7eb}.result_btnCon__LEoi5{display:flex;justify-content:space-between}.result_generateBtn__UGmBG{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:600;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtn__UGmBG:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_generateBtnLogin__nkLOj{background:linear-gradient(to bottom right,#ffedd5,#fdba74);border:1px solid #fed7aa;border-radius:8px;color:#ea580c;cursor:pointer;font-size:16px;font-weight:700;height:42px;min-width:max(160px,48%);padding:8px 16px}.result_generateBtnLogin__nkLOj:hover{background:linear-gradient(to bottom right,#ffecd3,#fed7ab);border:1px solid #ffd8b4}.result_candidateCon__x9kyB{align-items:flex-start;background-color:var(--bg-gray0-color);border-radius:var(--radius);display:flex;flex-direction:row;flex-grow:1;flex-shrink:1;height:100%;justify-content:space-between;overflow-y:overlay;padding:1rem;position:relative;width:100%}.result_candidateCon__x9kyB::-webkit-scrollbar-thumb{border-color:var(--bg-gray0-color)}.result_candidateCol__eoHna{margin-right:1rem;position:relative;width:calc(33.33333% - .66667rem)}.result_candidateCol__eoHna:last-child{margin-right:0}.result_candidateCol__eoHna img{border-radius:var(--radius);cursor:pointer;margin-bottom:1rem}.result_creatorCon__tIm3e{align-items:flex-end;color:var(--font-gray-color);display:flex;font-size:1.2rem;font-weight:700;justify-content:flex-start;line-height:1.2rem;margin-bottom:1rem;width:100%}.result_creatorInfoCon__pET8h{text-align:left}.result_creatorName__VLTXL{color:var(--font-dark-color);font-size:1.2rem;font-weight:700;line-height:1.8rem}.result_creatorInfo__CkbWU{color:var(--font-gray-color);font-size:1rem;line-height:1.2rem}.result_modelView__Y25w5{background:var(--bg-gray0-color);border-radius:var(--radius);flex-grow:1;flex-shrink:1;height:100%;overflow:hidden;width:100%}.result_modelInfoCon__bXw5O{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;text-align:left}.result_progressInfo__g9iwR{margin-bottom:.5rem;width:100%}.result_progressTrack__I6zDn{background:var(--bg-light-color);border-radius:2px;height:4px;position:relative;width:100%}.result_progressThumb__mbBQj{background-color:var(--theme-color);border-radius:2px;height:4px;left:0;position:absolute;top:0}.result_modelPrompt__DzUbD{background:var(--bg-light-color);border-radius:var(--radius);margin-top:1rem;min-height:3rem;padding:1rem;width:100%}.result_loadingCon__XVvXD,.result_progressCon__O57XA{font-size:14px;position:absolute;top:calc(50% - 10px)}.result_loadingCon__XVvXD{z-index:-111}.result_icon__dFKnM{height:20px;position:absolute;top:calc(50% - 10px)}.result_hideModel__3phD0{display:none}.welcome_con__o1kmf{align-items:center;background:#121317;border-radius:.5rem;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:2rem;padding-top:2rem;position:relative;width:45%}.welcome_con__o1kmf>img{position:absolute;top:0;width:100%}.welcome_mainCon__H1gv\+{margin-top:.5rem;z-index:999}.welcome_title__Gd8m4{color:#fff;font-family:Courier New;font-size:5rem;font-weight:700;line-height:5rem}.welcome_ioCon__PQZXU{background-color:#fff;border-radius:1rem;border-style:solid;margin-left:8rem;margin-right:8rem;margin-top:24rem;padding:2rem;width:calc(100% - 16rem)}.welcome_iptCon__KpWEL{align-items:center;background:#ededf2;border-radius:1rem;display:flex;height:4rem;justify-content:space-between;margin-bottom:2rem;width:100%}.welcome_iptCon__KpWEL>img{height:2rem;margin-right:1rem;position:static;width:2rem}.welcome_ipt__ayi9Z{background:#ededf2;border:none;border-radius:1rem;color:var(--font-dark-color);flex-grow:1;font-size:1rem;height:100%;outline:none;padding:0 2rem}.welcome_ipt__ayi9Z::-webkit-input-placeholder{font-size:1rem}.welcome_ipt__ayi9Z::placeholder{font-size:1rem}.welcome_btnCon__Mx-ta,.welcome_btn__jCuoG{align-items:center;display:flex;justify-content:center}.welcome_btn__jCuoG{border:1px solid #8f8f8f;border-radius:1rem;cursor:pointer;height:3rem;line-height:1rem;-webkit-user-select:none;user-select:none;width:100%}.welcome_btn__jCuoG:last-child{background:#4a00e0;border:none;font-weight:700}.welcome_btn__jCuoG.welcome_disabled__pcSzv{cursor:not-allowed}.welcome_btn__jCuoG:hover{color:#fff}
2
+ /*# sourceMappingURL=main.eeca761a.css.map*/
static/css/main.eeca761a.css.map ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":3,"file":"static/css/main.eeca761a.css","mappings":"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","sources":["index.css","App.css","components/Gallery/gallery.module.css","components/Header/header.module.css","components/LoginPanel/login.module.css","components/ResultBoard/result.module.css","components/Welcome/welcome.module.css"],"sourcesContent":["html {\n\toverflow-y: overlay;\n\toverflow-x: hidden;\n}\nbody {\n\tmargin: 0;\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t/* background: #121317; */\n\tcolor: #cfcfcf;\n\tbox-sizing: border-box;\n}\ncode {\n\tfont-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;\n}\n\n\n\n.root {\n\tdisplay: flex;\n\tjustify-content: center;\n width: 100%;\n}\n\n.container {\n\twidth: 100%;\n\theight: 100vh;\n /* background: #121317; */\n}\n\n.\\!container {\n width: 100%!important\n}\n\n@media (min-width: 640px) {\n .container {\n max-width:640px\n }\n\n .\\!container {\n max-width: 640px!important\n }\n}\n\n@media (min-width: 768px) {\n .container {\n max-width:768px\n }\n\n .\\!container {\n max-width: 768px!important\n }\n}\n\n@media (min-width: 1024px) {\n .container {\n max-width:1024px\n }\n\n .\\!container {\n max-width: 1024px!important\n }\n}\n\n@media (min-width: 1280px) {\n .container {\n max-width:1280px\n }\n\n .\\!container {\n max-width: 1280px!important\n }\n}\n\n@media (min-width: 1536px) {\n .container {\n max-width:1536px\n }\n\n .\\!container {\n max-width: 1536px!important\n }\n}",".App {\n\ttext-align: center;\n\t--theme-color: #4a00e0;\n\n\t--font-dark-color: rgb(67, 67, 67);\n\t--font-gray-color: #aaa;\n\t--font-light-color: #cfcfcf;\n\n\t--bg-light-color: #fff;\n\t--bg-gray0-color: #f8f8f8;\n\t--bg-gray1-color: #ececec;\n\t--bg-gray2-color: #7c7c7c;\n --bg-gray3-color: #373737;\n --bg-theme-color: #E7E3F1;\n\t--bg-dark-color: #121317;\n\n\t--side-gap: 5rem;\n\t--radius: 0.5rem;\n\t--shadow: -10px 0px 12px 1px rgba(135, 135, 135, 0.16);\n\tpadding: 16px;\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n.App * {\n\tbox-sizing: border-box;\n\ttransition: all 300ms;\n}\n\n.App *::-webkit-scrollbar-thumb {\n\tbackground-color: rgba(0, 0, 0, 0.2);\n}\n\ntextarea {\n\tfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',\n\t\t'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\tborder: 1px solid transparent;\n\tpadding: 0;\n\tcolor: var(--font-dark-color);\n\tline-height: 1.5rem;\n\tfont-size: 1rem;\n\toutline: none;\n\tresize: none;\n}\ntextarea:focus {\n\tborder-color: var(--theme-color);\n}\n\nimg {\n\tuser-select: none;\n\t-webkit-user-drag: none;\n}\n",".con {\r\n\twidth: 100%;\r\n\tmargin-top: 4rem;\r\n\tpadding: 0 1.25rem;\r\n\tdisplay: flex;\r\n\tjustify-content: center;\r\n\talign-items: flex-start;\r\n}\r\n.menuCon {\r\n\t/* display: flex; */\r\n\twidth: max-content;\r\n\tmargin-right: 2rem;\r\n}\r\n.menu {\r\n\tcursor: pointer;\r\n\theight: 3rem;\r\n\twidth: 6rem;\r\n\tborder: 2px solid;\r\n\tborder-radius: 1.5rem;\r\n\tborder-color: transparent;\r\n\tbackground-color: transparent;\r\n\ttext-align: center;\r\n\tline-height: 1rem;\r\n\tmargin-bottom: 1rem;\r\n\tdisplay: flex;\r\n\talign-items: center;\r\n\tjustify-content: center;\r\n}\r\n.menu:hover {\r\n\tcolor: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n.menu.selected {\r\n\tcolor: #fff;\r\n\tborder-color: #fff;\r\n\tbackground-color: var(--bg-gray3-color);\r\n}\r\n\r\n.cardsCon {\r\n\tflex-grow: 1;\r\n\tflex-shrink: 1;\r\n\tmax-width: calc(1600px + 9rem);\r\n\tmax-height: 100vh;\r\n\tdisplay: flex;\r\n\tflex-wrap: wrap;\r\n\tjustify-content: space-between;\r\n\talign-items: flex-start;\r\n\t/* overflow-y: auto; */\r\n}\r\n.cardsCon::-webkit-scrollbar-thumb {\r\n\tbackground-color: rgba(255, 255, 255, 0.2);\r\n\tborder-radius: 8px;\r\n\tborder: 5px solid;\r\n\tborder-color: #121317;\r\n}\r\n.card {\r\n\tposition: relative;\r\n\twidth: 200px;\r\n\theight: 260px;\r\n\t/* margin-left: 0.5rem;\r\n\tmargin-right: 0.5rem; */\r\n\tmargin-bottom: 1rem;\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: var(--bg-gray3-color);\r\n\toverflow: hidden;\r\n\tfont-size: 0.75rem;\r\n\tcursor: pointer;\r\n}\r\n.coverImg,\r\n.coverImg img {\r\n\twidth: 100%;\r\n\theight: 100%;\r\n}\r\n.prompt {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\ttext-align: left;\r\n\tpadding: 0 0.5rem;\r\n\tcolor: var(--font-dark-color);\r\n\tborder-radius: var(--radius);\r\n\tbackground-color: #f8f8f880;\r\n\tword-break: break-all;\r\n\twhite-space: pre-wrap;\r\n\toverflow: hidden;\r\n\theight: 0;\r\n}\r\n.prompt.show {\r\n\theight: fit-content;\r\n\tpadding: 0.5rem;\r\n}\r\n.infoCon {\r\n\tposition: absolute;\r\n\tbottom: 1rem;\r\n\tleft: 1rem;\r\n\tright: 1rem;\r\n\tdisplay: flex;\r\n\tjustify-content: flex-start;\r\n\talign-items: center;\r\n\tcolor: var(--font-dark-color);\r\n}\r\n.avatar,\r\n.avatar img {\r\n\twidth: 24px;\r\n\theight: 24px;\r\n\tborder-radius: 12px;\r\n\toverflow: hidden;\r\n}\r\n.avatar {\r\n\tmargin-right: 1rem;\r\n}\r\n.spaceholder {\r\n\tflex-shrink: 1;\r\n\tflex-grow: 1;\r\n}\r\n",".con {\n\twidth: 100vw;\n\tpadding: 0 var(--side-gap);\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n.header {\n\twidth: 100%;\n\tborder-bottom: 1px solid rgba(255, 255, 255, 0.1);\n\tdisplay: flex;\n\tjustify-content: space-between;\n\talign-items: center;\n\tpadding: 1rem 0;\n}\n.logoCon {\n\theight: 3rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: flex-start;\n}\n.logo {\n\theight: 3rem;\n\tmargin-right: 1rem;\n}\n.logoCon > div {\n line-height: 2rem;\n\tfont-size: 2rem;\n margin-top: 5px;\n font-weight: bold;\n}\n.avatar {\n\twidth: 3rem;\n\theight: 3rem;\n\tbackground: var(--bg-gray2-color);\n\tborder-radius: 50%;\n\toverflow: hidden;\n}\n.avatar img {\n\twidth: 3rem;\n\theight: 3rem;\n}\n",".con {\n\tposition: fixed;\n\tright: 0;\n\ttop: 0;\n\theight: 100vh;\n\tpadding: var(--side-gap);\n\tbackground: black;\n\tbox-shadow: -5px 0 20px 0 rgba(255, 255, 255, 0.2);\n z-index: 9;\n}\n.close {\n\tuser-select: none;\n\tcursor: pointer;\n}\n",".con {\n\t/* position: fixed;\n\ttop: 0;\n\twidth: 0;\n\twidth: 100vw;\n\theight: 100vh; */\n\twidth: 50%;\n\t/* display: flex; */\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: var(--font-dark-color);\n\t/* padding-top: 16rem; */\n\t/* overflow: hidden; */\n\tz-index: 999;\n}\n.con * {\n\tflex-shrink: 0;\n}\n\n.board {\n\t/* width: 100vh;\n\theight: 80vh;\n\tmin-width: 64rem;\n\tmin-height: 36rem; */\n\twidth: 100%;\n\theight: 100%;\n\tbackground-color: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-flow: column;\t\n\t/* padding: 1.5rem; */\n\t/* display: flex;\n\tjustify-content: center;\n\talign-items: center; */\n}\n.colHead {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\t/* margin-top: 1rem; */\n\t/* height: 100%; */\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\n\n\tflex: 0 1 auto;\n}\n\n.colInner {\n\t/* height: 100%;\t */\n\t/* display: flex; */\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n flex-wrap: wrap;\n gap: 1px;\n box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n overflow: hidden;\n\n\tpadding: 10px 12px;\n\tmargin-bottom: 1rem;\n}\n\n.colDetail {\n\t/* position: relative;\n\twidth: calc(50% - 0.5rem);\n\tflex-shrink: 0; */\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\n\tmargin-top: 1rem;\n\tborder: solid 0 #e5e7eb;\n\tborder-radius: 8px;\n\tbackground: #f9fafb;\n\tpadding: 8px;\t\n\tpadding-bottom: 24px;\n\n\tflex: 1 1 auto;\n}\n\n.colContent {\n\twidth: 100%;\n\theight: 100%;\n\n\tborder: 1px solid #e5e7eb;\n border-radius: 8px;\n background: #ffffff;\n}\n\n.col:first-child {\n\t/* margin-right: 1rem; */\n}\n.colTitle {\n\twidth: 100%;\n\tfont-size: 0.875rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\t/* font-weight: bold; */\n\tdisplay: flex;\n\talign-items: flex-end;\n\tjustify-content: space-between;\n\tmargin-bottom: 8px;\n\tcolor: #6b7280;\n\n}\n\n.passwordCon {\n\tborder-top: #e5e7eb solid 1px;\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tpadding-top: 8px;\n\tpadding-bottom: 2px;\n}\n\n.emailCon {\n\tpadding-left: 12px;\n\tpadding-right: 12px;\n\tpadding-bottom: 10px;\n}\n\n.colTitle > div {\n\tmargin-bottom: 0.5rem;\n}\n\n.colTitle > div.restart {\n\tmargin-bottom: 0;\n\tmargin-left: 1rem;\n\tfont-weight: 400;\n\tfont-size: 1rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tpadding: 0.5rem;\n\tborder-radius: 5px;\n}\n.restart:hover {\n\tcolor: var(--font-dark-color);\n\tbackground-color: var(--bg-gray0-color);\n}\n.spaceholder {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n}\n.lang {\n\tfont-weight: 400;\n\tcursor: pointer;\n\tuser-select: none;\n\tmargin-right: 1rem;\n}\n.lang.en {\n\twidth: 4rem;\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n.lang:hover {\n\tfont-weight: bold;\n}\n.lang.selected {\n\tcolor: var(--font-dark-color);\n\tfont-weight: bold;\n}\n.regene {\n\tcursor: pointer;\n\tuser-select: none;\n\tcolor: var(--theme-color);\n\tfont-weight: 400;\n}\n\n.chatCon {\n\tbackground-color: var(--bg-gray0-color);\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tpadding: 1rem;\n\twidth: 100%;\n\theight: calc(100% - 4rem);\n\tborder-radius: var(--radius);\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatMsgCon {\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\toverflow-y: overlay;\n\n\ttext-align: left;\n}\n.chatMsgCon::-webkit-scrollbar-thumb {\n\tborder: none;\n\tborder-radius: 3px;\n\t/* border-color: var(--bg-g\n ray0-color); */\n}\n.chatMsgCon::-webkit-scrollbar {\n\twidth: 6px;\n}\n.chatMsgRow {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-start;\n\tmargin-bottom: 1rem;\n}\n.chatMsgRow.user {\n\tflex-direction: row-reverse;\n}\n.avatar {\n\theight: 3rem;\n\twidth: 3rem;\n\tborder-radius: 1.5rem;\n\toverflow: hidden;\n\tbackground: var(--bg-gray2-color);\n\tmargin-right: 1rem;\n\tmargin-left: 0;\n}\n.avatar img {\n\theight: 3rem;\n\twidth: 3rem;\n}\n.user .avatar {\n\tmargin-left: 1rem;\n\tmargin-right: 0;\n}\n\n.bubble {\n\t/* margin: 0 1rem; */\n\tpadding: 0.75rem 1rem;\n\tline-height: 1.5rem;\n\tflex-shrink: 1;\n\tbackground: var(--bg-theme-color);\n\tborder-radius: var(--radius);\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.bubble.unactive {\n\tbackground: var(--bg-gray1-color);\n}\n.user .bubble {\n\tbackground: var(--bg-light-color);\n}\n.chatIptCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n}\n.chatTipsCon {\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\twidth: 100%;\n\tmax-width: 100%;\n\toverflow-x: auto;\n\toverflow-y: hidden;\n\tmargin-top: 1rem;\n}\n.chatTipsCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n.chatTips {\n\tpadding: 1rem;\n\twidth: 15.5rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\tcursor: pointer;\n}\n.chatTips:last-child {\n\tmargin-right: 0;\n}\n\n.chatRowCon {\n\twidth: 100%;\n\tdisplay: flex;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tmargin-top: 1rem;\n}\n\n.iptLineCon {\n\tmargin-right: 1rem;\n\ttext-align: left;\n\tline-height: 1.5rem;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\tposition: relative;\n}\n.iptSpaceholder {\n\tvisibility: hidden;\n\tpadding: 0.75rem 1rem;\n\tmax-height: calc(9rem + 2px);\n\tborder: 1px solid transparent;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n}\n.ipt {\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 0.75rem 1rem;\n\tword-break: break-all;\n\twhite-space: pre-wrap;\n\toverflow-y: auto;\n\tposition: absolute;\n\tleft: 0;\n\tright: 0;\n\ttop: 0;\n\tbottom: 0;\n}\n.ipt::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-light-color);\n}\n.btn {\n\theight: calc(3rem - 2px);\n\tline-height: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcolor: white;\n\tbackground-color: var(--theme-color);\n\tborder-radius: 1.5rem;\n\tpadding: 0 1.5rem;\n\tuser-select: none;\n\tcursor: pointer;\n\tfont-weight: bold;\n\tborder: 1px solid var(--theme-color);\n}\n.btn:hover {\n\t/* background: transparent;\n\tcolor: var(--theme-color); */\n}\n.con .btn.disabled {\n\tcursor: not-allowed;\n\tbackground: var(--bg-gray2-color);\n\tborder-color: var(--bg-gray2-color);\n\tcolor: var(--font-light-color);\n}\n.iptArea {\n\t/* height: 12rem;\n\twidth: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n\ttext-align: left;\n\tmargin-bottom: 1rem; */\n\n\theight: 42px;\n\n display: block;\n position: relative;\n outline: none!important;\n box-shadow: 0 0 0 3px transparent,rgba(0, 0, 0, 0.05) 0px 2px 4px 0px inset;\n border: 1px solid #e5e7eb;\n border-radius: 8px;\n background: white;\n padding: 10px;\n width: 100%;\n color: #1f2937;\n font-size: 14px;\n line-height: 1.4;\t\n}\n\n.iptArea:focus {\n\tborder-color: #93c5fd;\n\tbox-shadow: 0 0 0 3px #dfedfe, transparent 0px 2px 4px 0px inset;\n}\n\n.iptArea::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.clearBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.clearBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.clearBtnLogin {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n\tfont-weight: bold;\n font-size: 16px;\n border: 1px solid #e5e7eb;\n background: linear-gradient(to bottom right, #f3f4f6, #e5e7eb);\n color: #374151;\n\tmin-width: max(160px, 48%);\t\n\tcursor: pointer;\n}\n\n.inputError {\n\tborder-color: #f56565;\n\tbox-shadow: 0 0 0 3px #fed7d7, transparent 0px 2px 4px 0px inset;\n}\n\n.clearBtnLogin:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #e5e7eb;\n\tbackground: linear-gradient(to bottom right, #f3f4f6, #f3f4f6);\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: space-between;\n}\n\n.generateBtn {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: 600;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtn:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n\n.generateBtnLogin {\n\theight: 42px;\n\tborder-radius: 8px;\n padding: 8px 16px;\n font-weight: bold;\n font-size: 16px;\t\n border: 1px solid #fed7aa;\n background: linear-gradient(to bottom right, #ffedd5, #fdba74);\n color: #ea580c;\n\tmin-width: max(160px, 48%);\n\tcursor: pointer;\t\t\n}\n\n.generateBtnLogin:hover {\n\tborder: #e2e3e4 solid 1px;\n\tborder-color: #ffd8b4;\n background: linear-gradient(to bottom right, #ffecd3, #fed7ab);\t\n}\n\n.candidateCon {\n\theight: 100%;\n\twidth: 100%;\n\tflex-grow: 1;\n\tflex-shrink: 1;\n\toverflow-y: overlay;\n\n\tdisplay: flex;\n\tposition: relative;\n\tflex-direction: row;\n\tjustify-content: space-between;\n\talign-items: flex-start;\n\tpadding: 1rem;\n\tbackground-color: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n}\n.candidateCon::-webkit-scrollbar-thumb {\n\tborder-color: var(--bg-gray0-color);\n}\n\n.candidateCol {\n\tposition: relative;\n\twidth: calc((100% - 2rem) / 3);\n\tmargin-right: 1rem;\n}\n.candidateCol:last-child {\n\tmargin-right: 0;\n}\n\n.candidateCol img {\n\t/* width: 100%; */\n\tmargin-bottom: 1rem;\n\tborder-radius: var(--radius);\n\tcursor: pointer;\n}\n\n.creatorCon {\n\tdisplay: flex;\n\tjustify-content: flex-start;\n\talign-items: flex-end;\n\tmargin-bottom: 1rem;\n\twidth: 100%;\n\tfont-size: 1.2rem;\n\tline-height: 1.2rem;\n\t/* height: 3rem; */\n\tfont-weight: bold;\n\tdisplay: flex;\n\tcolor: var(--font-gray-color);\n}\n.creatorInfoCon {\n\ttext-align: left;\n}\n.creatorName {\n\tline-height: 1.8rem;\n\tfont-size: 1.2rem;\n\tfont-weight: bold;\n\tcolor: var(--font-dark-color);\n}\n.creatorInfo {\n\tline-height: 1.2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-gray-color);\n}\n.modelView {\n\tflex-shrink: 1;\n\tflex-grow: 1;\n\twidth: 100%;\n\theight: 100%;\n\tbackground: var(--bg-gray0-color);\n\tborder-radius: var(--radius);\n\toverflow: hidden;\n\tborder-radius: var(--radius);\n}\n\n.modelInfoCon {\n\t/* position: absolute;\n\tbottom: 1rem;\n\tleft: 1rem;\n\tright: 1rem; */\n\ttext-align: left;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-end;\n\talign-items: center;\n}\n.progressInfo {\n\twidth: 100%;\n\tmargin-bottom: 0.5rem;\n}\n.progressTrack {\n\twidth: 100%;\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: relative;\n\tbackground: var(--bg-light-color);\n}\n.progressThumb {\n\theight: 4px;\n\tborder-radius: 2px;\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tbackground-color: var(--theme-color);\n}\n\n.modelPrompt {\n\tmargin-top: 1rem;\n\twidth: 100%;\n\tmin-height: 3rem;\n\tbackground: var(--bg-light-color);\n\tborder-radius: var(--radius);\n\tpadding: 1rem;\n}\n\n.progressCon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.loadingCon {\n\tz-index: -111;\n\tposition: absolute;\n\ttop: calc(50% - 10px);\t\n\tfont-size: 14px;\n}\n\n.icon {\n\tposition: absolute;\n\ttop: calc(50% - 10px);\n\theight: 20px;\n}\n\n.hideModel {\n\tdisplay: none;\n}",".con {\n\twidth: 45%;\n\tposition: relative;\n\tdisplay: flex;\n\tflex-direction: column;\n\tjustify-content: flex-start;\n\talign-items: center;\n\tpadding-top: 2rem;\n\tbackground: #121317;\n\tpadding-bottom: 2rem;\n\tborder-radius: 0.5rem;\n}\n\n.con > img {\n\tposition: absolute;\n\t/* top: calc(50vh - 30rem); */\n\ttop: 0rem;\n\t/* left: 20vw; */\n\twidth: 100%;\n\t/* z-index: -1;\t */\n}\n\n.mainCon {\n\tz-index: 999;\n\tmargin-top: 0.5rem;\n}\n\n.title {\n\tfont-family: 'Courier New';\n\tfont-size: 5rem;\n\tfont-weight: bold;\n\tline-height: 5rem;\n\t/* margin-bottom: 1.5rem; */\n\tcolor: white;\n}\n\n.ioCon {\n\tmargin-top: 24rem;\n\tborder-style: solid;\n\twidth: calc(100% - 16rem);\n\tmargin-left: 8rem;\n\tmargin-right: 8rem;\n\tpadding: 2rem;\n\tbackground-color: #ffffff;\n\t/* display: flex;\n\talign-items: center;\n\tjustify-content: space-between;\t */\n\tborder-radius: 1rem;\n}\n\n.iptCon {\n\tmargin-bottom: 2rem;\n\twidth: 100%;\n\theight: 4rem;\n\tborder-radius: 1rem;\n\tbackground: #ededf2;\n\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: space-between;\n}\n.iptCon > img {\n\tposition: static;\n\theight: 2rem;\n\twidth: 2rem;\n\tmargin-right: 1rem;\n}\n.ipt {\n\toutline: none;\n\tborder: none;\n\theight: 100%;\n\tflex-grow: 1;\n\tborder-radius: 1rem;\n\tpadding: 0 2rem;\n\tfont-size: 1rem;\n\tcolor: var(--font-dark-color);\n\tbackground: #ededf2;\n}\n.ipt::placeholder {\n\tfont-size: 1rem;\n}\n\n.btnCon {\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n}\n\n.btn {\n\theight: 3rem;\n\twidth: 100%;\n\tline-height: 1rem;\n\tborder: 1px solid #8f8f8f;\n\tuser-select: none;\n\tborder-radius: 1rem;\n\tdisplay: flex;\n\tjustify-content: center;\n\talign-items: center;\n\tcursor: pointer;\n}\n.btn:last-child {\n\t/* background: linear-gradient(#4a00e0, #870000); */\n\tbackground: #4a00e0;\n\tfont-weight: bold;\n\tborder: none;\n\t/* margin-left: 3rem; */\n}\n\n.btn.disabled {\n\tcursor: not-allowed;\n}\n.btn:hover {\n\tcolor: #ffffff;\n}\n"],"names":[],"sourceRoot":""}
static/js/main.0baa36c9.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.0baa36c9.js.LICENSE.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+ Permission to use, copy, modify, and/or distribute this software for any
10
+ purpose with or without fee is hereby granted.
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */
19
+
20
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2010-2023 Three.js Authors
25
+ * SPDX-License-Identifier: MIT
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-jsx-runtime.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * scheduler.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @remix-run/router v1.3.2
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /**
80
+ * React Router DOM v6.8.1
81
+ *
82
+ * Copyright (c) Remix Software Inc.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE.md file in the root directory of this source tree.
86
+ *
87
+ * @license MIT
88
+ */
89
+
90
+ /**
91
+ * React Router v6.8.1
92
+ *
93
+ * Copyright (c) Remix Software Inc.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE.md file in the root directory of this source tree.
97
+ *
98
+ * @license MIT
99
+ */
static/js/main.0baa36c9.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.0d945c8f.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.0d945c8f.js.LICENSE.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+ Permission to use, copy, modify, and/or distribute this software for any
10
+ purpose with or without fee is hereby granted.
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */
19
+
20
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2010-2023 Three.js Authors
25
+ * SPDX-License-Identifier: MIT
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-jsx-runtime.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * scheduler.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @remix-run/router v1.3.2
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /**
80
+ * React Router DOM v6.8.1
81
+ *
82
+ * Copyright (c) Remix Software Inc.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE.md file in the root directory of this source tree.
86
+ *
87
+ * @license MIT
88
+ */
89
+
90
+ /**
91
+ * React Router v6.8.1
92
+ *
93
+ * Copyright (c) Remix Software Inc.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE.md file in the root directory of this source tree.
97
+ *
98
+ * @license MIT
99
+ */
static/js/main.0d945c8f.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.1b1ee80c.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.1b1ee80c.js.LICENSE.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+ Permission to use, copy, modify, and/or distribute this software for any
10
+ purpose with or without fee is hereby granted.
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */
19
+
20
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2010-2023 Three.js Authors
25
+ * SPDX-License-Identifier: MIT
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-jsx-runtime.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * scheduler.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @remix-run/router v1.3.2
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /**
80
+ * React Router DOM v6.8.1
81
+ *
82
+ * Copyright (c) Remix Software Inc.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE.md file in the root directory of this source tree.
86
+ *
87
+ * @license MIT
88
+ */
89
+
90
+ /**
91
+ * React Router v6.8.1
92
+ *
93
+ * Copyright (c) Remix Software Inc.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE.md file in the root directory of this source tree.
97
+ *
98
+ * @license MIT
99
+ */
static/js/main.1b1ee80c.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.1c320b3e.js ADDED
The diff for this file is too large to render. See raw diff
 
static/js/main.1c320b3e.js.LICENSE.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * html2canvas 1.4.1 <https://html2canvas.hertzen.com>
3
+ * Copyright (c) 2022 Niklas von Hertzen <https://hertzen.com>
4
+ * Released under MIT License
5
+ */
6
+
7
+ /*! *****************************************************************************
8
+ Copyright (c) Microsoft Corporation.
9
+ Permission to use, copy, modify, and/or distribute this software for any
10
+ purpose with or without fee is hereby granted.
11
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
12
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
13
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
14
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
15
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
16
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
17
+ PERFORMANCE OF THIS SOFTWARE.
18
+ ***************************************************************************** */
19
+
20
+ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2010-2023 Three.js Authors
25
+ * SPDX-License-Identifier: MIT
26
+ */
27
+
28
+ /**
29
+ * @license React
30
+ * react-dom.production.min.js
31
+ *
32
+ * Copyright (c) Facebook, Inc. and its affiliates.
33
+ *
34
+ * This source code is licensed under the MIT license found in the
35
+ * LICENSE file in the root directory of this source tree.
36
+ */
37
+
38
+ /**
39
+ * @license React
40
+ * react-jsx-runtime.production.min.js
41
+ *
42
+ * Copyright (c) Facebook, Inc. and its affiliates.
43
+ *
44
+ * This source code is licensed under the MIT license found in the
45
+ * LICENSE file in the root directory of this source tree.
46
+ */
47
+
48
+ /**
49
+ * @license React
50
+ * react.production.min.js
51
+ *
52
+ * Copyright (c) Facebook, Inc. and its affiliates.
53
+ *
54
+ * This source code is licensed under the MIT license found in the
55
+ * LICENSE file in the root directory of this source tree.
56
+ */
57
+
58
+ /**
59
+ * @license React
60
+ * scheduler.production.min.js
61
+ *
62
+ * Copyright (c) Facebook, Inc. and its affiliates.
63
+ *
64
+ * This source code is licensed under the MIT license found in the
65
+ * LICENSE file in the root directory of this source tree.
66
+ */
67
+
68
+ /**
69
+ * @remix-run/router v1.3.2
70
+ *
71
+ * Copyright (c) Remix Software Inc.
72
+ *
73
+ * This source code is licensed under the MIT license found in the
74
+ * LICENSE.md file in the root directory of this source tree.
75
+ *
76
+ * @license MIT
77
+ */
78
+
79
+ /**
80
+ * React Router DOM v6.8.1
81
+ *
82
+ * Copyright (c) Remix Software Inc.
83
+ *
84
+ * This source code is licensed under the MIT license found in the
85
+ * LICENSE.md file in the root directory of this source tree.
86
+ *
87
+ * @license MIT
88
+ */
89
+
90
+ /**
91
+ * React Router v6.8.1
92
+ *
93
+ * Copyright (c) Remix Software Inc.
94
+ *
95
+ * This source code is licensed under the MIT license found in the
96
+ * LICENSE.md file in the root directory of this source tree.
97
+ *
98
+ * @license MIT
99
+ */
static/js/main.1c320b3e.js.map ADDED
The diff for this file is too large to render. See raw diff