body{overflow-x:hidden;background-color:#e6e2da}button{cursor:pointer}.main{min-height:100vh;display:flex;flex-direction:column}.app-header{position:sticky;top:0;z-index:1;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding:0 4em 0 1em;background-color:#000}.app-logo{display:flex;margin:.5em 0}.app-logo span{margin-left:.4em;line-height:30px;font-size:1.2em;font-weight:700;color:#cfab89}.app-chat:hover{cursor:pointer;filter:brightness(1.2)}.app-body{height:100%;margin:2em 4em;flex-grow:1;display:grid;grid-template-columns:2fr 5fr;column-gap:2em}.app-left{min-width:0;width:100%;height:min-content;border-radius:5px;border:1px solid #dddddd;display:flex;flex-direction:column}.app-canvas{width:100%;background-color:#f0f0f0}.app-left-menu{display:flex;flex-direction:column}.app-left-menu-1{margin:.4em 0;height:2.5em;color:#f0f0f0;background-color:#3e3e3e}.app-left-menu-2{display:grid;column-gap:.3em;height:5em}.app-left-menu-2>div{border-radius:3px;background-color:#fff;box-shadow:0 2px 4px #32323233;display:flex;flex-direction:column;justify-content:space-between;padding:.5em 1em}.app-left-menu-2>div>div{font-weight:700;font-size:1.1em}.app-right{position:sticky;top:50px;z-index:1;height:calc(100vh - 112px);min-width:0;background-color:#f4f4f4;display:flex;overflow:hidden;flex-direction:column;border-radius:5px;border:1px solid #dddddd}.app-right-menu{height:2.5em;display:flex;justify-content:space-between;padding:0 1em;align-items:center;border-bottom:1px solid #918f8f;background-color:#dbd8d8}.app-right-edit{margin-right:.5em}.app-right-edit span{font-weight:700}.app-right-body{flex-grow:1;height:100%;overflow-y:scroll;padding:.3em;display:flex;flex-direction:column;gap:.3em}.app-right-selected-item{border:1px dashed darkgoldenrod;border-radius:3px}.app-right-default-item{border:1px solid #dddddd;border-radius:3px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.target-main{display:flex;flex-direction:column;justify-content:center;gap:.3em}.target-header{width:100%;display:flex;justify-content:space-between}.target-type{color:#a8a8a8;border-radius:.3em;border:.1em solid #a8a8a8;width:fit-content;font-size:.7em;padding:.2em .3em}.target-icon{display:flex;gap:.5em}.target-icon img{width:1em}.target-icon img:hover{cursor:pointer;opacity:.7}.target-text{display:flex;justify-content:center;gap:1em;border-radius:5px;padding:.5em 1em;box-shadow:0 2px 4px #32323233}.target-text div{justify-self:center;color:#000;font-size:1.1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.transfer-entry-main{background-color:#fff;min-height:0;border-radius:3px;display:grid;grid-template-columns:1fr 1fr 3fr;align-items:center;padding:.5em 1em .5em .5em}.transfer-entry-main>div{display:flex;justify-content:center}.transfer-entry-main:hover{box-shadow:0 2px 4px #32323233}.transfer-entry-img{padding:.3em;border-radius:5px;background-color:#f1efe7}.transfer-entry-img img{max-width:150px;max-height:200px;object-fit:contain}.transfer-entry-source{width:fit-content;border-radius:5px;border:1px solid #9d9d9d;padding:.2em 1em;box-shadow:0 2px 4px #32323233;color:#000;font-size:1.1em;font-weight:700;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}.transfer-entry-target{display:flex;flex-direction:column;gap:1.5em}.transfer-entry-target-item{height:100%;display:grid;grid-template-columns:3fr 1fr 3fr;column-gap:2em}.chatbox-back{position:fixed;left:0;top:0;width:100vw;height:100vh;z-index:2;background-color:#0000004d;display:flex;align-items:center;justify-content:center}.chatbox-card{width:40%;height:80%;background-color:#fff;border-radius:1em;box-shadow:0 2px 4px #32323233;display:flex;flex-direction:column}.chatbox-header{width:100%;box-sizing:border-box;height:3.5em;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9d9d9;padding:.2em .5em .2em 1em}.chatbox-header span{font-weight:700}.chatbox-header img:hover{cursor:pointer;border-radius:2em;opacity:.7;filter:brightness(1.2)}.chatbox-list{flex-grow:1;overflow-y:scroll;padding:.5em .7em .5em 1.2em;display:flex;flex-direction:column;gap:1em}.chatbox-input-area{width:100%;padding:0 1em .5em;display:flex;align-items:center;box-sizing:border-box;border-radius:1em}::-webkit-scrollbar{width:.5em}::-webkit-scrollbar-track{display:none;border-radius:1em}::-webkit-scrollbar-thumb{background-color:#b6b5b5;border-radius:1em}.chatbox-input-area div{flex-grow:1;border:1px solid #d9d9e3;border-radius:1.05em;overflow:hidden}.chatbox-input-area textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:none;border-radius:1.1em;outline:none;box-sizing:border-box;resize:none;font-size:14px;font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";height:calc(1.75rem + 14px);scroll-behavior:smooth;height:fit-content;overflow-y:auto;padding:.875rem 1rem}.chatbox-input-area textarea::placeholder{font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:14px}.chatbox-input-area img{margin-left:.5em;width:1.5em;height:1.5em;cursor:pointer}.chatbox-input-area img:hover{filter:brightness(.7)}.msg-main{width:100%;display:flex}.msg-content{font-size:14px;font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";line-height:18px;display:flex;flex-direction:column;gap:.6em;border-radius:1em;padding:.7em}.msg-theme-bot{margin-left:.5em;background-color:#dfab89;color:#f0f8ff}.msg-theme-user{margin-right:.5em;background-color:#f0f0f0}.msg-delete{height:1.5em;object-fit:contain;align-self:center}.msg-delete:hover{opacity:.7}.msg-del-bot{margin-left:.5em;margin-right:3.5em}.msg-del-user{margin-right:.5em;margin-left:3em}
