.UI_input{width:auto!important;padding:10px;background:transparent;font-size:14px;line-height:1;width:100%!important;border-radius:10px}.light .UI_input{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .UI_input{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .UI_input{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .UI_input{color:#eee;color:var(--theme-dark-textColor,#eee)}.UI_input:focus{outline:none}.textAreaUI{font-size:14px;line-height:1;max-width:80vw;width:100%;height:100px;border:0;border-radius:10px;background:transparent;padding:20px 20px 30px 20px}.light .textAreaUI{border:1px solid #1f2023;border:1px solid var(--theme-light-textColor,#1f2023)}.dark .textAreaUI{border:1px solid #eee;border:1px solid var(--theme-dark-textColor,#eee)}.light .textAreaUI{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark .textAreaUI{color:#eee;color:var(--theme-dark-textColor,#eee)}.textAreaUI:focus,textarea:focus{outline:none}.textInput{text-align:left;line-height:1;width:100%;border:0}.textInput:focus,textarea:focus{outline:none}.UI_button{font-size:12px;border:0;padding:12px 30px;cursor:pointer;transition:.25s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:10px}.light .UI_button{background-color:#000;background-color:var(--theme-light-UI_toolBar_iconColor,#000)}.dark .UI_button{background-color:#eee;background-color:var(--theme-dark-UI_toolBar_iconColor,#eee)}.light .UI_button{color:#e2e2e2;color:var(--theme-light-UI_window_lightBackground,#e2e2e2)}.dark .UI_button{color:#1c1c1c;color:var(--theme-dark-UI_window_lightBackground,#1c1c1c)}.UI_button.recording{opacity:1;background:red;color:#fff;border:#fff;-webkit-animation:blinker 1.5s linear infinite;animation:blinker 1.5s linear infinite}@-webkit-keyframes blinker{50%{opacity:.2}}@keyframes blinker{50%{opacity:.2}}.select-dropdown select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:10px 35px 10px 10px;font-size:12px;background:transparent;color:#1f2023;border:1px solid #1f2023;background-repeat:no-repeat;background-position:right 13px top 14px;background-size:.9375em .5625em;background-image:url("data:image/svg+xml;charset=uft8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 13'%3E%3Cpolyline fill='none' stroke='currentColor' stroke-width='3' points='1,1 11,11 21,1'/%3E%3C/svg%3E");border-radius:10px;width:100%;outline:none;cursor:pointer}.light .select-dropdown select{filter:invert(0);filter:var(--theme-light-UI_toolBar_svgIconColor,invert(0))}.dark .select-dropdown select{filter:invert(100%);filter:var(--theme-dark-UI_toolBar_svgIconColor,invert(100%))}#generatingImages{display:flex;align-items:center;justify-content:center;width:100%;height:100%;display:none}#generatingImages span{display:block;margin-left:10px}#helloWorld{width:100vw;height:100vh;display:flex;font-size:14px}#helloWorld #resultsContainer,#helloWorld #sketchCanvas{width:50vw;height:100vh}#helloWorld #resultsContainer{display:block}#helloWorld #resultsContainer img{width:calc(50% - 4px);height:auto;border:2px solid #ecf2f7}#helloWorld #resultsContainer img:hover{border:2px solid #000}#helloWorld #UI_gptResult{margin-top:50px}#helloWorld #UI_gptResultArea div{font-weight:700;margin-bottom:20px}#helloWorld #UI{box-shadow:-3px 0 46px 9px rgba(0,0,0,.05);border-radius:50px;width:50vw;height:100vh;margin-left:auto}#helloWorld #UI #UI_content{margin-top:60px;padding:30px}#helloWorld #UI #UI_content #UI_inputArea{display:flex}#helloWorld #UI #UI_content h4{width:100%;border-bottom:1px solid #000;margin-bottom:30px}#helloWorld #UI #UI_content img{max-height:200px}#AI_response{position:absolute;top:0;left:0}#AI_responseContent{width:90vw;height:80vh;margin:10vh 0 0 5vw;font-size:18px}.light #AI_responseContent{color:#1f2023;color:var(--theme-light-textColor,#1f2023)}.dark #AI_responseContent{color:#eee;color:var(--theme-dark-textColor,#eee)}#AI_prompt{position:absolute;top:0;left:0;z-index:0}#AI_prompt_container{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}#AI_prompt_container button{margin-left:20px;height:50px}.section .section_number{font-size:70px;margin-right:30px}#generatingPrompt{margin-top:30px;display:none;align-items:center}#generatingPrompt span{display:block;margin-left:10px}.spinner{width:56px;height:56px;display:grid;-webkit-animation:spinner-plncf9 4s infinite;animation:spinner-plncf9 4s infinite}.spinner:after,.spinner:before{content:"";grid-area:1/1;border:9px solid;border-radius:50%;border-color:#000 #000 transparent transparent;mix-blend-mode:darken;-webkit-animation:spinner-plncf9 1s linear infinite;animation:spinner-plncf9 1s linear infinite}.spinner:after{border-color:transparent transparent #dbdcef #dbdcef;animation-direction:reverse}@-webkit-keyframes spinner-plncf9{to{transform:rotate(1turn)}}@keyframes spinner-plncf9{to{transform:rotate(1turn)}}#UI_optionArea{margin-top:20px;display:flex}.UI_option{width:100%}