@import"https://fonts.cdnfonts.com/css/sf-pro-display";*{box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}#LCLD{position:absolute;right:20px;bottom:20px;z-index:10;width:clamp(60px,15vw,100px);text-decoration:none}html,body,#root{width:100%;height:100%;margin:0;padding:0;position:fixed;top:0;left:0}.content-container{position:relative;width:100%;height:100%;margin:0!important;padding:0!important}.content-embed{position:relative;background:rgb(255,255,255);border-radius:60px;width:375px;height:825px;overflow:scroll;font-family:SF Pro Display,sans-serif;font-weight:300}.content-embed:after{content:"";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:60px;box-shadow:inset 0 0 0 5px #000;pointer-events:none}canvas{position:absolute;z-index:1}.mainPage header{color:#000;position:sticky;top:5px;height:59px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:rgba(255,255,255,.7);backdrop-filter:blur(8px)}.mainPage header:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:126px;height:37px;border-radius:60px;background:rgb(0,0,0);pointer-events:none}.mainPage header .appLogo{height:22px}.mainPage header .appLogo svg{height:100%;width:auto}.mainPage main{padding:16px}.mainPage .clock{display:flex;margin-right:.5em;font-size:12px}.mainPage .clock .clock-atom{width:2ch}.appBar{margin-bottom:10px;position:sticky;top:75px;z-index:10;background:rgba(255,255,255,.7);padding-bottom:8px;backdrop-filter:blur(8px)}.appBar .avatar{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px;font-weight:300}.appBar .avatar picture{width:64px;height:64px;border-radius:50%;overflow:hidden}.appBar .avatar picture img{width:100%;height:100%;object-fit:cover}.chat .messages{display:flex;flex-direction:column}.chat .message,.chat p{--bgColor: #eee;border-radius:20px;padding:8px 15px;margin:0;display:inline-block}.chat .message[data-visible=true]+[data-visible=true],.chat p[data-visible=true]+[data-visible=true]{margin-top:8px}.chat .yours{align-items:flex-start}.chat .yours .message,.chat .yours p{margin-right:25%;background-color:var(--bgColor);position:relative}.chat .yours .message.last:before,.chat .yours p.last:before{content:"";position:absolute;z-index:0;bottom:0;left:-7px;height:20px;width:20px;background:var(--bgColor);border-bottom-right-radius:15px}.chat .yours .message.last:after,.chat .yours p.last:after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:white;border-bottom-right-radius:10px}.chat .yours .message[data-action=CTA_message],.chat .yours p[data-action=CTA_message]{--bgColor: #536dc3 !important;border:1px solid #fff;padding:4px 16px;border-radius:5px}.chat .yours .message[data-action=CTA_message]:after,.chat .yours .message[data-action=CTA_message]:before,.chat .yours p[data-action=CTA_message]:after,.chat .yours p[data-action=CTA_message]:before{display:none}.chat .yours .message[data-action=CTA_message] a,.chat .yours p[data-action=CTA_message] a{display:flex;align-items:center;gap:.5em;color:#fff;text-decoration:none}.chat .yours .message[data-action=CTA_message] a svg,.chat .yours p[data-action=CTA_message] a svg{width:1em;height:1em;border:1px solid #fff}.chat .yours .message[data-action=CTA_message] a svg path,.chat .yours p[data-action=CTA_message] a svg path{fill:#fff}.chat .mine{align-items:flex-end}.chat .mine p,.chat .mine .message{color:#fff;margin-left:25%;background:#00b3ea;background-attachment:fixed;position:relative}.chat.loaded .typing-indicator{opacity:1}.chat.complete .typing-indicator{opacity:0}.chat .typing-indicator{padding:12px}.chat .typing-indicator:before,.chat .typing-indicator:after{content:"";position:absolute;bottom:-2px;left:-2px;height:10px;width:10px;border-radius:50%;background-color:#eee}.chat .typing-indicator:after{height:6px;width:6px;left:-6px;bottom:-6px}.chat .typing-indicator span{height:8px;width:8px;float:left;margin:0 1px;background-color:#9e9ea1;display:block;border-radius:50%;opacity:.4}.chat .typing-indicator span:nth-of-type(1){animation:1s blink infinite .3333s}.chat .typing-indicator span:nth-of-type(2){animation:1s blink infinite .6666s}.chat .typing-indicator span:nth-of-type(3){animation:1s blink infinite .9999s}.chat .highlight{background:linear-gradient(85deg,#10cbff 0%,#000 15%,#000 80%,#00a3b5 85%,#c4f2ff 90%,#10cbff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;background-size:200% 100%;animation:moveBackground 1.5s linear infinite}@keyframes moveBackground{0%{background-position:200% 0}50%{background-position:100% 0}}@keyframes blink{50%{opacity:1}}
