html{min-height:100%}body,#root{min-height:100vh}.brandIcon img{object-fit:contain;width:100%;height:100%;display:block}.vionaLogo{justify-content:center;align-items:center;display:flex}.vionaLogo img{object-fit:contain;width:100%;height:100%;display:block}.emptyIcon{justify-content:center;align-items:center;display:flex}.emptyIcon img{object-fit:contain;width:100%;height:100%;display:block}.messageIcon{justify-content:center;align-items:center;display:flex}.messageIcon img{object-fit:contain;width:100%;height:100%;display:block}.navLogo img{object-fit:contain;width:100%;height:100%;display:block}.vionaLogo{color:#000!important}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}body{color:#1c1c1e;background:#f7f7f8;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app{background:#f7f7f8;width:100%;height:100vh;display:flex}.sidebar{background:#fff;border-right:1px solid #00000012;flex-direction:column;width:255px;height:100vh;padding:24px 14px;display:flex;overflow:hidden}.logo{align-items:center;gap:11px;padding:3px 10px 22px;display:flex}.logoMark{color:#fff;background:#1c1c1e;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex;box-shadow:0 5px 14px #0000001a}.logoName{color:#1c1c1e;letter-spacing:-.02em;font-size:16px;font-weight:650}.logoSub{letter-spacing:.13em;color:#99999f;margin-top:2px;font-size:9px;font-weight:650}.brand{align-items:center;gap:11px;padding:0 10px 30px;display:flex}.brandIcon{color:#fff;background:#1c1c1e;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.brand h2{color:#1c1c1e;margin:0;font-size:16px;font-weight:650}.brand span{color:#8a8a8f;margin-top:2px;font-size:11px;display:block}nav{flex-direction:column;gap:5px;display:flex}.navItem{color:#77777d;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:11px;align-items:center;gap:12px;width:100%;padding:11px 12px;font-family:inherit;font-size:13px;transition:background .15s,color .15s;display:flex}.navItem span{justify-content:center;width:18px;font-size:14px;display:flex}.navItem:hover{color:#1c1c1e;background:#f3f3f4}.navItem.active{color:#1c1c1e;background:#eeeeef;font-weight:600}.newChatButton{color:#6246e5;cursor:pointer;background:#7c5cff12;border:1px solid #7c5cff24;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:42px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:650;transition:background .16s,transform .16s,border-color .16s,box-shadow .16s;display:flex}.newChatButton span{font-size:17px;line-height:1}.newChatButton:hover{background:#7c5cff1c;border-color:#7c5cff3b;transform:translateY(-1px);box-shadow:0 5px 15px #6246e514}.newChatButton:active{transform:scale(.98)}.chatHistory{scrollbar-width:thin;scrollbar-color:#d0d0d4 transparent;flex-direction:column;gap:3px;min-height:0;max-height:calc(100vh - 210px);margin-top:24px;padding-right:3px;display:flex;overflow-y:auto}.chatHistory::-webkit-scrollbar{width:5px}.chatHistory::-webkit-scrollbar-track{background:0 0}.chatHistory::-webkit-scrollbar-thumb{background:#d7d7dc;border-radius:10px}.chatHistory::-webkit-scrollbar-thumb:hover{background:#b8b8bd}.chatHistoryLabel{color:#aaaab0;letter-spacing:.15em;padding:0 9px 9px;font-size:8px;font-weight:750}.noChats{color:#aaaab0;padding:10px 9px;font-size:10px}.chatHistoryItem{border-radius:11px;align-items:center;width:100%;min-width:0;min-height:48px;transition:background .15s,box-shadow .15s;display:flex}.chatHistoryItem:hover{background:#f6f6f7}.chatHistoryItem.activeChat{background:#eeeeef;box-shadow:inset 3px 0 #6246e5}.chatSelect{color:#55555c;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:11px;flex:1;align-items:center;gap:10px;min-width:0;height:48px;padding:0 6px 0 12px;font-family:inherit;font-size:11px;display:flex}.activeChat .chatSelect{color:#1c1c1e}.chatIcon{color:#b0b0b5;flex-shrink:0;justify-content:center;align-items:center;width:18px;font-size:10px;transition:color .15s,transform .15s;display:flex}.activeChat .chatIcon{color:#6246e5;transform:scale(1.1)}.chatTitleWrapper{flex-direction:column;gap:3px;min-width:0;display:flex}.chatTitle{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:inherit;font-size:11.5px;line-height:1.3;display:block;overflow:hidden}.activeChat .chatTitle{font-weight:650}.chatMessageCount{color:#aaaab0;font-size:8.5px;font-weight:500;line-height:1;display:block}.activeChat .chatMessageCount{color:#8e8e95}.chatDelete{color:#aaaab0;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-right:5px;font-family:inherit;font-size:16px;line-height:1;transition:opacity .15s,background .15s,color .15s;display:flex}.chatHistoryItem:hover .chatDelete,.chatHistoryItem.activeChat .chatDelete{opacity:1}.chatDelete:hover{color:#e05252;background:#ff464617}.sidebarBottom{margin-top:auto;padding:12px 10px 0}.status{color:#8a8a8f;align-items:center;gap:8px;font-size:11px;display:flex}.statusDot{background:#35b875;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #35b8751a}.main{background:#f7f7f8;flex-direction:column;flex:1;min-width:0;height:100vh;display:flex}.content{flex:1;justify-content:center;height:100vh;display:flex;overflow:hidden}.vionaPage{flex-direction:column;width:100%;max-width:1000px;height:100vh;padding:38px 42px 24px;display:flex}.header{text-align:center;flex-shrink:0;width:100%;padding:38px 50px 20px}.header>div{max-width:760px;margin:0 auto}.eyebrow{letter-spacing:.16em;color:#99999f;margin-bottom:6px;font-size:9px;font-weight:700}.header h1{letter-spacing:-.04em;color:#1c1c1e;margin:0;font-size:30px;font-weight:650}.header p{color:#88888e;max-width:600px;margin:8px auto 0;font-size:13px;line-height:1.6}.pageHeader{text-align:center;flex-shrink:0;padding-bottom:22px}.vionaLogo{color:#fff;background:#1c1c1e;border-radius:15px;justify-content:center;align-items:center;width:46px;height:46px;margin:0 auto 12px;font-size:21px;display:flex;box-shadow:0 8px 20px #0000001f}.smallLabel{letter-spacing:.16em;color:#99999f;margin:0 0 5px;font-size:9px;font-weight:700}.pageHeader h1{letter-spacing:-.04em;color:#1c1c1e;margin:0;font-size:30px;font-weight:650}.pageHeader>p:last-child{color:#88888e;max-width:600px;margin:8px auto 0;font-size:13px;line-height:1.6}.chatArea{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.chat{flex-direction:column;flex:1;min-height:0;display:flex}.messages{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#cfcfd3 transparent;flex:1;width:100%;min-height:0;padding:15px 70px 30px;overflow-y:auto}.messages::-webkit-scrollbar{width:8px}.messages::-webkit-scrollbar-track{background:0 0;margin:8px 0}.messages::-webkit-scrollbar-thumb{background:#d0d0d4 padding-box padding-box;border:2px solid #0000;border-radius:20px}.messages::-webkit-scrollbar-thumb:hover{background:#b8b8bd padding-box padding-box;border:2px solid #0000}.emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:30px;display:flex}.emptyChat{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.emptyIcon{color:#1c1c1e;background:#eeeeef;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:15px;font-size:20px;display:flex;box-shadow:0 4px 12px #00000009}.emptyState h2,.emptyChat h2{letter-spacing:-.02em;margin:0 0 8px;font-size:19px;font-weight:600}.emptyState p,.emptyChat p{color:#929297;max-width:430px;margin:0;font-size:13px;line-height:1.7}.message{gap:12px;margin-bottom:30px;animation:.2s messageIn;display:flex}@keyframes messageIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.aiMessage{align-items:flex-start;max-width:850px}.messageIcon{color:#fff;background:#1c1c1e;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:2px;font-size:13px;display:flex;box-shadow:0 4px 10px #00000014}.messageBubble{letter-spacing:.005em;color:#29292d;white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px;line-height:1.8}.aiMessage .messageBubble{max-width:760px;padding:3px 0;line-height:1.85}.userMessage{justify-content:flex-end;padding-left:100px}.userMessage .messageBubble{color:#fff;background:#1c1c1e;border-radius:17px 17px 4px;max-width:650px;padding:11px 16px;line-height:1.6;box-shadow:0 4px 12px #00000012}.typing{align-items:center;gap:4px;display:flex;padding-top:7px!important}.typing span{font-size:17px;line-height:1;animation:1.2s ease-in-out infinite typingDot;display:inline-block}.typing span:nth-child(2){animation-delay:.15s}.typing span:nth-child(3){animation-delay:.3s}@keyframes typingDot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.composer{background:#fff;border:1px solid #0000001a;border-radius:17px;flex-shrink:0;align-items:flex-end;gap:10px;width:calc(100% - 100px);max-width:1000px;margin:0 auto;padding:10px 12px 10px 17px;display:flex;box-shadow:0 5px 18px #00000009}.composer textarea{resize:none;color:#1c1c1e;scrollbar-width:thin;scrollbar-color:#d0d0d4 transparent;background:0 0;border:none;outline:none;flex:1;min-width:0;min-height:40px;max-height:180px;padding:9px 0;font-family:inherit;font-size:14px;line-height:1.55;overflow-y:auto}.composer textarea::-webkit-scrollbar{width:5px}.composer textarea::-webkit-scrollbar-track{background:0 0}.composer textarea::-webkit-scrollbar-thumb{background:#d0d0d4;border-radius:10px}.composer textarea::placeholder{color:#a1a1a6}.sendButton{color:#fff;cursor:pointer;background:#1c1c1e;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:19px;transition:transform .15s,opacity .15s,background .15s;display:flex}.sendButton:hover{background:#303035;transform:translateY(-1px)}.sendButton:active{transform:scale(.94)}.sendButton:disabled{opacity:.4;cursor:default;transform:none}.privacyText{text-align:center;color:#aaaab0;flex-shrink:0;margin:8px 0 10px;font-size:10px}.systemPage{scrollbar-width:thin;scrollbar-color:#d0d0d4 transparent;width:100%;max-width:1000px;height:100vh;padding:38px 42px 40px;overflow-y:auto}.systemPage::-webkit-scrollbar{width:7px}.systemPage::-webkit-scrollbar-track{background:0 0}.systemPage::-webkit-scrollbar-thumb{background:#d0d0d4;border-radius:20px}.systemPage::-webkit-scrollbar-thumb:hover{background:#b8b8bd}.systemContent{width:100%;max-width:720px;margin:0 auto;padding-bottom:40px}.primaryAction{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#7c5cff,#6246e5);border:none;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-width:150px;height:48px;padding:0 20px;font-size:14px;font-weight:600;transition:transform .18s,box-shadow .18s,filter .18s;display:inline-flex;box-shadow:0 8px 20px #6246e538,inset 0 1px #fff3}.primaryAction:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 12px 26px #6246e54d,inset 0 1px #ffffff40}.primaryAction:active{transform:translateY(0)scale(.97)}.taskForm{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #7864b41f;border-radius:22px;margin-top:18px;padding:22px;box-shadow:0 12px 35px #1e193c14,inset 0 1px #fffc}.taskFormHeader{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.taskFormHeader h2{color:#1c1b29;letter-spacing:-.02em;margin:0;font-size:21px;font-weight:650}.taskForm>input,.taskForm>textarea{color:#1c1b29;background:#ffffffd1;border:1px solid #2823461f;border-radius:14px;outline:none;width:100%;font-family:inherit;transition:border-color .18s,box-shadow .18s,background .18s}.taskForm>input{height:52px;padding:0 16px;font-size:15px;font-weight:500}.taskForm>textarea{resize:vertical;min-height:90px;margin-top:12px;padding:14px 16px;font-size:14px;line-height:1.5}.taskForm input::placeholder,.taskForm textarea::placeholder{color:#1c1b29;opacity:.38}.taskForm input:focus,.taskForm textarea:focus,.taskForm select:focus{background:#fff;border-color:#7c5cff8c;box-shadow:0 0 0 4px #7c5cff17}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:15px;display:grid}.formGrid label{color:#1c1b29;letter-spacing:.04em;text-transform:uppercase;opacity:.7;flex-direction:column;gap:7px;font-size:11px;font-weight:600;display:flex}.formGrid input,.formGrid select{color:#1c1b29;background:#ffffffe0;border:1px solid #2823461f;border-radius:12px;outline:none;width:100%;height:46px;padding:0 13px;font-family:inherit;font-size:13px;transition:border-color .18s,box-shadow .18s,background .18s}.formGrid input[type=date],.formGrid input[type=time]{cursor:pointer;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-weight:500}.formGrid input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;border-radius:7px;padding:5px;transition:opacity .15s,background .15s}.formGrid input[type=time]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;border-radius:7px;padding:5px;transition:opacity .15s,background .15s}.formGrid input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;background:#7c5cff1a}.formGrid input[type=time]::-webkit-calendar-picker-indicator:hover{opacity:1;background:#7c5cff1a}.formGrid select{cursor:pointer;appearance:none;background-image:linear-gradient(45deg,#0000 50%,#777 50%),linear-gradient(135deg,#777 50%,#0000 50%);background-position:calc(100% - 16px) 19px,calc(100% - 11px) 19px;background-repeat:no-repeat;background-size:5px 5px,5px 5px;padding-right:35px}.formButtons{align-items:center;gap:10px;margin-top:18px;display:flex}.formButtons .primaryAction{min-width:125px;height:44px;margin:0}.secondaryAction{color:#1c1b29;cursor:pointer;background:#ffffffb3;border:1px solid #2823461f;border-radius:13px;height:44px;padding:0 18px;font-family:inherit;font-size:13px;font-weight:600;transition:transform .16s,background .16s,border-color .16s}.secondaryAction:hover{background:#fff;border-color:#28234633;transform:translateY(-1px)}.secondaryAction:active{transform:scale(.97)}.taskList{flex-direction:column;gap:14px;margin-top:20px;display:flex}.taskCard{background:#ffffffd1;border:1px solid #2823461a;border-radius:18px;align-items:flex-start;gap:15px;width:100%;padding:18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;box-shadow:0 8px 24px #1e193c0f,inset 0 1px #fffc}.taskCard:hover{border-color:#7c5cff2e;transform:translateY(-2px);box-shadow:0 12px 30px #1e193c17,inset 0 1px #ffffffe6}.taskCheck{color:#fff;cursor:pointer;background:#ffffffb3;border:1.5px solid #28234638;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;margin-top:2px;font-size:14px;font-weight:700;transition:background .18s,border-color .18s,transform .15s;display:flex}.taskCheck:hover{border-color:#7c5cff;transform:scale(1.05)}.completedTask .taskCheck{background:#7c5cff;border-color:#7c5cff}.taskInfo{flex:1;min-width:0}.taskInfo h3{color:#1c1b29;letter-spacing:-.01em;margin:0;font-size:15px;font-weight:650;line-height:1.4}.taskInfo p{color:#1c1b29;opacity:.55;margin:6px 0 0;font-size:13px;line-height:1.5}.completedTask .taskInfo h3{opacity:.45;text-decoration:line-through}.completedTask .taskInfo p{opacity:.3}.taskMeta{flex-wrap:wrap;align-items:center;gap:7px;margin-top:12px;display:flex}.taskMeta span{color:#1c1b29;white-space:nowrap;background:#7c5cff12;border-radius:9px;align-items:center;min-height:28px;padding:5px 9px;font-size:11px;font-weight:550;display:inline-flex}.taskActions{align-items:center;gap:8px;margin-top:14px;display:flex}.taskActions button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:6px;height:34px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;line-height:1;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.editTask{color:#6246e5;background:#7c5cff12;border:1px solid #7c5cff2e}.editTask span:first-child{font-size:13px}.editTask:hover{color:#5438d4;background:#7c5cff21;border-color:#7c5cff4d;transform:translateY(-1px);box-shadow:0 4px 12px #6246e51a}.editTask:active{box-shadow:none;transform:scale(.96)}.deleteTask{color:#c94b4b;background:#dc46460e;border:1px solid #dc464626}.deleteTask span:first-child{font-size:16px;font-weight:400;line-height:0}.deleteTask:hover{color:#b83d3d;background:#dc46461a;border-color:#dc464647;transform:translateY(-1px);box-shadow:0 4px 12px #be323217}.deleteTask:active{box-shadow:none;transform:scale(.96)}.taskActions button:focus-visible{outline:none;box-shadow:0 0 0 3px #7c5cff26}.emptySystem{text-align:center;background:#ffffff9e;border:1px solid #28234617;border-radius:20px;margin-top:22px;padding:45px 25px;box-shadow:0 8px 25px #1e193c0a}.emptySystem>div:first-child{background:#7c5cff17;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 14px;font-size:21px;display:flex}.emptySystem h2{color:#1c1b29;margin:0;font-size:17px}.emptySystem p{color:#1c1b29;opacity:.5;max-width:390px;margin:8px auto 0;font-size:13px;line-height:1.55}.focusCard{border-left:3px solid #7c5cff}.focusIcon{background:#ffbe3c21;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.navBadge{color:#6246e5;background:#7c5cff1f;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:auto;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.focusBadge{color:#a06a00;background:#ffbe3c29}@media (width<=900px){.sidebar{width:225px}.messages{padding-left:45px;padding-right:45px}.composer{width:calc(100% - 70px)}}@media (width<=700px){.sidebar{display:none}.header{padding:28px 20px 15px}.header h1{font-size:27px}.messages{padding:10px 20px 24px}.composer{width:calc(100% - 30px)}.userMessage{padding-left:35px}.aiMessage .messageBubble{max-width:none}}@media (width<=650px){.vionaPage,.systemPage{padding-left:20px;padding-right:20px}.pageHeader{padding-bottom:15px}.pageHeader h1{font-size:26px}.pageHeader>p:last-child{font-size:12px}}@media (width<=600px){.taskForm{border-radius:18px;padding:17px}.formGrid{grid-template-columns:1fr}.formButtons{flex-direction:column}.formButtons button{width:100%}.taskCard{border-radius:16px;gap:11px;padding:15px}.taskInfo h3{font-size:14px}.taskMeta{gap:5px}.taskMeta span{padding:4px 7px;font-size:10px}.taskActions{gap:7px}.taskActions button{height:32px;padding:0 10px;font-size:11px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}html,body,#root{height:100%;overflow:hidden}.app{height:100vh;min-height:0;overflow:hidden}.sidebar{height:100vh;overflow-y:auto}.content{scroll-behavior:smooth;height:100vh;min-height:0;overflow:hidden auto}.content::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar{width:8px}.content::-webkit-scrollbar-track{background:0 0}.sidebar::-webkit-scrollbar-track{background:0 0}.content::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.sidebar::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.content::-webkit-scrollbar-thumb:hover{background:#00000040}.sidebar::-webkit-scrollbar-thumb:hover{background:#00000040}.vionaPage,.systemPage{min-height:100%;padding-bottom:40px}.chat,.chat .messages{min-height:0}.hiddenFileInput{display:none}.composer{flex-direction:column;align-items:stretch;position:relative}.composerRow{align-items:flex-end;gap:10px;width:100%;display:flex}.attachmentButton{color:#6f6f76;cursor:pointer;background:#f5f5f6;border:1px solid #00000014;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:20px;line-height:1;transition:transform .15s,background .15s,border-color .15s,color .15s;display:flex}.attachmentButton:hover{color:#1c1c1e;background:#eeeeef;border-color:#00000021;transform:translateY(-1px)}.attachmentButton:active{transform:scale(.94)}.attachmentButton:disabled{opacity:.4;cursor:default;transform:none}.attachmentPreview{background:#7c5cff0e;border:1px solid #7c5cff24;border-radius:13px;align-items:center;gap:10px;width:100%;min-width:0;margin-bottom:2px;padding:9px 10px;display:flex}.attachmentPreviewIcon{background:#7c5cff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:17px;display:flex}.attachmentPreviewInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.attachmentPreviewInfo strong{white-space:nowrap;text-overflow:ellipsis;color:#29292d;min-width:0;font-size:11px;font-weight:650;overflow:hidden}.attachmentPreviewInfo span{color:#99999f;font-size:9px}.removeAttachment{color:#99999f;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-family:inherit;font-size:18px;line-height:1;transition:background .15s,color .15s;display:flex}.removeAttachment:hover{color:#c94b4b;background:#dc464617}.messageAttachment{background:#7c5cff0e;border:1px solid #7c5cff21;border-radius:11px;align-items:center;gap:9px;width:fit-content;max-width:100%;margin-bottom:9px;padding:8px 10px;display:flex}.messageAttachment>span{font-size:17px}.messageAttachment>div{flex-direction:column;gap:2px;min-width:0;display:flex}.messageAttachment strong{white-space:nowrap;text-overflow:ellipsis;color:#44444b;max-width:330px;font-size:10px;font-weight:650;overflow:hidden}.messageAttachment small{color:#99999f;font-size:8px}@media (width<=600px){.attachmentPreview{padding:8px}.attachmentPreviewIcon{width:32px;height:32px}.attachmentButton,.sendButton{width:38px;height:38px}.messageAttachment strong{max-width:220px}}.brandIcon,.vionaLogo,.emptyIcon,.messageIcon,.navLogo{box-shadow:none!important;background:0 0!important;border:none!important}.brandIcon img,.vionaLogo img,.emptyIcon img,.messageIcon img,.navLogo img{object-fit:contain;filter:brightness(1.15)saturate(1.08);width:100%;height:100%;display:block}.brandIcon{flex-shrink:0;width:38px;height:38px}.pageHeader .vionaLogo{width:58px;height:58px;margin:0 auto 12px;background:0 0!important}.emptyChat .emptyIcon{width:58px;height:58px;margin-bottom:15px;background:0 0!important}.pageHeader .vionaLogo:before,.pageHeader .vionaLogo:after,.emptyChat .emptyIcon:before,.emptyChat .emptyIcon:after{content:none!important}.messageIcon{flex-shrink:0;width:30px;height:30px}.navLogo{flex-shrink:0;justify-content:center;align-items:center;width:18px!important;height:18px!important;display:inline-flex!important}
