.app{-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-direction:column;width:100vw;height:100svh;display:flex;overflow:hidden}.app .content{background:#fff;flex-direction:column;align-items:center;height:calc(100svh - 9vh);display:flex;overflow-x:hidden;overflow-y:scroll}.app .content .content-wrapper{width:100%;max-width:1000px;height:100%;padding:15px}.app .content textarea.home-prompt{opacity:.8;background-color:#eee;border:1px solid #f3f4ff;border-radius:20px;width:100%;padding:20px;scale:.97;box-shadow:0 3px 7px rgba(0,0,0,.02)}.app .content textarea.home-prompt:hover{scale:.98}.app .content textarea.home-prompt:focus{opacity:1;background-color:#fff;border:1px solid #c9cdff;scale:1;box-shadow:0 3px 10px rgba(3,0,153,.22)}.htv{justify-content:center;align-items:center;width:100%;height:-moz-fit-content;height:fit-content;display:flex}.htv.align-start{align-items:start}.htv.align-center{align-items:center}.htv.align-end{align-items:end}.htv.justify-start{justify-content:start}.htv.justify-center{justify-content:center}.htv.justify-end{justify-content:end}@media screen and (max-width:1000px){.htv{flex-direction:column;justify-content:start;align-items:center;width:100%;height:-moz-fit-content;height:fit-content;display:flex}}.htv.gap-1{gap:1px}.htv.gap-2{gap:2px}.htv.gap-3{gap:3px}.htv.gap-4{gap:4px}.htv.gap-5{gap:5px}.htv.gap-6{gap:6px}.htv.gap-7{gap:7px}.htv.gap-8{gap:8px}.htv.gap-9{gap:9px}.htv.gap-10{gap:10px}.htv.gap-15{gap:15px}.htv.gap-20{gap:20px}.htv.gap-30{gap:30px}.htv.gap-40{gap:40px}.htv.gap-45{gap:45px}.app .add-payment-input{caret-color:transparent;border:none;outline:none;position:relative}.app .add-payment-input:after{content:"";background:#000;width:3px;height:100%;animation:1s step-end infinite blink;position:absolute;top:0;right:-3px}@keyframes blink{50%{opacity:0}}.markdown-editor-class{outline:none;height:100%;width:100%!important;font-family:Inter!important}.markdown-editor-class .markdown-editor-contenteditable img{object-fit:cover;border-radius:12px;width:100%;max-width:500px;height:auto}.markdown-editor-contenteditable{outline:none;width:100%!important;height:-moz-fit-content!important;height:fit-content!important;min-height:50vh!important;font-family:Inter!important}.markdown-editor-contenteditable ul{margin-left:20px!important}.markdown-editor-contenteditable p,.markdown-editor-contenteditable ul,.markdown-editor-contenteditable ol,.markdown-editor-contenteditable h1,.markdown-editor-contenteditable h2,.markdown-editor-contenteditable h3{margin-bottom:.8rem}.markdown-editor-contenteditable ul li{margin-bottom:.5rem}
