@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&family=Work+Sans:wght@400;500&display=swap";@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap";.header{box-sizing:border-box;background-color:#fff;border-bottom:1px solid #1c1c1c1a;justify-content:space-between;align-items:center;width:100%;max-width:1440px;height:70px;margin:0 auto;padding:0 40px;display:flex}.header__brand-container{flex-direction:row;align-items:center;gap:12px;display:flex}.header__menu-btn{display:none}.header__logo-link{align-items:center;display:flex}.header__logo{object-fit:contain;width:auto;height:32px}.header__nav{align-items:center;gap:24px;display:flex}.header__link{color:#1c1c1c;border-radius:6px;padding:6px 12px;font-family:Space Grotesk,Arial,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:all .2s}.header__link:hover{background-color:#f4f2fa}.header__link--active{color:#fff;background-color:#1c1c1c;font-weight:700}.header__account-btn{color:#1c1c1c;cursor:pointer;background-color:#1c1c1c0d;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:198px;height:36px;padding:12px 16px;font-family:Work Sans,Arial,sans-serif;font-size:14px;font-weight:500;transition:background-color .2s;display:flex}.header__account-btn:hover{background-color:#1c1c1c1a}.header__account-name{text-overflow:ellipsis;white-space:nowrap;margin-right:10px;overflow:hidden}.header__chevron-icon{flex-shrink:0;width:16px;height:16px;transition:transform .2s}.header__chevron-icon_open{transform:rotate(180deg)}.header__dropdown-menu{z-index:200;background:#fff;border-radius:4px;align-items:center;width:198px;height:36px;display:flex;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 4px 12px #0000001a}.header__dropdown-item{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:100%;padding:0 16px;transition:background-color .2s;display:flex}.header__dropdown-item:hover{background-color:#fa5a5a0d}.header__logout-text{color:#fa5a5a;font-family:Work Sans,Arial,sans-serif;font-size:14px;font-weight:500}.header__logout-icon{flex-shrink:0}@media (width<=1200px){.header{border-bottom:.7px solid #e5e7eb;justify-content:space-between;height:60.67px;padding:12px 16px}.header__menu-btn{cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;width:35.98px;height:35.98px;padding:0;display:inline-flex}.header__menu-icon{object-fit:contain;width:24px;height:24px}.header__nav{z-index:101;box-sizing:border-box;background-color:#fff;border-right:1px solid #1c1c1c1a;flex-direction:column;align-items:flex-start;gap:10px;width:75%;max-width:255px;padding:16px;display:none;position:fixed;top:60.67px;bottom:0;left:0}.header__nav.header__nav_mobile{justify-content:flex-end;height:calc(100vh - 60.67px);display:flex}.header__nav_mobile:before{content:"";background-color:#1c1c1c1a;width:100%;height:1px;margin-top:auto;margin-bottom:6px;display:block}.header__link{box-sizing:border-box;color:#1c1c1c;background:0 0;border-radius:4px;align-items:center;width:100%;height:36px;padding:8px 12px;font-family:Work Sans,Arial,sans-serif;font-size:14px;font-weight:400;display:flex}.header__link:hover{background-color:#1c1c1c0a}.header__link--active{color:#1c1c1c;background-color:#1c1c1c0a;font-weight:500}.header__dropdown-container,.header__account-btn{width:100%}.header__dropdown-menu{width:100%;box-shadow:none;border:1px solid #1c1c1c1a;margin-top:4px;position:static}}.app-layout{flex-direction:column;width:100%;min-height:100vh;display:flex}.app-layout__main{box-sizing:border-box;flex-grow:1;width:100%}.app-layout__backdrop{display:none}@media (width<=1200px){.app-layout__backdrop{top:60.67px;inset-inline:0;z-index:99;background:#0000004d;display:block;position:fixed;bottom:0}}.knowledge-base{box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:80px 40px;display:flex}.knowledge-base__main-content{flex-direction:column;align-items:stretch;gap:32px;width:100%;max-width:670px;display:flex}.knowledge-base__header-block{text-align:left;flex-direction:column;gap:12px;width:100%;display:flex}.knowledge-base__title{color:#1c1c1c;margin:0;font-family:Space Grotesk,Arial,sans-serif;font-size:32px;font-weight:700;line-height:120%}.knowledge-base__subtitle{color:#1c1c1c;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:18px;font-weight:400;line-height:100%}.knowledge-base__document-list{flex-flow:wrap;justify-content:flex-start;gap:10px;width:100%;margin:0;padding:0;list-style:none;display:flex}.knowledge-base__document-item{box-sizing:border-box;background-color:#fafafa;border:1px solid #1c1c1c14;border-radius:8px;align-items:center;gap:8px;height:44px;padding:8px 12px;display:inline-flex}.knowledge-base__document-name{color:#1c1c1c;font-family:Work Sans,Arial,sans-serif;font-size:14px}.knowledge-base__document-remove{color:#1c1c1c;opacity:.4;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:14px;display:flex}.knowledge-base__loading,.knowledge-base__empty-state{color:#1c1c1c;opacity:.6;margin:10px 0;font-family:Work Sans,Arial,sans-serif;font-size:14px}.knowledge-base__error{color:#ff4d4f;margin:10px 0;font-family:Work Sans,Arial,sans-serif;font-size:14px}.knowledge-base__save-button{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#1c1c1c;border:none;border-radius:8px;justify-content:center;align-self:flex-start;align-items:center;width:71px;height:38px;padding:10px 16px;font-family:Work Sans,Arial,sans-serif;font-size:16px;font-weight:500;transition:background-color .2s;display:flex}.knowledge-base__save-button:hover{background-color:#333}@media (width<=1200px){.knowledge-base{align-items:stretch;padding:32px 16px}.knowledge-base__main-content{gap:32px;max-width:100%}.knowledge-base__document-list{flex-flow:column;gap:12px}.knowledge-base__document-item{justify-content:space-between;height:48px;padding:12px 16px;display:flex}.knowledge-base__save-button{width:100%;height:44px;font-size:18px}}.upload-area{text-align:center;cursor:pointer;background-color:#f1f0fa;border:1px dashed #0000;border-radius:16px;padding:48px 40px;transition:background-color .2s,border-color .2s}.upload-area--active{background-color:#e6e4f5;border-color:#aa3bff}.upload-area__input{display:none}.upload-area__label{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;display:flex}.upload-area__text{color:#71717a;font-family:sans-serif;font-size:16px}.upload-area__text span{color:#71717a;font-weight:500;text-decoration:underline}.intro{box-sizing:border-box;flex-direction:column;flex-grow:1;justify-content:center;align-items:flex-start;width:100%;max-width:870px;margin:0 auto;padding:40px 24px;display:flex}.intro__title{color:#1c1c1c;margin:0 0 40px;padding-right:54px;font-family:Space Grotesk,Arial,sans-serif;font-size:48px;font-weight:700;position:relative}.intro__title-decoration{object-fit:contain;width:36px;height:43px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.intro__grid{gap:32px;width:100%;margin-bottom:40px;display:flex}.intro__card{box-sizing:border-box;background-color:#f4f2fa;border-radius:16px;flex-direction:column;flex:1;align-items:flex-start;padding:16px;display:flex}.intro__card-icon{object-fit:contain;width:106px;height:auto;margin-bottom:24px}.intro__card-text{color:#1c1c1c;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:18px;line-height:140%}.intro__action-container{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:870px;display:flex}.intro__prompt{color:#1c1c1c;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:20px}.intro__start-btn{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#1c1c1c;border:none;border-radius:8px;justify-content:center;align-items:center;height:44px;padding:10px 18px 10px 16px;font-family:Space Grotesk,Arial,sans-serif;font-size:18px;font-weight:700;transition:background .3s,transform .1s;display:inline-flex}.intro__start-btn:hover{background:linear-gradient(135deg,#2e1065 0%,#4c1d95 100%)}.intro__start-btn:active{transform:scale(.98)}@media (width<=768px){.intro{text-align:center;align-items:center;padding:32px 16px}.intro__title{text-align:center;width:auto;max-width:354px;margin-bottom:32px;padding-right:0;font-size:48px;display:inline-block}.intro__title-decoration{vertical-align:middle;margin-left:12px;display:inline-block;position:relative;top:-4px;right:auto;transform:none}.intro__grid{flex-direction:column;align-items:center;gap:12px;width:100%;max-width:362px;margin-bottom:32px}.intro__card{box-sizing:border-box;background-color:#f6f3ff;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;width:362px;height:142px;padding:16px}.intro__card-icon{object-fit:contain;width:auto;height:80px;margin-bottom:0}.intro__card-text{text-align:left;font-size:16px;line-height:130%}.intro__action-container{align-items:center;gap:16px}}.chat{box-sizing:border-box;background-color:#fff;flex-direction:row;width:100%;max-width:1440px;height:calc(100vh - 70px);margin:0 auto;display:flex}.chat:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#fff 35%);height:340px;position:fixed;bottom:0;left:0;right:0}.chat__sidebar{box-sizing:border-box;background-color:#fafafa;border-right:1px solid #1c1c1c1a;flex-direction:column;width:252px;min-width:252px;height:100%;padding:16px;display:flex}.chat__new-btn{cursor:pointer;box-sizing:border-box;background-color:#fff;border:1px solid #1a1a1a26;border-radius:4px;justify-content:flex-start;align-items:center;width:220px;height:36px;margin-bottom:12px;padding:8px 12px;display:flex}.chat__new-btn-content{align-items:center;gap:4px;display:flex}.chat__plus-icon{object-fit:contain;width:9.33px;height:9.33px}.chat__new-btn-text{color:#1a1a1a;font-family:Work Sans,Arial,sans-serif;font-size:14px;font-weight:400;line-height:120%}.chat__title-input{color:#1c1c1c;box-sizing:border-box;background-color:#fff;border:1px solid #1c1c1c33;border-radius:4px;outline:none;width:220px;height:36px;margin-bottom:12px;padding:8px 12px;font-family:Work Sans,Arial,sans-serif;font-size:14px}.chat__title-input:focus{border-color:#1a1a1a}.chat__list{flex-direction:column;gap:10px;width:220px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.chat__item{color:#1c1c1c;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;border-radius:4px;align-items:center;width:220px;height:36px;padding:8px 12px;font-family:Work Sans,Arial,sans-serif;font-size:14px;font-weight:400;transition:background-color .15s;display:flex;overflow:hidden}.chat__item:hover{background-color:#1c1c1c0a}.chat__item_active{color:#1c1c1c;background-color:#9679d933;font-weight:500}.chat__sidebar-message{color:#71717a;padding:0 12px;font-family:Work Sans,Arial,sans-serif;font-size:14px}.chat__main{box-sizing:border-box;background-color:#fff;flex-direction:column;flex-grow:1;height:100%;display:flex}.chat__workspace-container{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;height:100%;display:flex}.chat__workspace-container_empty{justify-content:flex-start;gap:32px;margin-top:260px}.chat__workspace-container:not(.chat__workspace-container_empty){justify-content:space-between;padding:40px 40px 140px}.chat__no-chats-frame{text-align:center;box-sizing:border-box;flex-direction:column;align-items:center;width:670px;margin:260px auto 0;display:flex}.chat__no-messages{text-align:center;box-sizing:border-box;width:670px}.chat__prompt-text{color:#1c1c1c;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:32px;font-weight:600;line-height:120%}.chat__prompt-btn{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#1c1c1c;border:none;border-radius:8px;justify-content:center;align-items:center;width:168px;height:44px;margin-top:32px;padding:10px 16px;font-family:Work Sans,Arial,sans-serif;font-size:18px;font-weight:500;transition:background-color .2s;display:flex}.chat__prompt-btn:hover{background-color:#333}.chat__message-loading{margin:auto;font-size:18px}.chat__error-container{box-sizing:border-box;flex-direction:column;align-items:center;gap:32px;width:670px;margin:226px auto 0;display:flex}.chat__error-icon-box{justify-content:center;align-items:center;width:182.69px;height:154px;display:flex}.chat__error-icon{object-fit:contain;width:100%;height:100%}.chat__error-text-block{text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;display:flex}.chat__error-title{color:#fa5a5a;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:32px;font-weight:600;line-height:100%}.chat__error-message{color:#1c1c1c;margin:0;font-family:Work Sans,Arial,sans-serif;font-size:20px;font-weight:400;line-height:100%}.chat__error-button{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#1a1a1a;border:none;border-radius:10px;justify-content:center;align-items:center;width:210px;height:44px;padding:10px 18px;font-family:Work Sans,Arial,sans-serif;font-size:18px;font-weight:500;transition:background-color .15s ease-in-out;display:flex}.chat__error-button:hover{background-color:#333}.chat__footer{z-index:100;box-sizing:border-box;background:0 0;justify-content:center;padding-bottom:32px;display:flex;position:fixed;bottom:0;left:252px;right:0}.chat__input-bar{box-sizing:border-box;background-color:#fff;border:1px solid #1c1c1c26;border-radius:16px;align-items:center;width:670px;min-height:56px;padding:8px 16px;display:flex}.chat__input{resize:none;color:#1c1c1c;background:0 0;border:none;outline:none;flex-grow:1;padding:4px 0;font-family:Work Sans,Arial,sans-serif;font-size:18px;font-weight:400;line-height:100%}.chat__input::placeholder{color:#1c1c1c;opacity:.5}.chat__input:disabled{color:#71717a}.chat__send{color:#1c1c1c;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;margin-left:12px;padding:0;transition:color .15s,opacity .15s;display:flex}.chat__send:disabled{color:#a1a1aa;opacity:.4;cursor:not-allowed}.chat__send-vector{width:100%;height:100%}.chat__messages{box-sizing:border-box;flex-direction:column;flex-grow:1;gap:24px;width:100%;max-width:670px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.chat__messages::-webkit-scrollbar{display:none}.chat__messages{-ms-overflow-style:none;scrollbar-width:none}.chat__message{box-sizing:border-box;max-width:75%;font-family:Work Sans,Arial,sans-serif;font-size:16px;line-height:150%}.chat__message_user{color:#1c1c1c;background-color:#fafafa;border:1px solid #1c1c1c14;border-radius:18px 18px 2px;align-self:flex-end;padding:12px 18px}.chat__message_assistant{color:#1c1c1c;background-color:#0000;align-self:flex-start;max-width:85%;padding:0}.chat__message_assistant p{margin-bottom:12px}.chat__message_assistant p:last-child{margin-bottom:0}.chat__message_assistant strong{font-weight:600}.chat__message_assistant ul,.chat__message_assistant ol{margin-bottom:12px;padding-left:20px}.chat__message_assistant li{margin-bottom:4px}.chat__message_assistant h1,.chat__message_assistant h2,.chat__message_assistant h3{color:#1c1c1c;margin:16px 0 8px;font-weight:600}.chat__message_assistant h3{font-size:18px}.chat__message_assistant hr{border:none;border-bottom:1px solid #1c1c1c1a;margin:16px 0}.chat__message_assistant code{background:#0000000f;border-radius:4px;padding:2px 5px;font-family:ui-monospace,Cascadia Code,SF Mono,monospace;font-size:.9em}@media (width<=1200px){.chat{height:calc(100vh - 60.67px)}.chat:after{background:#fff;border-top:.7px solid #e5e7eb;height:141.17px}.chat__sidebar{z-index:102;background:#fafafa;border-right:1px solid #1c1c1c1a;flex-direction:column;width:75%;max-width:255px;height:70%;transition:transform .25s;display:flex;position:fixed;top:60.67px;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.chat__sidebar_open{transform:translate(0)}.chat__workspace-container{justify-content:space-between;height:100%}.chat__workspace-container:not(.chat__workspace-container_empty){padding:0}.chat__workspace-container_empty{margin-top:0}.chat__workspace-container_empty .chat__no-messages{width:100%;max-width:100%;margin:auto 0;padding:0 32px}.chat__messages{width:100%;max-width:100%;height:calc(100% - 141.17px);margin:0;padding:24px 15.99px 16px}.chat__message_assistant{max-width:100%}.chat__message_user{max-width:85%}.chat__footer{box-sizing:border-box;background-color:#0000;border-top:none;align-items:flex-start;width:100%;height:141.17px;padding:16.69px 15.98px 24.48px;display:flex;position:fixed;bottom:0;left:0;right:0}.chat__workspace-container_empty .chat__footer{background-color:#0000;border-top:none}.chat__input-bar{background-color:#fff;border:1px solid #1c1c1c4d;border-radius:8px;align-items:flex-end;width:100%;max-width:100%;height:100px;min-height:100px;padding:10px 16px;display:flex}.chat__input{height:100%;font-family:Work Sans,Arial,sans-serif;font-size:16px;line-height:130%}.chat__no-chats-frame{width:100%;max-width:100%;margin-top:140px;padding:0 16px}.chat__error-container{width:100%;max-width:100%;margin-top:100px;padding:0 16px}.chat__prompt-text,.chat__error-title{text-align:center;font-size:24px}}.app{background-color:#fafafa;flex-direction:column;width:100%;min-height:100vh;display:flex}.auth-container{background-color:#f9fafb;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-header{box-sizing:border-box;justify-content:flex-start;align-items:center;width:100%;padding:30px 40px;display:flex;position:absolute;top:0;left:0;box-shadow:none!important;background:0 0!important;border:none!important}.auth-header__logo{width:auto;height:26px;display:block}.auth-card{box-sizing:border-box;background:#fff;border-radius:16px;width:440px;padding:32px;box-shadow:0 20px 40px #0000000d}.auth-heading-container{width:380px;margin-bottom:40px}.auth-title{color:#1c1c1c;margin:0 0 8px;font-family:Space Grotesk,sans-serif;font-size:32px;font-weight:700;line-height:100%}.auth-subtitle{color:#1c1c1c;margin:0;font-family:Work Sans,sans-serif;font-size:14px;font-weight:400;line-height:100%}.auth-tabs{gap:12px;width:380px;margin-bottom:24px;display:flex}.auth-tab-link{box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;width:184px;height:44px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;text-decoration:none;display:flex}.auth-tab-link--active{color:#000;background-color:#9e79d999}.auth-tab-link--inactive{color:#000;background-color:#fff;border:1px solid #9e79d933}.form-group{width:380px;margin-bottom:24px}.form-label{color:#1c1c1c;margin-bottom:12px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400;line-height:100%;display:block}.form-input{box-sizing:border-box;border:1px solid #1c1c1c4d;border-radius:8px;width:380px;height:44px;padding:10px 16px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:400}.form-input:focus{border-color:#9e79d9;outline:none}.form-input--error{border-color:#ef4444!important}.error-message{color:#ef4444;margin-top:6px;font-family:Work Sans,sans-serif;font-size:14px;display:block}.form-submit-container{width:380px;display:flex}.form-submit{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:8px;width:164px;height:44px;font-family:Work Sans,sans-serif;font-size:18px;font-weight:500;transition:opacity .2s}.form-submit:hover{opacity:.9}.form-submit:disabled{cursor:not-allowed;opacity:.6;background-color:#9ca3af}:root{--bg:#fafafa;--text:#1c1c1c;--border:#e2e8f0;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg);min-height:100vh;margin:0}#root{box-sizing:border-box;width:100%;min-height:100vh}h1,h2,h3{color:var(--text);margin:0}p{margin:0}
