@charset "UTF-8";.avatar-button{width:32px;height:32px;background:#33333e!important;color:#fff;border-radius:50%;position:relative;overflow:hidden;padding:0;border:none}.avatar-btn-wrapper{display:flex}.motif-header{height:64px;font-weight:400;font-size:16px;line-height:24px;letter-spacing:0;padding:8px 12px;box-sizing:border-box}.motif-header .motif-header-logo{width:44px;height:44px;display:grid;place-content:center}.motif-header .motif-header-top{align-items:center;justify-content:space-between}.motif-header .motif-header-logo svg{width:26px!important;height:26px!important}.motif-header .motif-header-left{display:flex;align-items:center;gap:12px}.motif-header .motif-header-right{display:flex;align-items:center;justify-content:center;gap:12px}.motif-header .motif-header-right svg{fill:#000;stroke:#00f!important;stroke-width:2;color:#a4a3b1}.motif-header .header-right-controls{display:flex;flex-direction:row;align-items:center;gap:12px}.motif-header .header-right-controls .icon-button.active{border-radius:4px;background:#3f3f4c}.motif-header .header-right-controls .motif-icon{height:18px}.motif-header .motif-input{display:none}.motif-header .app-title{gap:12px;display:flex;align-items:center;color:#dedee2;font-size:16.002px;font-weight:400;line-height:23.996px}.motif-header .app-title span{font-weight:300}.motif-header .motif-button-secondary{background:#33333e;color:#fff;border:none;padding-left:14px;padding-right:14px;border-radius:32px;width:104px;height:40px}.motif-header .motif-button-secondary span:nth-child(2){padding-left:6px;font-size:12px}.motif-header .history-btn{display:flex;align-items:center;justify-content:center;cursor:pointer}.motif-header .history-btn .motif-icon{position:relative;top:1.5px}.divider{height:1px;margin:12px 0;background-color:#4e4e5d;width:100%}.divider-dot{width:4px;height:4px;border-radius:12px;background:#4e4e5d}.spinner{width:20px;height:20px;border:3px solid transparent;border-top:3px solid #bb86e9;border-right:3px solid #bb86e9;border-radius:50%;animation:spin 1.5s linear infinite}.skeleton-loader{display:inline-block;background-color:var(--skeleton-bg);position:relative;overflow:hidden;background:linear-gradient(90deg,var(--skeleton-bg) 25%,var(--skeleton-bg-highlight) 50%,var(--skeleton-bg) 75%);background-size:200% 100%;animation:skeleton-loading 1.2s infinite linear}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.sudo-logo{display:flex;align-items:center;gap:12px}.sudo-logo__rotating-image{width:42px;height:42px;animation:rotate-logo 10s linear infinite}.sudo-logo__text{color:#fff;font-size:58px;font-weight:700;line-height:90px;letter-spacing:-2.32px}.sudo-logo__text span{font-weight:300}@keyframes rotate-logo{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:modal-fade-in .25s ease-out;z-index:999}.modal__content{max-width:90%;position:relative;animation:modal-scale-in .25s ease-out}.modal__close{position:absolute;top:12px;right:14px;background:none;border:none;font-size:26px;cursor:pointer;line-height:1;transition:opacity .12s}.modal__close:hover{opacity:.7}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}.credentialsModal{border-radius:8px;border:2px solid #4df9ff;background:#23232f;position:relative;max-width:1270px;max-height:90vh;margin:0 auto;padding:50px 30px;display:flex;gap:43px;overflow-y:auto}.credentialsModal__gradient{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.credentialsModal__iconWrapper{position:relative;z-index:2}.credentialsModal__iconWrapper svg{width:54px;height:54px}.credentialsModal__info{z-index:2;flex:1;overflow-y:auto}.credentialsModal__textSmall{color:#a4a3b1;font-size:12px;font-weight:300;line-height:18px;margin-bottom:2px}.credentialsModal__title{color:#dedee2;font-size:16px;font-weight:400;line-height:24px;margin-bottom:30px;margin-top:0}.credentialsModal__serverError{background:#ff4d4f1a;border:1px solid #ff4d4f;border-radius:4px;padding:12px 16px;margin-bottom:20px;animation:slideIn .3s ease-out}.credentialsModal__serverErrorText{color:#ff4d4f;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}.credentialsModal__serverErrorText:before{content:"⚠";font-size:16px}.credentialsModal__textDefault{color:#dedee2;font-size:14px;font-weight:300;line-height:20px}.credentialsModal__apiInfo{margin:30px 0 40px}.credentialsModal__inputWrapper{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:60px;position:relative;z-index:2}.credentialsModal__inputGroup{display:flex;flex-direction:column;gap:8px;flex:1}.credentialsModal__inputGroup label{color:#a4a3b1}.credentialsModal__inputGroup input{padding:10px 12px;color:#a4a3b1;border-radius:4px;border:1px solid #4e4e5d;background:#23232f}.credentialsModal__inputGroup input::placeholder{color:#a4a3b1}.credentialsModal__inputError{border-color:#ff4d4f!important}.credentialsModal__errorText{color:#ff4d4f;font-size:12px;font-weight:300;line-height:16px;margin-top:-4px}.credentialsModal__actions{display:flex;gap:26px;position:relative;z-index:2}.credentialsModal__actions button{border-radius:4px;padding:8px 14px;font-size:14px;font-weight:400;line-height:20px}.credentialsModal__buttonOutline{border:1px solid #4e4e5d;color:#fff;background:transparent}.credentialsModal__buttonContained{background:#fff;display:flex;align-items:center;justify-content:center;gap:8px}.credentialsModal__buttonContained:disabled{opacity:.6;cursor:not-allowed}.credentialsModal__buttonOutline:disabled{opacity:.6;cursor:not-allowed}.credentialsModal__spinner{width:16px;height:16px;border:2px solid #23232f;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}.full-page-loader{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;background:var(--color-background);display:flex;flex-direction:column;align-items:center;justify-content:center}.full-page-loader__spinner{width:50px;height:50px;border:5px solid #444;border-top:5px solid #da5bb3;border-radius:50%;animation:full-page-spin 1s linear infinite;margin-bottom:18px}.full-page-loader__text{color:#fff;font-size:1rem;font-weight:400;letter-spacing:1px}@keyframes full-page-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ai-bot-message-header{display:flex;align-items:center;justify-content:space-between;width:100%;margin:auto auto 10px}.ai-bot-message-header__title{display:flex;flex-direction:column}.ai-bot-message-header__title--collapsed{display:flex;flex-direction:row-reverse;justify-content:flex-end;width:100%;flex:1;gap:40px}.ai-bot-message-header__title--collapsed .ai-bot-message-header__title-text{color:#dedee2;font-size:14px;font-weight:300;line-height:20px}.ai-bot-message-header__title-text{color:#dedee2;font-size:22px;font-weight:300;line-height:30.002px}.ai-bot-message-header__icons{display:flex;align-items:center;cursor:pointer}.ai-bot-message-header__icons .motif-icon{padding:8px}@keyframes summary-slide-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes summary-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-16px)}}.chat-message-summary{border-radius:8px;background:linear-gradient(279.23deg,#4d8bff 13.44%,#802aff 44.14%,#de856b 68.65%,#ffe600 94.23%);padding:2px;display:flex;margin-bottom:18px;width:100%}.chat-message-summary__wrapper{display:flex;gap:8px;background:#23232f;padding:14px 24px;border-radius:8px;width:100%}.chat-message-summary__content{display:flex;flex-direction:column;gap:8px}.chat-message-summary__content--collapsed{display:flex;flex-direction:row;align-items:center;gap:8px;flex:1}.chat-message-summary__content--collapsed .chat-message-summary__description{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.chat-message-summary__title{color:#dedee2;font-size:16px;font-weight:400;line-height:24px;margin:0;min-width:125px}.chat-message-summary__description{color:#a4a3b1;font-size:14px;font-weight:300;line-height:20px}.chat-message-summary__toggle-btn button{background:none;border:none;cursor:pointer}.chat-message-summary__close-icon{position:relative;top:3px;cursor:pointer}.chat-message-summary-collapsed{padding:1px;border-radius:4px;margin-bottom:16px;animation:summary-slide-in .3s ease}.chat-message-summary-collapsed.slide-out{animation:summary-slide-out .3s ease forwards}.chat-message-summary-collapsed .chat-message-summary__wrapper{padding:5px 15px;border-radius:4px}.chat-message-summary-collapsed .chat-message-summary__title{color:#dedee2;font-size:12px;font-weight:400;line-height:20px}.chat-message-summary-collapsed .chat-message-summary__description{color:#a4a3b1;font-size:12px;font-weight:300;line-height:20px}code[class*=language-],pre[class*=language-]{-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;white-space:pre;white-space:pre-wrap;word-break:break-all;word-wrap:break-word;font-family:Menlo,Monaco,Courier New,monospace;font-size:15px;line-height:1.5;color:#dccf8f;text-shadow:0}pre>code[class*=language-]{font-size:1em}pre[class*=language-],:not(pre)>code[class*=language-]{border-radius:5px;border:1px solid #000;color:#dccf8f;background:#181914 url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD/7AARRHVja3kAAQAEAAAAMAAA/+4ADkFkb2JlAGTAAAAAAf/bAIQACQYGBgcGCQcHCQ0IBwgNDwsJCQsPEQ4ODw4OERENDg4ODg0RERQUFhQUERoaHBwaGiYmJiYmKysrKysrKysrKwEJCAgJCgkMCgoMDwwODA8TDg4ODhMVDg4PDg4VGhMRERERExoXGhYWFhoXHR0aGh0dJCQjJCQrKysrKysrKysr/8AAEQgAjACMAwEiAAIRAQMRAf/EAF4AAQEBAAAAAAAAAAAAAAAAAAABBwEBAQAAAAAAAAAAAAAAAAAAAAIQAAEDAwIHAQEAAAAAAAAAAADwAREhYaExkUFRcYGxwdHh8REBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8AyGFEjHaBS2fDDs2zkhKmBKktb7km+ZwwCnXPkLVmCTMItj6AXFxRS465/BTnkAJvkLkJe+7AKKoi2AtRS2zuAWsCb5GOlBN8gKfmuGHZ8MFqIth3ALmFoFwbwKWyAlTAp17uKqBvgBD8sM4fTjhvAhkzhaRkBMKBrfs7jGPIpzy7gFrAqnC0C0gB0EWwBDW2cBVQwm+QtPpa3wBO3sVvszCnLAhkzgL5/RLf13cLQd8/AGlu0Cb5HTx9KuAEieGJEdcehS3eRTp2ATdt3CpIm+QtZwAhROXFeb7swp/ahaM3kBE/jSIUBc/AWrgBN8uNFAl+b7sAXFxFn2YLUU5Ns7gFX8C4ib+hN8gFWXwK3bZglxEJm+gKdciLPsFV/TClsgJUwKJ5FVA7tvIFrfZhVfGJDcsCKaYgAqv6YRbE+RWOWBtu7+AL3yRalXLyKqAIIfk+zARbDgFyEsncYwJvlgFRW+GEWntIi2P0BooyFxcNr8Ep3+ANLbMO+QyhvbiqdgC0kVvgUUiLYgBS2QtPbiVI1/sgOmG9uO+Y8DW+7jS2zAOnj6O2BndwuIAUtkdRN8gFoK3wwXMQyZwHVbClsuNLd4E3yAUR6FVDBR+BafQGt93LVMxJTv8ABts4CVLhcfYWsCb5kC9/BHdU8CLYFY5bMAd+eX9MGthhpbA1vu4B7+RKkaW2Yq4AQtVBBFsAJU/AuIXBhN8gGWnstefhiZyWvLAEnbYS1uzSFP6Jvn4Baxx70JKkQojLib5AVTey1jjgkKJGO0AKWyOm7N7cSpgSpAdPH0Tfd/gp1z5C1ZgKqN9J2wFxcUUuAFLZAm+QC0Fb4YUVRFsAOvj4KW2dwtYE3yAWk/wS/PLMKfmuGHZ8MAXF/Ja32Yi5haAKWz4Ydm2cSpgU693Atb7km+Zwwh+WGcPpxw3gAkzCLY+iYUDW/Z3Adc/gpzyFrAqnALkJe+7DoItgAtRS2zuKqGE3yAx0oJvkdvYrfZmALURbDuL5/RLf13cAuDeBS2RpbtAm+QFVA3wR+3fUtFHoBDJnC0jIXH0HWsgMY8inPLuOkd9chp4z20ALQLSA8cI9jYAIa2zjzjBd8gRafS1vgiUho/kAKcsCGTOGWvoOpkAtB3z8Hm8x2Ff5ADp4+lXAlIvcmwH/2Q==) repeat left top}pre[class*=language-]{padding:12px;overflow:auto}:not(pre)>code[class*=language-]{padding:2px 6px}.token.namespace{opacity:.7}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#586e75;font-style:italic}.token.number,.token.string,.token.char,.token.builtin,.token.inserted{color:#468966}.token.attr-name{color:#b89859}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#dccf8f}.token.selector,.token.regex{color:#859900}.token.atrule,.token.keyword{color:#cb4b16}.token.attr-value{color:#468966}.token.function,.token.variable,.token.placeholder{color:#b58900}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol{color:#b89859}.token.tag{color:#ffb03b}.token.important,.token.statement,.token.deleted{color:#dc322f}.token.punctuation{color:#dccf8f}.token.entity{cursor:help}.token.bold{font-weight:700}.token.italic{font-style:italic}.tags__wrapper{display:flex;align-items:center;flex-wrap:wrap;gap:var(--spacing-xs)}.chat-message{display:flex;gap:8px;max-width:800px;margin-left:auto;justify-content:flex-end}.chat-message__content{padding:12px 16px;border-radius:8px;background:#2e2e38;color:#dedee2;font-size:16.002px;font-weight:300;line-height:23.996px;margin-bottom:8px}.chat-message__content p{line-break:anywhere}.chat-message__avatar .avatar-button{width:24px;height:24px;font-size:10px}.chip-error .motif-icon,.chip-pending .motif-icon,.chip-success .motif-icon,.chip-warning .motif-icon{width:16px;height:17px}.chip{text-align:center;font-size:14px;font-weight:400;line-height:20px;display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:16px}.chip-warning{border:1px solid #7b4100;color:#ff9831}.chip-warning .motif-icon svg{color:#d07200}.chip-success{border:1px solid #125e29;color:#34ce63}.chip-success .motif-icon svg{color:#26a04b}.chip-pending{border:1px solid #4a279f;color:#c2abe3}.chip-pending .motif-icon svg{color:#9d7cd4}.chip-error{border:1px solid #a40011;color:#ff735e}.chip-error .motif-icon svg{color:#ff4336}.ai-bot-message__actions--right,.ai-bot-message__actions--left{display:flex;align-items:center;gap:8px}.ai-bot-message{display:flex;flex-direction:column;gap:16px;padding:16px;margin:26px 0 30px;border-radius:8px;background:#23232f;box-shadow:0 0 16px #00000008,0 0 80px #00000008}.ai-bot-message__title{color:var(--text-colors-default-primary, #dedee2);font-size:18.004px;font-weight:400;line-height:28px;margin:0}.ai-bot-message__description{color:#a4a3b1;font-size:14px;font-style:normal;font-weight:300;line-height:20px}.ai-bot-message__actions{display:flex;align-items:center;justify-content:space-between}.ai-bot-message__actions--left .motif-icon{width:32px;height:32px;display:grid;place-content:center;border-radius:4px;background:#2e2e38;cursor:pointer}.ai-bot-message__actions--right .motif-icon{cursor:pointer}.ai-bot-message .markdown-table{border-collapse:collapse;width:100%;max-width:100%;font-size:1em;margin:10px 0}.ai-bot-message .markdown-table th,.ai-bot-message .markdown-table td{border:1px solid #d1d5db;padding:8px 12px;text-align:left}.ai-bot-message .markdown-table th{font-weight:700}.carousel{margin:24px auto;max-width:1100px;width:100%;position:relative}.carousel__container{display:flex;gap:16px;justify-content:center;align-items:stretch;position:relative}.carousel__item{flex:1 1 0;min-width:0;max-width:calc((100% - 32px) / 3);border-radius:8px;background:#23232f;padding:20px 15px;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.carousel__item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.carousel__item-icon{width:40px;height:40px;background:#2e2e38;border-radius:100%;display:flex;align-items:center;justify-content:center;margin-bottom:15px}.carousel__item-icon svg{width:24px;height:24px}.carousel__item-title{color:#dedee2;font-size:16px;font-weight:500;margin:0 0 12px;line-height:1.3}.carousel__item-description{color:#a4a3b1;font-size:12px;font-weight:300;line-height:1.5;margin:0 0 20px;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.carousel__item-button{color:#fff;font-size:14px;font-weight:400;line-height:20px;border-radius:4px;border:1px solid #4e4e5d;padding:8px 14px;cursor:pointer;transition:all .2s ease}.carousel__item-button:hover{background:#4e4e5d;transform:translateY(-1px)}.carousel__item-button:active{transform:translateY(0)}.carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;transition:background .2s}.carousel__arrow:disabled{opacity:.3;cursor:not-allowed}.carousel__arrow--left{left:-30px}.carousel__arrow--left svg{transform:rotate(90deg);position:relative;top:-1px;left:-1px}.carousel__arrow--right{right:-30px}.carousel__arrow--right svg{transform:rotate(-90deg);position:relative;top:-1px;left:1px}.carousel__dots{display:flex;justify-content:center;gap:10px;margin-top:18px}.carousel__dot{width:8px;height:8px;padding:0;border-radius:50%;background:#2e2e38;border:none;cursor:pointer;transition:background .2s}.carousel__dot--active{background:#a4a3b1}@media(max-width:768px){.carousel__container{flex-direction:column;gap:12px;position:static}.carousel__item{max-width:none}.carousel__arrow{position:static;margin:8px;transform:none}}.menu-expanded .carousel__arrow--left{left:-30px}.menu-expanded .carousel__arrow--right{right:-30px}.chat-composer__input-wrapper textarea,.chat-composer__title{color:#dedee2;font-size:16px;font-weight:300;line-height:24px}.chat-composer__title{display:flex;align-items:center;gap:4px;padding-bottom:12px;background:var(--color-background)}.chat-composer__title .avatar-button{background:none!important}.chat-composer__border-gradient{background:linear-gradient(282deg,var(--Indigo-500, #454eff) 23.5%,var(--color-maroon-400, #da5bb3) 63.5%,var(--Indigo-200, #b5b8ff) 100%);padding:2px;border-radius:8px}.chat-composer__input-wrapper{background:#23232f;border-radius:8px;padding:16px 20px}.chat-composer__input-wrapper textarea{width:100%;resize:none;background:none;border:unset;margin-bottom:24px}.chat-composer__actions{display:flex;align-items:center;justify-content:space-between}.chat-composer__action-button{border-radius:50%;background:#fff;width:36px;height:36px;display:grid;place-content:center;border:none}.chat-composer__action-button:disabled{background:#2e2e38;cursor:not-allowed}.chat-composer__action-button:disabled svg{fill:#bdbdbd}.chat-composer__action-button svg{fill:#5f5f72}.chat-landing-page{padding:25px;overflow:hidden auto;height:calc(100vh - 120px)}.chat-landing-page__info{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:718px;margin:auto auto 70px}.chat-landing-page .sudo-logo{justify-content:center}.chat-landing-page__rotating-img{animation:spin 10s linear infinite;transform:rotate(-156.77deg)}.chat-landing-page__rotating{position:relative;width:108px;height:108px}.chat-landing-page__ai-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chat-landing-page__title{margin:22px 0 5px;color:#dedee2;text-align:center;font-size:20px;font-weight:300;line-height:30.002px}.chat-landing-page__subtitle{color:#a4a3b1;text-align:center;font-size:12px;font-weight:300;line-height:18.004px;max-width:484px;margin:auto}.chat-landing-page-loader{display:flex;flex-direction:column;gap:16px}.chat-landing-page-loader__carousel-content{display:flex;align-items:center;gap:16px}.magic-loader__content-loading{font-size:16.002px;font-weight:300;line-height:23.996px}.pending-icon .motif-icon{animation:spin 10s linear infinite}.magic-loader{margin-bottom:10px;padding-top:8px}.magic-loader__question{display:flex;align-items:flex-start}.magic-loader__avatar{margin-right:12px;display:grid;place-content:center}.magic-loader__avatar .avatar-button{background-color:transparent!important}.magic-loader__content{width:100%}.magic-loader__content-loading{cursor:default;color:transparent;background:linear-gradient(90deg,#656579 25%,#8a8a9c,#656579 75%);background-size:200% 100%;animation:shimmer 2.5s linear infinite;-webkit-background-clip:text;background-clip:text}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.magic-loader__tags{padding-top:8px}.cbn__chat-panel,.cbn__chat-container,.cbn{display:flex;flex-direction:column}.cbn__prompt{display:flex;flex-direction:row}.cbn{height:100%}.cbn--fullscreen .cbn__chat-wrapper,.cbn--fullscreen .toolbar{width:calc(100% - var(--spacing-xl))}.cbn__chat-composer-wrapper{padding:25px}.cbn__chat-wrapper{border-radius:var(--border-radius-md);background:linear-gradient(282deg,var(--Indigo-500, #454eff) 23.5%,var(--color-maroon-400, #da5bb3) 63.5%,var(--Indigo-200, #b5b8ff) 100%);padding:var(--spacing-xs);width:calc(100% - var(--spacing-chat-wrapper-margin));display:flex;overflow:auto;margin:50px auto 0;height:100%}.cbn__chat-prompt-wrapper{padding:var(--spacing-xl) var(--spacing-xxl);flex:1}.cbn__chat-panel-wrapper{flex:1;overflow:hidden auto;display:flex;flex-direction:column;padding:0 24px}.cbn__chat-container{background:#23232f;border-radius:var(--border-radius-md);flex:1;margin:0 auto;overflow:auto}.cbn__chat-panel{flex:1;overflow:hidden auto}.cbn__chat-box-textarea{width:100%;box-sizing:border-box;resize:none;color:#dedee2;font-size:16.002px;font-weight:300;line-height:23.996px;background-color:transparent;border:none;height:100%}.cbn__prompt{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.cbn__prompt label{color:#fff;font-size:11.998px;font-weight:300;line-height:20px}.cbn__scroller{flex:1;overflow:hidden auto;scroll-behavior:smooth}.timestamp-row{display:flex;align-items:center;gap:15px;color:#a4a3b1;font-size:11.998px;font-weight:300;line-height:18.004px}:root{--color-background: #1a1a24;--color-dropdown-item: #dedee2;--color-text: #fff;--color-text-secondary: #23232f;--color-scrollbar-thumb: #3f3f4c;--color-scrollbar-thumb-hover: #555;--font-family-primary: EYInterstate, Arial, sans-serif;--font-size-16: 16.002px;--font-weight-light: 300;--line-height-24: 23.996px;--spacing-xs: 2px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 20px;--spacing-xxl: 24px;--spacing-chat-wrapper-margin: 72px;--sidebar-width-collapsed: 68px;--sidebar-width-expanded: 248px;--sidebar-divider-width-collapsed: 24px;--sidebar-divider-width-expanded: 200px;--border-radius-sm: 4px;--border-radius-md: 12px;--border-radius-full: 200px;--scrollbar-width: 8px;--skeleton-bg: #23232f;--skeleton-bg-highlight: #39394a}.light-theme{--color-dropdown-item: var(--color-text-secondary)}.light-theme body{color:var(--color-text-secondary)}body{font-family:EYInterstate;background-color:var(--color-background);color:var(--color-text);margin:0;overflow:hidden}::-webkit-scrollbar{width:var(--scrollbar-width)}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-scrollbar-thumb);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-scrollbar-thumb-hover)}textarea:focus-visible{outline:none}:focus-visible{outline:2px solid #454eff;outline-offset:2px}p{margin:0}img{max-width:100%;height:auto}button{background-color:transparent;border:unset;cursor:pointer}:focus-visible{outline:none;outline-offset:0px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px transparent inset!important;-webkit-text-fill-color:#a4a3b1!important;transition:background-color 5000s ease-in-out 0s}input:-internal-autofill-selected{background-color:transparent!important;background-image:none!important;color:#a4a3b1!important}.motif-header-top{display:flex}.icon-button{background-color:#1a1a24;border:none;padding:10px;cursor:pointer;color:#fff;display:flex;width:44px;height:44px;justify-content:center;align-items:center;flex-shrink:0;border-radius:4px}.avatar-button{background-color:#1a1a24;border:none}svg{color:#a4a3b1;width:18px;height:18px}.spinning-text{font-size:20px}.privacy-statement__html [data-page="4"] div>p:nth-child(4),.privacy-statement__html [data-page="4"] div>p:nth-child(7),.privacy-statement__html [data-page="4"] div>p:nth-child(9),.privacy-statement__html [data-page="3"] div>p:nth-child(49),.privacy-statement__html [data-page="3"] div>p:nth-child(51),.privacy-statement__html [data-page="3"] div>p:nth-child(54),.privacy-statement__html [data-page="2"]>div>p:nth-child(2),.privacy-statement__html [data-page="2"]>div>p:nth-child(4),.privacy-statement__html [data-page="1"] div>p:nth-child(42),.privacy-statement__html [data-page="1"] div>p:nth-child(21),.privacy-statement__html [data-page="1"] div>p:nth-child(24){display:inline-block;float:left;margin-right:10px}.privacy{background-color:var(--color-background, #1a1a24);color:var(--color-text, #ffffff);position:relative;width:100vw;height:100vh;overflow:hidden}.privacy__wrapper{position:relative;max-width:90%;margin:auto;padding:30px 0;display:flex;flex-direction:column;height:calc(100vh - 60px)}.privacy__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:0}.privacy__header{display:flex;align-items:center;z-index:1;position:inherit;margin-bottom:3%;gap:24px}.privacy__header .sudo-logo__text{font-size:40px}.privacy__content{flex:1;display:flex;flex-direction:column;max-width:820px;margin-left:auto}.privacy__title{color:#fff;font-size:26px;font-style:normal;font-weight:300;line-height:32px;margin:0}.privacy__subtitle{color:#fff;font-size:12px;font-weight:300;line-height:20px}.privacy-statement{border-radius:12px;background:#1a1a24d9;box-shadow:0 4px 4px #00000040;flex:1;display:flex;flex-direction:column}.privacy-statement__content{padding:40px 44px 0;flex:1;display:flex;flex-direction:column;min-height:0}.privacy-statement__header{margin-bottom:24px}.privacy-statement__header h2{margin:0;color:#fff;font-size:28px;font-weight:400;line-height:36px}.privacy-statement__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:auto;height:250px}.privacy-statement__footer{border-radius:0 0 12px 12px;opacity:.95;background:#1a1a24;padding:15px 44px;display:flex;justify-content:flex-end;gap:24px;flex-shrink:0}.privacy-statement__button{padding:10px 18px;font-size:18px;font-weight:400;line-height:28px;min-width:118px;min-height:48px}.privacy-statement__button--primary{color:#1a1a24;border-radius:4px;background:#fff}.privacy-statement__button--secondary{color:#fff}.privacy-statement__pdf{border:none}.privacy-statement__html [data-page="2"] div>p:nth-child(23),.privacy-statement__html [data-page="2"] div>p:nth-child(29),.privacy-statement__html [data-page="2"] div>p:nth-child(30){margin-right:5px}.privacy-statement__html [data-page="2"]>div>p:nth-child(8){display:none}.privacy-statement__html [data-page="4"] div>p:nth-child(30){display:none}.privacy-statement__html p,.privacy-statement__html span{color:#dedee2;font-size:14px;font-weight:300;line-height:20px;margin-bottom:15px}.privacy-statement__html p b span{color:#dedee2;font-size:20px;font-weight:400;line-height:30px;margin-bottom:10px}.privacy-statement__html a{color:#4d8bff;text-decoration:underline;word-break:break-all;font-size:14px}.privacy-statement__html table{width:100%;border-collapse:collapse;margin-bottom:1em;background:#222;color:#fff}.privacy-statement__html th,.privacy-statement__html td{border:1px solid #444;padding:8px;text-align:left}.welcome{position:relative;width:100vw;height:100vh;overflow:hidden;background-color:#000;text-align:center;color:#fff;display:flex;flex-direction:column}.welcome__bg-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center;z-index:0}.welcome__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding-top:50px;flex:1}.welcome__title-wrapper{display:flex;align-items:center;gap:10px}.welcome__title{font-size:120px;margin:0;color:#fff;text-align:center;font-weight:700;line-height:90px;letter-spacing:-8.4px}.welcome__title span{font-weight:300}.welcome__subtitle-wrapper{display:flex;flex-direction:column;gap:15px;margin:40px 0}.welcome__subtitle-wrapper h6{max-width:780px;margin:auto;color:#fff;text-align:center;font-size:20px;font-weight:300;line-height:30.002px}.welcome__subtitle{color:#fff;text-align:center;font-size:46px;font-weight:300;line-height:58px;max-width:1171px;margin:auto}.welcome__footer-wrapper{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:300;line-height:20px;z-index:1}.welcome__rotating-image{width:108px;animation:spin 10s linear infinite;transform:rotate(-156.77deg)}@keyframes spin{0%{transform:rotate(-156.77deg)}to{transform:rotate(203.23deg)}}.history-panel{width:0;box-shadow:-2px 0 8px #0000002e;transition:width .3s;display:flex;flex-direction:column;border-left:1px solid #222;background:#1a1a24}.history-panel.open{width:360px}.history-panel.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.history-panel__loading{margin:.5rem 0;display:flex;flex-direction:column;align-items:flex-start;width:calc(100% - 55px);gap:8px}.history-panel__header{color:#dedee2;display:flex;align-items:center;gap:8px;padding:12px 16px;font-weight:400;font-size:16px;border-bottom:1px solid #33333e;justify-content:space-between;min-height:44px}.history-panel__header-title{flex:1}.history-panel__header-icon{display:flex;align-items:center;justify-content:center;height:20px;width:20px}.history-panel__search{margin:16px;border:1px solid #a4a3b1;background:#1a1a24;border-radius:4px}.history-panel__search .motif-search-input-wrapper{display:flex!important;align-items:center!important;flex-direction:row!important;gap:8px;padding:4px 14px}.history-panel__search .motif-typeahead,.history-panel__search .motif-input-component{display:flex!important;align-items:center!important;flex-direction:row!important;gap:8px;width:100%}.history-panel__search .motif-typeahead-prefix-icon,.history-panel__search .motif-icon{color:#a4a3b1!important;display:flex;align-items:center;justify-content:center;flex:none!important;height:20px;width:20px;margin:0;cursor:pointer}.history-panel__search .motif-input{background:#1a1a24;color:#dedee2;border:none;outline:none;width:100%;font-size:14px;flex:1}.history-panel__search .motif-input::placeholder{color:#a4a3b1;opacity:1}.history-panel__search [aria-label="Clear Search"]{background:none!important;color:#a4a3b1!important;border:none;box-shadow:none;display:flex;align-items:center;justify-content:center;padding:0}.history-panel__content{flex:1;overflow-y:auto;padding:20px}.history-panel__section{margin-bottom:24px}.history-panel__section-title{color:#a4a3b1;font-family:EYInterstate;font-size:12px;font-style:normal;font-weight:400;line-height:20px;margin-bottom:10px;border-bottom:none;padding-bottom:0;text-decoration:none}.history-panel__message-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:8px;min-height:44px}.history-panel__message{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;flex:1 0 0;overflow:hidden;color:#dedee2;text-overflow:ellipsis;font-family:EYInterstate;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.history-panel__empty{color:#bbb;font-size:.95rem;margin-bottom:8px}.history-panel__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000003;z-index:9}.history-panel__delete-wrapper{position:absolute;top:100%;right:0;background:#23232f;box-shadow:0 2px 8px #00000026;z-index:10;min-width:150px;padding:8px;border-radius:4px}.history-panel__delete-btn{color:#ea011d;cursor:pointer;text-align:left;display:flex;align-items:center;gap:8px;font-size:14px;font-style:normal;font-weight:300;line-height:20px}.history-panel__delete-btn .motif-icon{height:18px}.history-panel__delete-btn svg,.history-panel__delete-btn path{fill:#ea011d}.history-panel__more-options{cursor:pointer;position:relative}.history-panel__more-options.active{background:#3f3f4c;padding:8px;border-radius:4px}.bottom-icons,.top-icons,.sidebar{display:flex;flex-direction:column}.bottom-icons,.top-icons{align-items:center}.sidebar{justify-content:space-between;padding:var(--spacing-lg) var(--spacing-md);box-sizing:border-box;width:var(--sidebar-width-collapsed);transition:width .3s;height:calc(100vh - 56px)}.sidebar .active,.sidebar .active .icon-button{border-radius:var(--border-radius-sm);background:var(--theme-neutral-200, #3f3f4c)}.sidebar .icon-button{padding:0}.sidebar .divider.overwrite{width:var(--sidebar-divider-width-collapsed);margin:var(--spacing-md) auto}.sidebar .home-link-text{display:none}.sidebar .home-link{display:flex;align-items:center;color:#dedee2;text-overflow:ellipsis;gap:var(--spacing-md);cursor:pointer;width:100%;font-size:14px;font-style:normal;font-weight:400;text-decoration:none;line-height:20px}.sidebar .home-link.disabled{cursor:not-allowed;opacity:.6}.sidebar.open{width:var(--sidebar-width-expanded);box-shadow:1px 1px 8px #0000002e}.open .home-link-text{flex:1;display:block}.open .divider.overwrite{width:var(--sidebar-divider-width-expanded)}.layout__content{display:flex}.layout__outlet{flex:1;overflow:auto;height:calc(100vh - 40px)}.layout__page-content{overflow:hidden auto;display:flex;height:calc(100vh - 145px)}.layout__page-content--fullscreen{height:calc(100vh - 140px)}.layout__page-outlet{flex:1}
