@charset "UTF-8";:root{--black-4: #0000000a;--black-10: #0000001a;--black-40: #00000066;--black-80: #000000cc;--white-40: #ffffff66;--primary-color: #0088ff;--primary-hover: #0066cc;--secondary-bg: #f8f9fa;--text-color: #333333;--border-color: #e0e0e0;--message-bg: #ffffff;--padding-page: 0px 48px 64px}html[data-theme=dark]{--main-background: #333333;--main-text: #eeeeee;--primary-color: #4a90e2;--primary-hover: #357abd;--secondary-bg: #2a2a2a;--text-color: #ffffff;--border-color: #444444;--message-bg: #3a3a3a}html[data-theme=light]{--main-background: #fcfcf9;--main-text: #ffffff;--primary-color: #0088ff;--primary-hover: #0066cc;--secondary-bg: #f8f9fa;--text-color: #333333;--border-color: #e0e0e0;--message-bg: #ffffff}body{margin:0;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .8s;color:var(--main-text);height:100vh}.app{display:flex;flex-direction:column;height:100vh;background-color:var(--main-background);transition:background-color .8s}.app-content{height:calc(100vh - 70px)}.status{font-size:14px;line-height:26px;font-weight:600;height:36px;padding:4px 12px;border-radius:8px;text-align:center}.status svg{width:16px;height:16px;margin-left:4px}.status svg path{fill:#4caf50}.status.inProcess{border:1px solid rgba(255,152,0,.24);background:#ff98001f;color:#ff9800}.status.done{border:1px solid rgba(76,175,80,.24);background:#4caf501f;color:#4caf50}.status.error{border:1px solid rgba(244,67,54,.24);background:#f443361f;color:#f44336}.status.waiting{border:1px solid rgba(0,136,255,.24);background:#0088ff1f;color:#08f}.status-btn{width:36px;height:36px;padding:9px;border-radius:9px;background-color:#fff;border:1px solid rgba(0,0,0,.2);font-size:18px;display:flex;align-items:center;justify-content:center;cursor:pointer}.status-btn.hide-btn{opacity:0;pointer-events:none}.header{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;position:relative;justify-content:space-between;width:100%;height:70px;padding:0 4.5vw;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 12px #0f172a0a;gap:32px}.header__left{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:9vw}.header__logo{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:10px;cursor:pointer;max-width:225px}.header__tabs{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:28px}.header__tab{position:relative;border:none!important;background:transparent;padding:8px 0;cursor:pointer;transition:color .2s ease;width:100%!important}.header__tab:hover,.header__tab:focus,.header__tab:active,.header__tab:focus-visible{border:none!important;outline:none!important;box-shadow:none!important}.header__tab-text{font-size:14px;font-weight:600;color:var(--black-80)}.header__tab--active .header__tab-text{color:var(--primary-color)}.header__auth{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:12px}.header__auth .custom-button{width:auto;height:40px;padding:0 20px;border-radius:999px;font-weight:600}.header__menu{display:none!important;width:44px;height:44px;padding:0;border-radius:50%;background:transparent;border:1px solid transparent}.header__menu-wrapper{display:none}.header__sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;justify-content:flex-end;align-items:stretch;flex-direction:row;flex-wrap:nowrap;z-index:1000}.header__sidebar{width:280px;max-width:80%;height:100%;background:#fff;box-shadow:-4px 0 16px #0f172a29;padding:24px 20px;display:flex;justify-content:space-between;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:16px;animation:header-sidebar-slide-in .25s ease-out}.header__sidebar-nav{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:8px}.header__sidebar-nav>button{width:auto;justify-content:flex-start}.settings-item{margin-left:10px}.header__sidebar-item{width:100%;text-align:left;padding:10px 12px;border-radius:10px;border:none;background:transparent;font-size:15px;font-weight:500;color:#111827;cursor:pointer;transition:background .15s ease,color .15s ease}.header__sidebar-item:hover{background:#f3f4f6}.header__sidebar-item--active{color:var(--primary-color)}@keyframes header-sidebar-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.header__auth .default:hover{background:#0088ff1a!important;border-color:#0088ff3d!important}@media (max-width: 992px){.header{padding:0 20px;gap:16px;max-height:64px}.header__logo{max-width:173px}.header__logo:has(>:only-child){width:33px}.header__menu-wrapper{display:block;position:relative}.header__left{gap:16px}.header__tabs,.header__auth{display:none}.header__menu{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;display:flex!important}.header__expert-select{max-width:190px;width:100%}}.custom-button{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;white-space:nowrap;width:3em;height:3em;padding:.5em;border:none;border-radius:.75rem;cursor:pointer;font-size:clamp(.875rem,2vw,1rem);transition:background .2s ease;position:relative;overflow:hidden;gap:8px}.custom-button:active{transform:scale(.98)}.custom-button:focus{outline:none;box-shadow:0 0 0 2px #0000001a}.custom-button:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.custom-button:focus:not(:active):after{animation:ripple .6s ease-out}.custom-button svg{width:24px;height:24px;transition:all .2s ease}.primary{background-color:var(--primary-color);color:#fff}.primary path{fill:#fff;width:12px;height:12px}.primary:hover{background-color:#0181f0}.primary:active{background-color:#006cca;box-shadow:inset 0 2px 4px #0003}.default{background-color:#fff;border:1px solid rgba(0,0,0,.2)}.default:disabled{border:none;cursor:not-allowed}.default:disabled svg path{fill:#0003}.default:hover:not(:disabled){border:1.2px solid #ced4da;background-color:#e9ecef}.default:focus{outline:none;box-shadow:0 0 0 2px #0000001a}.ghost{border-radius:94px;opacity:1;gap:10px;padding:14px 25px;background-color:#0088ff0d;color:var(--primary-color)}.ghost span{font-weight:600}.ghost:hover:not(:disabled){background-color:#0088ff15}.ghost:focus{outline:none;box-shadow:0 0 0 2px #0000001a}.red:hover:not(:disabled),.red:focus:not(:disabled){border:1.2px solid rgba(244,67,54,.2392156863);background-color:#f443361f;color:red}.red:hover:not(:disabled) svg path,.red:focus:not(:disabled) svg path{fill:#f44336}.green:hover:not(:disabled),.green:focus:not(:disabled){color:#4caf50;border:1.2px solid #4caf50;background-color:#4caf501f}.green:hover:not(:disabled) svg path,.green:focus:not(:disabled) svg path{fill:#4caf50}.blue:hover:not(:disabled),.blue:focus:not(:disabled){color:#08f;border:1.2px solid rgba(0,136,255,.4);background-color:#0088ff1f}.blue:hover:not(:disabled) svg path,.blue:focus:not(:disabled) svg path{fill:#08f}.popover{justify-content:flex-start;text-align:start;width:100%;height:2.2em;background-color:transparent;border:1.2px solid transparent}.popover:hover{background-color:#0000000a}.popover svg{width:1.25em;height:1.25em;color:#343330}.circle{border-radius:50%}.expert-select{position:relative;width:100%}.expert-select__label{margin:0 0 8px;font-size:13px;color:#0000008c}.expert-select__control{display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap;width:100%;height:72px;padding:13px 12px;border-radius:12px;border:1px solid var(--black-10);background:#fff;box-shadow:0 8px 20px #0000000a;cursor:pointer;transition:box-shadow .2s ease,transform .15s ease,border-color .2s ease;text-align:left;gap:12px}.expert-select__control:hover{border-color:#0088ff40;box-shadow:0 16px 32px #0000000f;transform:translateY(-1px)}.expert-select__control:focus-visible{outline:2px solid #0077ff;outline-offset:2px}.expert-select__control-content{display:flex;justify-content:normal;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:12px;flex:1;min-width:0}.expert-select__avatar{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;flex:0 0 46px;width:46px;height:46px;border-radius:190px}.expert-select__avatar img{width:46px;height:46px;object-fit:contain}.expert-select__text{display:flex;justify-content:center;align-items:normal;flex-direction:column;flex-wrap:nowrap;gap:2px;min-width:0}.expert-select__name{font-size:14px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-select__description{font-size:12px;line-height:16px;color:#0009;white-space:normal;line-clamp:2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.expert-select__chevron{position:relative;width:16px;height:16px}.expert-select__chevron svg{width:16px;height:16px}.expert-select--open .expert-select__chevron:before{transform:rotate(-135deg)}.expert-select__dropdown{position:absolute;top:calc(100% + 8px);right:0;left:auto;width:360px;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:4px;background:#fff;border-radius:18px;border:1px solid var(--black-10);box-shadow:0 18px 40px #0000001f;padding:8px 14px;z-index:20;max-height:360px;overflow-y:auto;opacity:1;transform:translateY(0);transition:opacity .22s ease-out,transform .22s ease-out}.expert-select__dropdown-header{padding:10px 18px 6px;font-size:13px;font-weight:500;color:#6b7280}.expert-select__option{display:flex;justify-content:normal;align-items:center;flex-direction:row;flex-wrap:nowrap;width:100%;min-height:76px;padding:18px;background:transparent;border-radius:12px;border:none;cursor:pointer;gap:12px;text-align:left;transition:background-color .15s ease}.expert-select__option:hover,.expert-select__option--active{background:var(--black-4)}.expert-select__dropdown--closing{opacity:0;transform:translateY(8px)}.expert-select--compact .expert-select__control{width:100%;max-height:40px;border-radius:500px;height:64px}.expert-select--compact .expert-select__control-content{justify-content:normal}.expert-select--compact .expert-select__avatar{flex:0 0 28px;width:28px;height:28px}.expert-select--compact .expert-select__avatar img{width:28px;height:28px}.expert-select--compact .expert-select__text{gap:0}.expert-select--compact .expert-select__name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 991px){.expert-select__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;animation:expert-select-overlay-fade-in .3s ease-out;opacity:1;transition:opacity .22s ease-out}.expert-select__option{justify-content:normal}.expert-select__modal{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:28px 28px 0 0;z-index:1000;max-height:80vh;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;box-shadow:0 -4px 20px #00000026;animation:expert-select-modal-slide-up .3s ease-out;transform:translateY(0);opacity:1;transition:transform .22s ease-out,opacity .22s ease-out}.expert-select__modal-header{display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap;padding:20px 20px 16px}.expert-select__modal-title{font-size:18px;font-weight:600;color:#111827;margin:0}.expert-select__modal-close{width:36px;height:36px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;border-radius:50%;transition:background-color .15s ease,color .15s ease}.expert-select__modal-close:hover{background:var(--black-4);color:#111827}.expert-select__modal-content{padding:8px 14px 20px;overflow-y:auto;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;gap:4px}.expert-select__modal-content .expert-select__description{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical}.expert-select__overlay--closing{opacity:0}.expert-select__modal--closing{transform:translateY(100%);opacity:0}@keyframes expert-select-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes expert-select-modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}}@media (max-width: 640px){.expert-select__control{padding:8px 10px}.expert-select__dropdown{left:0;right:0;width:100%}.expert-select__description{display:none}.expert-select__dropdown{border-radius:16px}}.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.loader-spinner{width:36px;height:36px;border:2px solid #FFFFFF;border-top:2px solid #4EC43B;border-radius:50%;animation:spin 2s linear infinite}.loader-text{font-size:20px;color:#fff}.loader-container{display:flex;justify-content:center;flex-direction:column;align-items:center;position:fixed;top:55%}.user-profile,.user-profile__container{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:12px}.user-profile-avatar{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--primary-color);color:#fff;font-weight:600;font-size:14px;justify-content:center;letter-spacing:.02em}.user-profile-requests{font-size:14px;color:#0006;cursor:default;display:flex;align-items:center}.user-profile-requests-error{color:red}.user-profile-requests svg{width:25px;height:25px;margin-left:5px}.user-profile-name{font-size:15px;font-weight:500;color:#111827}.user-profile-logout{border:none}.user-profile-login{border-radius:94px;padding:9px 19px;line-height:20px;font-size:14px;background:#08f;color:#fff}@media (max-width: 992px){.user-profile__container{display:flex;justify-content:center;align-items:center;flex-direction:column-reverse;flex-wrap:nowrap}.user-profile-block{display:none}}.auth{display:flex;justify-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;margin-top:1.5em}.auth-form{display:flex;justify-content:space-around;align-items:normal;flex-direction:column;flex-wrap:nowrap;gap:1em}.auth-form-btns{margin-top:1em}.auth-form-btns button{margin-bottom:1em}.auth-form :where(.css-dev-only-do-not-override-mc1tut).ant-input-affix-wrapper-lg{border-radius:16px}.auth-form .ant-form-item-control-input input{min-height:36px}.custom-modal__backdrop{position:absolute;top:0;z-index:10000;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap}.custom-modal__content{position:relative;background:#fff;border-radius:1rem;box-shadow:0 .5rem 2rem #00000040;width:100%;max-width:416px;padding:1.5rem;animation:scaleIn .25s ease-out}@media (max-width: 768px){.custom-modal__content{border-radius:.75rem;padding:1.25rem 1rem;max-width:70%}}.custom-modal__header{font-size:1.2rem;margin-bottom:.75rem}.custom-modal__body{max-height:70vh;overflow-y:auto;font-size:.95rem;padding:2px}.custom-modal__body--default{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:1rem}.custom-modal__delete{display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.custom-modal__delete>button{width:auto}body{margin:0;font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden}h3{margin:8px 0}h2{font-size:1.33em;margin:0}p{margin:10px 0}*{box-sizing:border-box}::-webkit-scrollbar{height:6px;width:4px}::-webkit-scrollbar-thumb{background-color:#0003;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer}::-webkit-scrollbar-thumb:hover{background-color:var(--black-40);border:1px solid rgba(255,255,255,.2)}::-webkit-scrollbar:vertical{width:4px}::-webkit-scrollbar-thumb:vertical{background-color:#0003;border:1px solid rgba(255,255,255,.2);border-radius:8px;transition:background-color .2s ease border .2s ease}::-webkit-scrollbar-thumb:vertical:hover{background-color:var(--black-40);border:1px solid rgba(255,255,255,.2)}a,button,div,input,span{font-family:Inter,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}#root{height:100%}:root{--background-light: #ffffff;--background-dark: #212327;--text-light: #000000;--text-dark: #ffffff}.light-theme{background-color:var(--background-light);color:var(--text-light)}.dark-theme{background-color:var(--background-dark);color:var(--text-dark)}.code-block span{font-family:Droid Sans Mono,monospace}code{color:#dd4a68}pre.code-block code{display:block;overflow-x:auto;white-space:pre;word-wrap:normal;background-color:#f9f9f9;padding:1rem 0;border-radius:12px;box-shadow:0 2px 4px var(--black-10);max-width:100%}.message-content table{width:100%;border-collapse:collapse;margin:10px 0;font-size:14px;display:block;overflow-x:auto}.message-content th,.message-content td{border:1px solid #ddd;padding:2px 6px}.message-content th{background-color:#f2f2f2;font-weight:700}.message-content tr:nth-child(2n){background-color:#f9f9f9}.message-content tr:hover{background-color:#f1f1f1}.ant-form-item-label{position:static}.ant-select-selection-wrap{align-self:normal!important}@media (max-width: 600px){.message-content table{max-height:250px;white-space:nowrap;margin:0}.message-content th,.message-content td{min-width:100px}}.custom-input{position:relative}.custom-input label{padding-left:2px;font-size:12px!important;position:absolute!important;top:-1px;left:10px;z-index:10;background-color:var(--background-light)}.custom-input :where(.css-dev-only-do-not-override-mc1tut).ant-col{position:static}.custom-input .ant-input{border-radius:16px;min-height:52px}.custom-input :where(.css-dev-only-do-not-override-mc1tut).ant-steps .ant-steps-item-process .ant-steps-item-icon{width:24px;height:24px}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.message{max-width:792px;width:100%;height:fit-content;margin:24px 0;overflow-wrap:break-word;display:flex;flex-direction:column;position:relative}.message.user{align-items:flex-end}.message.bot{align-items:flex-start}.message:not(:last-child):after{content:"";position:absolute;bottom:-24px;width:100%;height:1px;background-color:#00000010}.message:first-child{margin-top:28px}.message:last-child{margin-bottom:0}.placeholder{min-width:300px;min-height:0px;background:linear-gradient(90deg,#2e5379 25%,#3498db,#2e5379 75%);background-size:200% 100%;animation:loading 1.5s infinite,fadeIn .5s ease-in-out forwards;border-radius:8px;filter:blur(2px)}.animating{min-height:120px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.loading-animation{width:100%;height:100%}.icon{grid-area:a;min-width:32px;min-height:32px;width:32px;height:32px}.icon svg{border-radius:50%;width:100%;height:100%}.message-content{grid-area:b;line-height:28px;font-size:18px}.message-content:not(.audio).user{padding:14px 28px;border-radius:20px 20px 0;background-color:var(--primary-color);color:#fff;width:fit-content}.message-content.bot{padding:24px 28px;border-radius:20px 20px 20px 0;background-color:var(--black-4);width:100%}.message-content p:first-child{margin-top:0}.message-content strong:has(+ul .source-link){display:block;font-weight:600;font-size:16px;color:#374151;margin:16px 0 8px}.message-content ul:has(.source-link){list-style:none;padding-left:0;margin-top:0}.message-content ul:has(.source-link) li{padding-left:0;margin:4px 0}.message-content ul:has(.source-link) li a{cursor:pointer}.message-content .source-link{color:var(--primary-color);text-decoration:underline;text-decoration-color:var(--primary-color);text-underline-offset:3px;font-size:14px;line-height:1.4;transition:all .2s ease}.message-content .source-link:visited{color:#6b7280;text-decoration-color:#6b7280}.message-content .source-link.source-link--generated{color:#5c7ebd;text-decoration-color:#5c7ebd;font-style:italic}.message-content .source-link.source-link--generated:visited{color:#6b7280;text-decoration-color:#6b7280}.loading-text{grid-area:b;font-weight:400;font-size:18px;color:#0006;line-height:28px}.suggested-links-wrapper{grid-area:d}@media (max-width: 700px){.message{width:100%;max-width:100%}.message:not(:last-child):after{left:0;width:100%}.message:first-child{margin-top:20px}.message:last-child{margin-bottom:96px}.thumb-container{grid-area:c;margin:16px 0 0 52px}.suggested-links-wrapper{grid-area:c}.message-content{grid-area:b;font-size:14px;line-height:20px;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.loading-text{font-size:14px;line-height:20px}.message-content strong:has(+ul .source-link){font-size:14px;margin:12px 0 6px}.message-content ul:has(.source-link){margin:8px 0}.message-content ul:has(.source-link) li{margin:3px 0}.message-content .source-link{font-size:12px;margin-left:6px;text-underline-offset:2px}}.thumb-wrapper{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:24px;width:100%}.thumb-buttons{display:flex;align-items:center;justify-content:flex-start;gap:8px}.thumb-wrapper .thumb-button{width:40px;height:40px;padding:8px;background:none;border:none;border-radius:6px;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.thumb-wrapper .thumb-button:hover{background-color:#b4b4b433}.thumb-wrapper .thumb-button.liked-button{background-color:#4ec43b33!important}.thumb-wrapper .thumb-button.disliked-button{background-color:#c43b3d40}.thumb-wrapper .thumb-button:focus{outline:none}.liked{color:#4ec43b}.thumb-icon{color:#b4b4b4;width:20px;height:20px}.thumb-icon path{fill:#b4b4b4}.disliked{color:#c01c1c}.copied{color:#4ec43b}@media (max-width: 700px){.thumb-wrapper .thumb-button{width:28px;height:28px;padding:4px}.thumb-icon{width:16px;height:16px}}.feedback-comment{position:relative;display:flex;justify-content:center;align-items:normal;flex-direction:column;flex-wrap:nowrap;background:#fffc;border:1px solid #e1e5e9;border-radius:8px;padding:10px 14px 14px;margin-top:8px;max-width:792px;max-height:320px;animation:slideDown .2s ease-out}.feedback-comment--like:before{content:"";position:absolute;top:-8px;left:12px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff;z-index:2}.feedback-comment--like:after{content:"";position:absolute;top:-9px;left:12px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #e1e5e9;z-index:1}.feedback-comment--dislike:before{content:"";position:absolute;top:-8px;left:60px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff;z-index:2}.feedback-comment--dislike:after{content:"";position:absolute;top:-9px;left:60px;width:0;height:0;border-left:9px solid transparent;border-right:9px solid transparent;border-bottom:9px solid #e1e5e9;z-index:1}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feedback-comment-header{flex:1;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap;padding-bottom:10px}.feedback-comment-title{font-size:13px;font-weight:500;color:#0006}.feedback-comment-arrow{width:18px;height:18px;background:none;border:none;cursor:pointer;padding:0;transition:background-color .2s}.feedback-comment-arrow path{fill:#b4b4b4}.feedback-comment-close{background:none;border:none;color:#666;cursor:pointer;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.feedback-comment-close:hover{background-color:#f5f5f5}.feedback-comment-close path{fill:#b4b4b4}.feedback-comment-options{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.feedback-comment-custom-container{display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:6px;border:1px solid rgba(0,0,0,.1019607843);border-radius:12px;padding:12px;height:100%;flex:1}.feedback-comment-header-left{display:flex;align-items:center;gap:4px}.feedback-comment-actions{display:flex;justify-content:flex-end}.feedback-comment-submit{background:#007bff!important;width:28px;height:28px}.feedback-comment-submit:hover:not(.disabled){background:#0056b3!important}.feedback-comment-submit.disabled{background:#fffc!important;cursor:not-allowed;color:#0006!important}@media (max-width: 700px){.feedback-comment-options{display:grid;grid-template-columns:repeat(3,1fr)}.feedback-comment-option{min-width:100px;white-space:nowrap}.feedback-comment--like:before{left:8px}.feedback-comment--like:after{left:8px}.feedback-comment--dislike:before{left:40px}.feedback-comment--dislike:after{left:40px}}.auto-resizable-textarea{width:100%;min-height:20px;max-height:700px;padding:0;font-size:clamp(.875rem,2vw,1rem);line-height:1.5;color:var(--input-text);border:none;outline:none;background-color:transparent;resize:none;overflow-y:auto;font-family:Inter,sans-serif;transition:height .3s ease}.auto-resizable-textarea::placeholder{color:#0006}.auto-resizable-textarea:disabled{opacity:.6;cursor:not-allowed}.auto-resizable-textarea:focus{outline:none}.suggested-links{margin-top:16px}.suggested-links .links-title{width:fit-content;font-size:18px;line-height:28px;color:#0006;margin:0 0 16px auto}.suggested-links .links-container{display:flex;gap:8px;flex-direction:column;align-items:flex-end}.suggested-links .link-item{max-width:300px;display:inline-block;padding:8px 16px;border:1px solid rgba(0,0,0,.1);border-radius:16px;font-size:16px;line-height:14px;opacity:1;transform:translateY(0);transition:background-color .2s ease,opacity .5s ease,transform .5s ease;width:fit-content;max-width:792px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;position:relative;color:#08f}.suggested-links .link-item:hover{background:#0088ff1a;text-decoration:none}.suggested-links .link-item:visited{color:#6b7280}.suggested-links .link-item.fade-in{animation:fadeIn .5s ease forwards}@media (max-width: 700px){.suggested-links{padding-left:0}.suggested-links .links-title{font-size:14px;line-height:20px}.suggested-links .link-item{text-wrap:wrap;font-size:14px;line-height:20px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.audio-message{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:20px;width:100%;min-width:140px;position:relative;box-shadow:0 2px 8px #0000001a}.audio-message.user{background:linear-gradient(135deg,var(--primary-color) 0%,#4a90e2 100%);color:#fff;margin-left:auto}.audio-message.user .play-button{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.audio-message.user .play-button:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80;transform:scale(1.1)}.audio-message.user .play-button.playing{background:#ffffff40;border-color:#fff9}.audio-message.user .waveform-bar{background:#ffffff4d}.audio-message.user .waveform-bar.played{background:#fffc}.audio-message.user .waveform-bar.current{background:#fff;box-shadow:0 0 8px #fffc}.audio-message.user .progress-bar::-webkit-slider-thumb{background:#fff;box-shadow:0 2px 8px #0000004d}.audio-message.user .progress-bar::-moz-range-thumb{background:#fff;box-shadow:0 2px 8px #0000004d}.audio-message.user .time-display{color:#fffffff2}.audio-message.bot{background:linear-gradient(135deg,var(--secondary-bg) 0%,#f8f9fa 100%);color:var(--text-color);border:1px solid var(--border-color)}.audio-message.bot .play-button{background:linear-gradient(135deg,var(--primary-color) 0%,#4a90e2 100%);color:#fff;border:2px solid var(--primary-color);box-shadow:0 2px 8px #4a90e24d}.audio-message.bot .play-button:hover:not(:disabled){background:linear-gradient(135deg,var(--primary-hover) 0%,#357abd 100%);transform:scale(1.1);box-shadow:0 4px 12px #4a90e266}.audio-message.bot .play-button.playing{background:linear-gradient(135deg,var(--primary-hover) 0%,#357abd 100%);box-shadow:0 4px 12px #4a90e280}.audio-message.bot .waveform-bar{background:#4a90e233}.audio-message.bot .waveform-bar.played{background:var(--primary-color)}.audio-message.bot .waveform-bar.current{background:var(--primary-hover);box-shadow:0 0 8px #4a90e299}.audio-message.bot .progress-bar::-webkit-slider-thumb{background:var(--primary-color);box-shadow:0 2px 8px #4a90e266}.audio-message.bot .progress-bar::-moz-range-thumb{background:var(--primary-color);box-shadow:0 2px 8px #4a90e266}.audio-message.bot .time-display{color:var(--text-color)}.audio-player{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.transcribe-button{display:inline-flex;border:1px solid var(--border-color);background:var(--secondary-bg);color:var(--primary-color);cursor:pointer;transition:all .2s ease;padding:8px;border-radius:12px}.transcribe-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 6px #00000014}.transcribe-button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.transcribe-button:disabled{opacity:.6;cursor:not-allowed}.transcribe-button svg{width:18px;height:18px}.transcribe-button svg path{fill:var(--primary-color)}.transcribe-button span{font-weight:600}.transcript-loading{font-size:14px;opacity:.8}.transcript-error{font-size:14px;color:#c0392b}.transcript-text{font-size:14px;line-height:1.5;margin-bottom:8px}.transcript-hide{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:14px 8px;border-radius:12px;border:1px solid var(--border-color);background:transparent;color:var(--text-color);cursor:pointer;transition:background .2s ease}.transcript-hide:hover{background:#0000000a}.transcript-hide svg{width:18px;height:18px}.transcript-hide svg path{fill:var(--primary-color)}.play-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0;font-weight:700}.play-button:hover:not(:disabled){transform:scale(1.1)}.play-button:active:not(:disabled){transform:scale(.95)}.play-button:disabled{opacity:.5;cursor:not-allowed}.play-button.playing{animation:pulse 2s infinite}.play-button svg{width:16px;height:16px}.audio-controls{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.time-display{display:flex;justify-content:space-between;font-size:12px;font-weight:600;line-height:1}.time-display .current-time{color:inherit}.time-display .duration{opacity:.8}.waveform-container{position:relative;height:40px;border-radius:20px;overflow:hidden;background:#0000000d}.waveform{display:flex;align-items:flex-end;justify-content:space-between;height:100%;padding:8px 12px;gap:2px}.waveform-bar{flex:1;min-width:2px;border-radius:1px;transition:all .2s ease;background:#0003}.waveform-bar:hover{transform:scaleY(1.1)}.progress-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none}.progress-overlay .progress-bar{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;border:none;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;pointer-events:auto}.progress-overlay .progress-bar::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border-radius:50%;cursor:pointer;border:none;transition:all .2s ease}.progress-overlay .progress-bar::-moz-range-thumb{width:16px;height:16px;border-radius:50%;cursor:pointer;border:none;transition:all .2s ease}.progress-overlay .progress-bar::-webkit-slider-track{background:transparent}.progress-overlay .progress-bar::-moz-range-track{background:transparent}.progress-overlay .progress-bar:hover::-webkit-slider-thumb{transform:scale(1.2)}.progress-overlay .progress-bar:hover::-moz-range-thumb{transform:scale(1.2)}.progress-overlay .progress-bar:disabled{cursor:not-allowed}.progress-overlay .progress-bar:disabled::-webkit-slider-thumb{cursor:not-allowed}.progress-overlay .progress-bar:disabled::-moz-range-thumb{cursor:not-allowed}.timestamp{font-size:11px;opacity:.6;margin-top:4px;text-align:center;font-weight:500}@keyframes pulse{0%{box-shadow:0 0 #fff6}70%{box-shadow:0 0 0 8px #fff0}to{box-shadow:0 0 #fff0}}@media (max-width: 768px){.audio-message{padding:10px 14px;gap:10px}.audio-player{gap:10px}.play-button{width:36px;height:36px}.play-button svg{width:14px;height:14px}.voice-icon{width:20px;height:20px}.voice-icon svg{width:16px;height:16px}.time-display{font-size:11px}.waveform-container{height:36px}.waveform{padding:6px 10px}.progress-bar::-webkit-slider-thumb{width:14px;height:14px}.progress-bar::-moz-range-thumb{width:14px;height:14px}}:root{--blue: #0088ff;--blue-dark-15: #0066cc;--blue-dark-25: #004499}html[data-theme=dark]{--input-background: #333333;--input-text: #eeeeee}html[data-theme=light]{--input-background: #f3f3ee;--input-text: #111111}.inputField-wrapper{width:100%;max-width:792px;position:relative}.inputField{width:-webkit-fill-available;min-height:64px;display:flex;align-items:center;border-radius:20px;gap:10px;padding:12px 18px;transition:border-color .2s ease;box-shadow:0 0 10px #0000001a;background-color:#fffc;width:100%}.inputField:has(.spinner) textarea::placeholder{color:#000}.inputField textarea{flex:1;height:22px;min-height:20px;max-height:700px;padding:0;font-size:14px;line-height:1.5;color:var(--input-text);border:none;outline:none;background-color:transparent;resize:none;transition:height .3s ease;font-family:Inter,sans-serif}.inputField textarea::placeholder{color:#0006}.stop-button{width:28px;height:28px;padding:4px;display:flex;align-items:center;justify-content:center;background-color:var(--input-text);border:none;cursor:pointer;transition:background-color .2s ease,transform .1s ease,box-shadow .1s ease;position:relative}.stop-button:active:not(:disabled){transform:translateY(2px);box-shadow:1px 0 3px #0000001a}.send-button{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;background-color:#000;color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;position:relative}.send-button:disabled{background-color:var(--black-4);cursor:not-allowed;color:var(--black-10)}.send-button:active:not(:disabled){transform:translateY(2px);box-shadow:1px 0 3px var(--black-10)}.send-button svg{font-size:16px}a{color:var --blue;transition:all .2s ease-in-out}a:hover{color:var(--blue-dark-15)}a:active{color:var(--blue-dark-25)}a:visited{opacity:.8}.inputField-container{display:flex;justify-content:center}.clear-chat{position:absolute;right:50%;transform:translate(50%);bottom:67px;background:#08f;border:none;color:#fff;padding:5px 10px;border-radius:8px;max-width:128px;cursor:pointer;transition:background-color .2s ease}.clear-chat:hover,.clear-chat:active{background:#0088ffd0}.active-hint{border-radius:0 0 20px 20px;position:relative;clip-path:inset(0 -10px -10px -10px)}.active-hint:after{content:"";position:absolute;top:0;left:0;width:calc(100% - 36px);height:1px;background-color:var(--black-10);margin:0 18px}@media (max-width: 700px){.inputField-wrapper{margin-top:0;position:fixed;bottom:0;z-index:10}.inputField{box-shadow:none;border-radius:20px 20px 0 0;border:1px solid var(--black-10);border-bottom:none;padding:12px 20px;background-color:var(--white-40);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mobile-not-message{position:fixed;bottom:0;left:0;right:0;z-index:100}.clear-chat-container{margin-bottom:0}.clear-chat{position:fixed;bottom:72px}.active-hint{border-radius:0}.active-hint:after{display:none}}.hint-list-wrapper{border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 0 10px #0000001a;clip-path:inset(-10px -10px 0 -10px);background-color:#fffc}.hint-list-wrapper:not(:last-child){border-bottom:0}.hint-list{padding:12px 12px 12px 16px;cursor:pointer;transition:background-color .2s ease;position:relative;font-size:14px;line-height:20px}.hint-list:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;width:calc(100% - 36px);height:1px;background-color:var(--black-10);margin:0 18px}.hint-list:first-child{border-top-left-radius:20px;border-top-right-radius:20px}.hint-list:last-child{border-bottom:none}.hint-list a{color:#000;text-decoration:none}.hint-list:hover{background-color:#f0f0f0}.hint-list:active{background-color:#e0e0e0}@media (max-width: 700px){.hint-list-wrapper{background-color:var(--white-40);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:none;border:1px solid var(--black-10);border-bottom:none;width:100%}.hint-list:not(:last-child):after{margin:0;width:100%}}.voice-input-container{position:relative;display:flex;align-items:center;margin-right:8px}.voice-button{border:1px solid rgba(0,0,0,.0392156863);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:transparent;color:var(--text-color);cursor:pointer;transition:all .2s ease;position:relative}.voice-button:hover:not(.disabled){background:var(--hover-color);transform:scale(1.05)}.voice-button:active:not(.disabled){transform:scale(.95)}.voice-button.disabled{opacity:.5;cursor:not-allowed}.voice-button.pressed:not(.disabled){background:var(--primary-color, #007bff);color:#fff;transform:scale(.95);box-shadow:0 0 0 2px #007bff4d}.voice-button.recording{background:var(--error-color);color:#fff;animation:pulse 1.5s infinite}.voice-button svg{width:20px;height:20px;transition:all .2s ease}.recording-indicator{position:absolute;top:-2px;right:-2px;width:12px;height:12px;background:var(--error-color);border-radius:50%;animation:blink 1s infinite}.recording-indicator:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.voice-error{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--error-color);color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;white-space:nowrap;margin-bottom:4px;z-index:1000}.voice-error:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:var(--error-color)}@keyframes pulse{0%{box-shadow:0 0 #dc3545b3}70%{box-shadow:0 0 0 10px #dc354500}to{box-shadow:0 0 #dc354500}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:.3}}@keyframes fillGrow{0%{width:0;height:0}to{width:100%;height:100%}}@media (max-width: 768px){.voice-button{width:36px;height:36px}.voice-button svg{width:18px;height:18px}.recording-indicator{width:10px;height:10px}.recording-indicator:before{width:5px;height:5px}}.spinner{width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo-container{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap}.header-logo{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex-wrap:nowrap;position:absolute;top:15px;left:15px}.chat-page{display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:nowrap;height:calc(100vh - 70px);max-height:calc(100vh - 70px);padding:0 4.5vw 32px;position:relative;background-color:#fff;overflow:hidden}.chat-page .chat-content{display:flex;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;flex:1;height:100%;width:100%;gap:32px;align-items:stretch}.chat-page .center-column{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;flex:0 0 660px;max-width:660px;width:100%}.chat-page .messages-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap;flex:1 1 auto;justify-content:center;align-items:stretch;min-height:0}.chat-page .mobile-header{display:none}.chat-page .messages{width:100%;max-width:660px;max-height:100%;flex:1 1 auto;overflow:hidden;position:relative;display:flex;justify-content:flex-start;align-items:center;flex-wrap:nowrap;overflow-y:auto;flex-direction:column;scroll-behavior:smooth;touch-action:pan-y}.chat-page .expert-select{width:100%;max-width:280px;align-self:stretch;display:flex;justify-content:flex-end;align-items:stretch;flex-direction:row;flex-wrap:nowrap;position:relative}.chat-page .input-wrapper{margin-top:auto;width:100%;padding-top:24px;display:flex;justify-content:center;align-items:stretch;flex-direction:row;flex-wrap:nowrap}.chat-page .no-messages{display:flex;justify-content:flex-start;align-items:flex-end;flex-direction:row;flex-wrap:nowrap;margin-bottom:48px}.chat-page .no-messages .no-messages-logo{height:80px}.chat-page .no-messages .no-messages-logo .logo{margin-right:15px;width:auto;height:61.45px}.chat-page .no-messages .no-messages-logo-text{display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap}.chat-page .no-messages .no-messages-logo-text .logo-text{width:auto;height:40px;margin-bottom:10px}.chat-page .no-messages .no-messages-subtitle{color:#0006;font-size:16px;line-height:20px}.select-wrapper{display:flex;justify-content:flex-end;align-items:stretch;flex-direction:row;flex-wrap:nowrap;flex:1;margin-top:28px;align-self:flex-start}.left-bar{flex:1;align-self:flex-start}@media (max-width: 992px){.chat-page-content{display:flex;justify-content:center;align-items:stretch;flex-direction:row;flex-wrap:nowrap}.select-wrapper,.left-bar{display:none}}@media (max-width: 700px){.chat-page{min-width:auto;flex-grow:1;overflow:hidden;background-color:#fff;transition:transform .2s ease;padding:0 0 32px;position:relative;height:100vh;max-height:100vh}.chat-page:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent;z-index:-1;transition:background-color .2s ease}.chat-page.open{transform:translate(280px);transition:transform .2s ease}.chat-page.open:before{background-color:var(--black-10);z-index:100}.chat-page .chat-content{flex-direction:column;gap:16px;height:100%;min-height:0;overflow:hidden}.chat-page .center-column{flex:1 1 auto;min-height:0;display:flex;justify-content:flex-start;align-items:stretch;flex-direction:column;flex-wrap:nowrap;overflow:hidden}.chat-page .messages-wrapper{width:100%}.chat-page .expert-select{width:100%;justify-content:center}.chat-page .no-messages .no-messages-logo{height:69px}.chat-page .no-messages .no-messages-logo .logo{width:50px;height:49px}.chat-page .no-messages .no-messages-logo-text .logo-text{height:32px}.chat-page .mobile-header{width:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;padding:12px 20px;font-size:14px;font-weight:600;line-height:36px;text-align:center;height:56px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap;background-color:var(--white-40);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.chat-page .mobile-header .menu-overlay{font-size:20px;line-height:20px}.chat-page .messages-wrapper{padding:0 16px;height:100%;min-height:0;flex:1 1 auto;overflow:hidden}.chat-page .messages-wrapper .messages{margin-bottom:0;overflow-x:hidden;overflow-y:auto;touch-action:pan-y;height:100%;max-height:100%}.chat-page .messages-wrapper .gradient-overlay{display:none}.chat-page .input-wrapper{padding:16px}}.admin-sidebar{width:100%;max-width:467px;height:100vh;box-sizing:border-box;padding:52px 12px 0 13%;border-right:1px solid var(--black-10);background:#f7f7f7cc;display:flex;flex-direction:column}.sidebar-search{margin-bottom:16px}.sidebar-search input{width:100%;height:36px;border:1px solid var(--black-10);border-radius:8px;padding:0 12px;outline:none;background:#fff}.sidebar-title{font-size:12px;color:#00000080;margin-bottom:8px}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-item{text-align:left;height:36px;border-radius:10px;border:none;background:transparent;padding:0 12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nav-item:hover{background:#0000000d;transform:translate(2px)}.nav-item:active{transform:translate(1px) scale(.98)}.nav-item.active{background:#0000000a;color:#000;font-weight:500}.nav-item.active:before{transform:translateY(-50%);width:3px;height:20px;background:#000;border-radius:0 2px 2px 0;animation:slideIn .3s cubic-bezier(.4,0,.2,1)}.nav-item:disabled{color:#0009;cursor:default}.nav-item:disabled:hover{background:transparent;transform:none}@keyframes slideIn{0%{width:0;opacity:0}to{width:3px;opacity:1}}@media (max-width: 991px){.admin-sidebar{padding:52px 12px 0 4%}}.settings-page{display:flex;justify-content:flex-start;align-items:normal;flex-direction:row;flex-wrap:nowrap}.settings-page-sidebar{width:25%}.settings-page-content{align-self:start;padding:3rem;height:100vh;width:75%}@media (max-width: 992px){.settings-page-content{padding:10px 20px;width:100%}.settings-page-sidebar{display:none}}.admin-section-feedback{width:80%}.admin-section-feedback h2{margin:0 0 16px}.admin-section-feedback .ant-form{background:#fff;border-radius:8px;padding:16px}.admin-section-feedback .button-container{justify-content:flex-start}.feedback-wrapper h2{margin-bottom:10px}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000073;z-index:1001;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.visible{opacity:1;visibility:visible}.feedback-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);width:80vw;height:fit-content;background-color:#fff;z-index:1002;border-radius:20px;display:flex;flex-direction:column;max-width:588px;max-height:434px;opacity:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);visibility:hidden}.feedback-modal.visible{transform:translate(-50%,-50%) scale(1);opacity:1;visibility:visible}.download-feedback{max-height:434px;max-width:530px}.ant-picker{width:-webkit-fill-available}.ant-form-item{margin-bottom:8px}.download-feedback-buttons{margin-top:24px}@media (max-width: 700px){.download-feedback{max-height:500px!important;max-width:90%;height:auto}.download-feedback h2{font-size:18px}.download-feedback-buttons{display:flex;flex-direction:column;align-items:stretch}}.info-tooltip{position:fixed;z-index:10000;pointer-events:none;transform:translate(-50%);left:var(--tooltip-x);top:var(--tooltip-y)}.info-tooltip-content{background:var(--black-40, rgba(0, 0, 0, .4));-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:8px;color:#fff;font-size:12px;padding:8px 12px;max-width:300px;word-wrap:break-word;line-height:1.4;box-shadow:0 4px 12px #00000026;white-space:pre-wrap}.select-file-button{margin:0;padding:0;border:none;background:none;width:120px;height:120px;display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:nowrap;gap:8px;cursor:pointer}.documents-header-description{font-weight:400;color:#0006;font-size:14px}.custom-checkbox{margin-right:12px;width:22px;height:22px;border:1px solid #C7C7CC;border-radius:100px;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#fff}.custom-checkbox:checked{background-color:#08f;border-color:#08f}.custom-checkbox:checked:before{content:"✓";color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;height:100%}.files-line{border-bottom:1px solid #E5E5EA;margin-bottom:10px}.select-file-button .upload-icon{width:90px;height:90px;color:#0003}.upload-icon-dragging{color:#08fc!important}.upload-button-wrapper{margin:58.5px 0;color:#0003;max-width:318px;display:flex;flex-direction:column;align-items:center}.upload-button-wrapper p{font-weight:600}.upload-hint{margin:0;line-height:24px;text-align:center}.upload-hint-dragging{color:#08fc}.error-warning path{fill:#f44336!important}.admin-section-documents{display:flex;flex-direction:column}.admin-section-documents .documents-header{display:flex;flex-direction:column;margin-bottom:24px;flex-shrink:0}.admin-section-documents .documents-header h2{margin:0 0 4px}.admin-section-documents .documents-toolbar{display:flex;align-items:center;gap:12px}.admin-section-documents .documents-toolbar .documents-search{border:1px solid rgba(0,0,0,.2);border-radius:12px;padding:0 16px;display:flex;align-items:center;width:100%;height:48px}.admin-section-documents .documents-toolbar .documents-search:hover{border-color:#0006}.admin-section-documents .documents-toolbar .documents-search:focus-within{border-color:#08f}.admin-section-documents .documents-toolbar .documents-search:focus-within svg path{fill:#08f}.admin-section-documents .documents-toolbar .documents-search svg{width:16px;height:16px}.admin-section-documents .documents-toolbar .documents-search svg path{fill:#0006}.admin-section-documents .documents-toolbar .documents-search input{width:100%;max-width:480px;height:36px;padding:0 8px;outline:none;font-size:14px;border:none}.admin-section-documents .documents-toolbar .documents-search input::placeholder{color:#0006}.admin-section-documents .documents-toolbar .documents-actions{display:flex;align-items:center;gap:12px}.admin-section-documents .documents-toolbar .documents-actions .bulk-actions{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f2f2f7;border-radius:6px}.admin-section-documents .documents-toolbar .documents-actions .bulk-actions .selected-count{font-size:14px;color:#3c3c43;font-weight:500}.admin-section-documents .documents-toolbar .documents-actions .bulk-actions .bulk-delete-btn{padding:6px 12px;border:none;border-radius:4px;background:#ff3b30;color:#fff;font-size:14px;cursor:pointer;transition:background-color .2s ease}.admin-section-documents .documents-toolbar .documents-actions .bulk-actions .bulk-delete-btn:hover{background:#d70015}.admin-section-documents .documents-toolbar .documents-actions .documents-add{background:#08f;color:#fff}.admin-section-documents .documents-toolbar .documents-actions .documents-add:hover{background:#06c}.admin-section-documents .documents-toolbar .documents-actions .documents-add svg path{fill:#fff}.admin-section-documents .upload-documents-modal-body{border-radius:8px;min-height:360px;display:flex;align-items:center;justify-content:center;background:transparent;height:100%;width:100%}.admin-section-documents .upload-documents-modal-body.dragging{border:2px dashed rgba(0,136,255,.6);background:transparent}.admin-section-documents .upload-documents-modal-body.inside{border-color:#2e6bff;background:#0088ff1a}.skeleton-checkbox{width:16px;height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:3px;margin-right:12px}.skeleton-text.skeleton-filename{width:200px}.skeleton-text.skeleton-date{width:80px;margin-bottom:4px}.skeleton-status{width:80px;height:24px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:12px}.selected-file-wrapper{display:flex;margin-bottom:10px;align-items:center}.selected-file-wrapper svg{height:24px;width:24px}.selected-file-wrapper .selected-file-content{margin-left:10px;display:flex;flex-direction:column}.selected-file-wrapper p{margin:0}.selected-file-wrapper .file-size{color:#999ea7}.upload-documents-modal{max-height:434px;max-width:588px;height:65vh}.upload-documents-modal .upload-documents-modal-content{padding:20px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.upload-documents-modal .upload-documents-modal-content h2{margin:0}.upload-documents-modal .upload-hint{margin:2px 0;color:#999ea7}.upload-documents-modal .upload-documents-modal-header{margin-bottom:18px}.upload-documents-modal .upload-documents-modal-body{display:flex;flex-direction:column;justify-content:center;flex:1;border:2px dashed #E7E7E7;border-radius:8px;padding:20px;text-align:center;cursor:pointer;margin-bottom:10px}.upload-documents-modal .upload-documents-modal-body svg{width:24px;height:24px}.upload-documents-modal .upload-documents-modal-body .select-file-button{background-color:#fff;border:1px solid #E7E7E7;border-radius:8px;padding:10px 20px;cursor:pointer;justify-content:center;gap:5px;margin-top:10px;color:#767676;width:-webkit-fill-available}.upload-documents-modal .upload-documents-modal-body .select-file-button:hover{background-color:#f5f5f5}.upload-documents-modal .upload-documents-modal-body .select-file-button:active{background-color:#e7e7e7;box-shadow:inset 0 2px 4px #0000001a}.upload-documents-modal .upload-documents-modal-body .select-file-button svg{margin-right:8px;width:16px;height:16px}.upload-documents-modal .upload-documents-modal-body .select-file-button span{font-size:16px}.upload-documents-modal .upload-documents-modal-body p{margin:0}.upload-documents-modal .upload-documents-modal-body input[type=file]{display:none}.upload-documents-modal .upload-documents-modal-body label{background-color:#007bff;color:#fff;padding:10px 15px;border-radius:5px;cursor:pointer;display:inline-block}.upload-documents-modal .dragging{background:#eff6ff;border:2px dashed rgb(59,130,246)}.upload-documents-modal .upload-documents-modal-footer{margin-top:10px;text-align:center;color:#777}.upload-documents-modal .error-message-wrapper{border:1px solid rgba(239,68,68,.5);border-radius:8px;margin-bottom:10px;padding:8px 16px;color:#ef4444}.feedback-body{padding:20px;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.feedback-body h2{margin:0}.feedback-title{margin-bottom:18px}.button-container{display:flex;gap:12px;justify-content:center;flex-direction:column}.send-btn,.close-btn{padding:10px 20px;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:all .2s ease;position:relative;overflow:hidden}.send-btn:active,.close-btn:active{transform:scale(.98)}.send-btn:focus,.close-btn:focus{outline:none;box-shadow:0 0 0 2px #0000001a}.send-btn{background-color:#08f;color:#fff}.send-btn:hover{background-color:#0181f0}.send-btn:active{background-color:#006cca;box-shadow:inset 0 2px 4px #0003}.send-btn:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:#ffffff80;opacity:0;border-radius:100%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%}.send-btn:focus:not(:active):after{animation:ripple .6s ease-out}.send-btn:disabled{background-color:#ccc;cursor:not-allowed}.send-btn:disabled:hover{background-color:#ccc}.close-btn{background-color:#fff;color:#767676;border:1px solid #e7e7e7}.close-btn:hover{background-color:#f5f5f5}.close-btn:active{background-color:#e7e7e7;box-shadow:inset 0 2px 4px #0000001a}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(20);opacity:0}}@media (min-width: 700px){.button-container{flex-direction:row;flex-direction:row-reverse}.send-btn,.close-btn{width:-webkit-fill-available}}@media (max-width: 700px){.upload-documents-modal{max-height:520px!important;max-width:90%;height:auto}.upload-documents-modal h2{font-size:18px}}.files-list{width:100%;flex:1;min-height:0;overflow-y:auto}.files-list-item{display:grid;grid-template-columns:2fr 1fr 1fr 32px;gap:.5em;padding:0 .5em;align-items:center;font-size:12px}.files-list-item:nth-child(n+2){margin-top:1em}.files-list-item-name{display:flex}.files-list-item-name>span{margin:0!important;display:flex;align-items:center;white-space:normal;word-break:break-word;overflow-wrap:anywhere;max-width:300px}.files-list-item-status{width:150}.files-list-item-dates{margin-right:36px;line-height:16px;color:var(--black-40)}.files-list-item>button{width:32px;height:32px}@media (max-width: 700px){.files-list-item{grid-template-columns:200px 1fr 1fr 32px;font-size:12px}.files-list-item-status .status{font-size:12px}.files-list-item-dates{margin-right:0}}@media (max-width: 460px){.files-list-item{grid-template-columns:1fr 1fr 1fr 32px}}.admin-section-indexation{max-width:710px;width:100%;height:100%;display:flex;flex-direction:column}.admin-section-indexation .indexation-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px;flex-shrink:0}.admin-section-indexation .indexation-header .indexation-header-title h2{margin:0 0 4px}.admin-section-indexation .indexation-header .indexation-header-title p{color:#0006;font-size:14px;line-height:20px;margin:0}.admin-section-indexation .tabs{width:100%;flex:1;display:flex;flex-direction:column;min-height:0}.admin-section-indexation .tabs div[class=ant-tabs-tab]:not(.ant-tabs-tab-active){color:var(--black-40)}.admin-section-indexation .tabs .ant-tabs-content-holder{flex:1;min-height:0;overflow:hidden}.admin-section-indexation .tabs .ant-tabs-content{height:100%;display:flex;flex-direction:column}.admin-section-indexation .tabs .ant-tabs-tabpane.ant-tabs-tabpane-active{height:100%;display:flex;flex-direction:column;min-height:0}.indexation-settings{display:flex;flex-direction:column;gap:14px}.indexation-settings button{width:fit-content;margin-top:14px;height:36px;font-size:14px;line-height:20px;padding:8px 16px}.indexation-settings .credentials-form{margin-bottom:14px}.indexation-settings .indexation-settings-title{margin-bottom:18px}.indexation-settings .indexation-settings-title p:first-child{font-weight:600;font-size:18px;line-height:28px;margin:0}.indexation-settings .indexation-settings-title p:nth-child(2){color:#0006;font-size:12px;line-height:16px;margin:0}.indexation-settings .radio-group{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.indexation-settings .indexing-fields-wrapper{width:360px}.indexation-settings .indexing-fields-wrapper .field{min-height:48px;border-radius:16px}.indexation-settings .indexing-fields-wrapper .form-item-with-tooltip{display:flex;align-items:center;gap:8px;margin-bottom:14px}.indexation-settings .indexing-fields-wrapper .form-item-with-tooltip .ant-checkbox-wrapper{margin-bottom:0}.indexation-settings .scheduled-fields-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"a a" "b c";gap:14px}.indexation-settings .scheduled-fields-wrapper input{grid-area:a}.indexation-settings .scheduled-fields-wrapper div:nth-child(2){grid-area:b}.indexation-settings .scheduled-fields-wrapper div:nth-child(2) div{border-radius:16px}.indexation-settings .scheduled-fields-wrapper div:nth-child(3){grid-area:c}.indexation-settings .manual-indexing{padding-bottom:22px}.indexation-history{display:flex;flex-direction:column;gap:14px;width:100%;overflow-y:auto;overflow-x:auto;min-height:0}.indexation-history .history-item{display:flex;align-items:center;padding:8px 16px;border-radius:12px;transition:background-color .2s ease;height:64px}.indexation-history .history-item.skeleton-item{pointer-events:none}.indexation-history .history-item.skeleton-item:hover{background-color:transparent}.indexation-history .history-item:hover{background-color:#0000000a}.indexation-history .history-item .url{font-size:14px;line-height:20px;height:36px;flex:3;white-space:normal;word-break:break-word;overflow-wrap:anywhere;height:auto}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-text{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}.skeleton-text.skeleton-url{flex:3;height:20px;max-width:400px}.skeleton-text.skeleton-date{width:80px;height:12px}.skeleton-text.skeleton-date:last-child{margin-bottom:0}.skeleton-status{width:130px;height:36px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}@media (max-width: 640px){.files-name-wrapper{font-size:12px}.indexation-history .history-item{padding:8px}.indexation-history .history-item .url{font-size:12px}}.modal-title{font-size:18px;line-height:28px;font-weight:500}.modal-content{display:flex;flex-direction:column;gap:18px;padding:18px;min-height:328px}.modal-content .ant-form-item{margin-bottom:0}.modal-content .ant-input,.modal-content .ant-select,.modal-content .ant-select-selector,.modal-content .ant-input-affix-wrapper{height:48px;border-radius:12px}.modal-content .ant-input[id=password]{height:38px}.modal-footer{display:flex;gap:18px;padding:18px;border-top:1px solid rgba(0,0,0,.0392156863)}.modal-footer button{width:100%;height:48px;font-size:18px;border-radius:12px}.ant-select.expert-multiply-select{height:auto!important}.ant-select.expert-multiply-select .ant-select-selector{height:auto;min-height:48px}.popover-buttons{display:flex;flex-direction:column;gap:4px}.admin-section-users{max-width:80%;width:100%;height:100%}.admin-section-users .users-header{justify-content:space-between;align-items:start;flex-direction:column;flex-wrap:nowrap;min-width:100%;display:flex;gap:28px;padding-bottom:28px;margin-bottom:14px;border-bottom:1px solid rgba(0,0,0,.0392156863)}.admin-section-users .users-header .users-header-title h2{margin:0 0 4px}.admin-section-users .users-header .users-header-title p{color:#0006;font-size:14px;line-height:20px;margin:0}.admin-section-users .users-header .users-heaer-fields{width:100%;display:grid;align-items:center;grid-template-columns:2fr 1fr 1fr auto;gap:8px;padding:6px 0}.admin-section-users .users-header .users-heaer-fields .ant-input-affix-wrapper{border-radius:12px}.admin-section-users .users-header .users-heaer-fields .ant-input-affix-wrapper .input-prefix{color:var(--black-40);width:16px;height:16px;margin-right:6px}.admin-section-users .users-header .users-heaer-fields .ant-select-selector{border-radius:12px}.admin-section-users .users-header .users-heaer-fields .ant-input-affix-wrapper,.admin-section-users .users-header .users-heaer-fields div:nth-child(2),.admin-section-users .users-header .users-heaer-fields div:nth-child(3){height:48px}.admin-section-users .users-content{display:flex;flex-direction:column;gap:14px;overflow:auto;height:calc(100vh - 310px);margin-bottom:10px;position:relative}.admin-section-users .users-content .user{display:grid;align-items:center;grid-template-columns:2fr 1fr 1fr auto;padding:0 5px 0 8px;border-radius:12px;height:64px;transition:background-color .2s ease;gap:8px;height:auto}.admin-section-users .users-content .user .user-info{display:flex;flex-direction:column;gap:4px;flex:1;max-width:265px}.admin-section-users .users-content .user .user-info .user-name{font-size:14px;line-height:20px}.admin-section-users .users-content .user .user-info .user-login{font-size:12px;line-height:16px;color:var(--black-40)}.admin-section-users .users-content .user .user-info .user-name,.admin-section-users .users-content .user .user-info .user-login{text-overflow:ellipsis;overflow:hidden;max-width:265px;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.admin-section-users .users-content .user .user-roles{font-size:12px;line-height:16px;color:var(--black-40)}.admin-section-users .users-content .user .status-wrapper{display:flex;gap:8px}.admin-section-users .users-content .user .status-wrapper .user-status{width:130px;height:36px;padding:4px 12px;border-radius:8px;text-align:center;font-size:14px;line-height:26px;font-weight:500}.admin-section-users .users-content .user .status-wrapper .user-status.active{color:#4caf50;border:1px solid rgba(76,175,80,.2392156863);background-color:#4caf501f}.admin-section-users .users-content .user .status-wrapper .user-status.disabled{color:var(--black-40);background-color:#0000001a;border:1px solid rgba(0,0,0,.1019607843)}.admin-section-users .users-content .user:hover{background-color:#0000000a}@media (max-width: 640px){.user-name,.user-login,.user-status{font-size:12px!important}.admin-section-users{max-width:100%;height:100vh}.admin-section-users .users-header{gap:12px;padding:12px 0}.admin-section-users .users-header .users-header-title h2{font-size:1.25em}.user-status{max-width:100px;padding:4px}.user-status .user-info{font-size:10px}}@media (max-width: 530px){.admin-section-users .users-header .users-heaer-fields{grid-template-columns:1fr 1fr auto;grid-template-rows:auto auto;gap:8px}.admin-section-users .users-header .users-heaer-fields .ant-input-affix-wrapper{grid-column:1/-1;grid-row:1}.admin-section-users .users-header .users-heaer-fields div:nth-child(2){grid-column:1;grid-row:2}.admin-section-users .users-header .users-heaer-fields div:nth-child(3){grid-column:2;grid-row:2}.admin-section-users .users-header .users-heaer-fields button{grid-column:3;grid-row:2}}.error-page{height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center}.error-page-content{width:fit-content;text-align:center}.error-page-content>h1{font-size:180px;margin:0;color:#000c}.error-page-content>p{margin:0;color:#0006;font-size:24px}.error-page-content>button{margin-top:20px;width:100%}.experts-page{display:flex;justify-content:center;align-items:normal;flex-direction:column;flex-wrap:nowrap;height:100%;overflow:auto}.experts-page__content{display:flex;justify-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;height:100%;flex:1;overflow-y:auto}.experts-page__intro{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:nowrap;padding:10px 4.5vw 0;flex-wrap:wrap}.experts-page__intro h1{font-size:40px;line-height:48px;margin:8px 0 16px;color:#0d0c22}.experts-page__eyebrow{font-size:14px;color:#0006}.experts-page__subtitle{margin:0;max-width:640px;color:#0d0c22b3;font-size:18px;line-height:28px}.experts-page__grid{padding:10px 4.5vw 20px;height:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(305px,0fr));grid-auto-rows:194px;gap:28px;overflow-y:auto;text-align:center}.experts-page__grid>p{padding-top:45px}@media (max-width: 640px){.experts-page{display:flex;justify-content:flex-start;align-items:normal;flex-direction:normal;flex-wrap:nowrap}.experts-page__grid{padding:10px 20px 0}.experts-page__grid{gap:20px;grid-template-columns:repeat(auto-fit,minmax(100%,0fr))}.experts-page__intro{flex-direction:column}}.expert-card{max-width:307px;position:relative;display:flex;justify-content:start;align-items:normal;flex-direction:column;flex-wrap:nowrap;background:#fff;min-height:194px;height:fit-content;text-align:left;padding:14px;border-radius:14px;border:1px solid var(--black-10);box-shadow:0 10px 16px #0000001a;cursor:pointer;gap:16px;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease;color:#1d1d1f}.expert-card--disabled{cursor:not-allowed}.expert-card:focus-visible:not(.expert-card--disabled){outline:2px solid #0077ff;outline-offset:4px}.expert-card__edit{width:24px;height:24px;padding:0;position:absolute;top:12px;right:12px;border:none}.expert-card__edit:hover{background:#00000014!important}.expert-card__edit svg{width:16px;height:16px}.expert-card__image{display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;width:42px;height:42px;border-radius:44px;background:#fffc;justify-content:center;font-size:26px}.expert-card__content{display:flex;justify-content:start;align-items:normal;flex-direction:column;flex-wrap:nowrap;flex:1;min-height:0}.expert-card__content>h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.3;max-height:2.6em;font-weight:600;word-break:break-word;margin:0;flex-shrink:0}.expert-card__content>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;line-height:1.4;color:#666;margin:4px 0 0;word-break:break-word;max-height:4.2em;overflow:hidden;text-overflow:ellipsis;transition:max-height .3s ease}.expert-card__footnote{margin:auto 0 0;font-size:12px;color:var(--black-40);flex-shrink:0}.expert-card:hover:not(.expert-card--disabled){z-index:2;transform:translateY(-4px);box-shadow:0 10px 16px #00000014}.expert-card:hover:not(.expert-card--disabled) .expert-card__edit{background:transparent;border:none}.expert-card:hover:not(.expert-card--disabled) .expert-card__content>p:hover{-webkit-line-clamp:unset;max-height:300px}@media (max-width: 640px){.expert-card{padding:18px;gap:8px;max-width:none}.expert-card__image{flex-shrink:0}.expert-card__content>p{max-height:3em}}.create-card{display:flex;flex-direction:column;flex-wrap:nowrap;max-width:307px;border:2px solid rgba(0,136,255,.0588235294);border-radius:14px;background:#0088ff0d;padding:14px;text-align:center;width:100%;height:100%;box-shadow:0 10px 20px #0000001a;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;align-items:center;justify-content:center;gap:10px}.create-card--disabled{cursor:not-allowed;background-color:var(--black-10)}.create-card--disabled svg{fill:var(--black-10)}.create-card:hover:not(.create-card--disabled){border-color:#0088ff40;background:#0088ff24;box-shadow:0 12px 28px #3b76ff26;transform:translateY(-2px)}.create-card-text{max-width:320px}.create-card-text h3{margin:0 0 12px;font-size:16px}.create-card-text p{margin:0;color:#4b5563;font-size:12px;line-height:16px}.create-card-icon{width:55px;height:55px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap}.create-card-icon svg{width:52px;height:52px}.create-card-email{width:58px;height:58px;position:absolute;bottom:14.35px;right:77.35px;background:#fff0;border:0;padding:0;cursor:pointer;transition:transform .3s ease}.create-card-email:hover{transform:scale(1.15)}.create-card-email:hover rect{fill:#51aeff}.create-card-email:disabled{cursor:not-allowed;transform:unset}.create-card-email:disabled rect{fill:var(--black-10)}.create-card-telegram{width:58px;height:58px;position:absolute;bottom:29.36px;left:78.86px;background:#fff0;border:0;padding:0;cursor:pointer;transition:transform .3s ease}.create-card-telegram:hover{transform:scale(1.15)}.create-card-telegram:hover rect{fill:#51aeff}.create-card-telegram:disabled{cursor:not-allowed;transform:unset}.create-card-telegram:disabled rect{fill:var(--black-10)}.create-card--info{justify-content:flex-start;padding:24px 14px;position:relative;cursor:default}@media (max-width: 640px){.create-card{max-width:none}}.OnboardingWidget{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998}.OnboardingWidget__content{position:absolute;background:#fff;border-radius:16px;padding:18px;bottom:48px;right:48px;width:396px;z-index:9999}@media (max-width: 992px){.OnboardingWidget__content{left:15px;right:15px;bottom:15px;top:auto;transform:none;width:auto;max-width:396px;margin:0 auto}}.OnboardingWidget__content .mobileImageContainer{display:none}@media (max-width: 992px){.OnboardingWidget__content .mobileImageContainer{display:flex;justify-content:center}}.OnboardingWidget__content .title{cursor:default;text-align:center;font-size:18px;line-height:28px;color:#000;margin-bottom:6px;font-weight:600}.OnboardingWidget__content .text{cursor:default;color:#0006;margin-bottom:19px;text-align:center}.OnboardingWidget__content .text a{text-decoration:none}.OnboardingWidget__content .dotsContainer{display:flex;justify-content:center;align-items:center}.OnboardingWidget__content .dotsContainer .dot{width:6px;height:6px;background:#0003;border-radius:100%;margin-right:8px;border:0;padding:0;cursor:pointer}.OnboardingWidget__content .dotsContainer .dot__active{width:8px;height:8px;background:#0006}.OnboardingWidget__content .buttonContainer{display:flex;justify-content:space-between;margin-top:37px}@media (max-width: 992px){.OnboardingWidget__content .buttonContainer{flex-direction:column-reverse}}.OnboardingWidget__content .buttonContainer__withOneBtn button:last-child{width:100%}.OnboardingWidget__content .buttonContainer button{background:#fff;color:#000c;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;line-height:20px;padding:9px;width:171px;cursor:pointer}@media (max-width: 992px){.OnboardingWidget__content .buttonContainer button{width:100%;margin-top:18px}}.OnboardingWidget__content .buttonContainer button:last-child{background:#08f;color:#fff;border:0}@media (max-width: 992px){.OnboardingWidget__content .buttonContainer button:last-child{margin-top:0}}.create-expert{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;flex-wrap:nowrap}.create-expert-content{display:flex;justify-content:center;align-items:stretch;flex-direction:column;flex-wrap:nowrap;margin:0;padding:10px 0;max-width:710px;width:100%}.create-expert-content-header{margin-bottom:1em}.create-expert-content-header>div{margin-top:2px;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.create-expert-content-header>div>h1{align-items:center;font-size:24px;font-weight:600px;margin:0}.create-expert-content-header>div>button{width:32px;height:32px;min-width:32px}.create-expert-content-header>p{color:#666;font-size:14px}.create-expert-content-steps{flex:1;min-height:0;display:flex;flex-direction:column}.create-expert-content-body .ant-tabs-tab-btn{color:var(--black-40);font-weight:600}.create-expert-content-body .ant-steps-item-content{display:flex!important;align-items:center}.create-expert-content-body .ant-steps-item-container{display:flex;justify-content:normal;align-items:center;flex-direction:row;flex-wrap:nowrap}.create-expert-content-body .ant-steps{width:48%}.create-expert-content-body .ant-steps-item-title{font-weight:600;font-size:12px}.create-expert-content-body .ant-steps-item-icon{width:24px;height:24px;display:flex;justify-content:center;align-items:stretch;flex-direction:column;flex-wrap:nowrap}.create-expert-content-body .ant-steps-item-icon span{font-size:12px}.create-expert-content-bottom{margin-top:1em;display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.create-expert-content-bottom-cancel{padding:14px 26px;font-size:14px;width:auto;height:unset;line-height:20px;border-radius:12px}.create-expert-content-bottom-action{width:203px;padding:14px 63.5px;font-size:14px;line-height:20px;border-radius:14px;height:unset}.create-expert__modal-delete-btns{display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap}.create-expert__modal-delete-btns>button{width:auto}.create-expert-step{display:flex;justify-content:start;align-items:normal;flex-direction:column;flex-wrap:nowrap;flex:1;min-height:0}.create-expert-step>h4{margin:0}.create-expert-step-label{margin-top:36px;margin-bottom:16px;font-weight:600}.create-expert-step-actions label{font-size:12px!important;color:var(--black-40)!important;font-weight:600;flex:1}.create-expert-step .description label{left:20px;padding:0 5px;font-size:12px}.create-expert-step .description label:after{content:none}.create-expert-step .description .ant-input-suffix{position:absolute;right:0;bottom:0}.create-expert-step .description .ant-input-suffix .ant-input-data-count{bottom:16px;right:20px}.create-expert-step-image{display:flex;gap:28px;margin-bottom:28px}.create-expert-step-image-avatar{font-size:48px;height:88px;min-width:88px;text-align:center;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-top:29px}.create-expert-btns-icon{display:flex;justify-content:start;align-items:center;flex-direction:row;flex-wrap:wrap;gap:16px}.create-expert-btns-icon>button.blue:hover:not(:disabled) svg path,.create-expert-btns-icon>button.blue:focus:not(:disabled) svg path{fill:revert-layer}.create-expert-btns-icon>button svg{width:24px;height:24px;flex-shrink:0;pointer-events:none}.create-expert-step__icons-btns-btn-selected{border:2px solid #0088ff!important}.create-expert-step-header{display:flex;justify-content:space-between;align-items:baseline;flex-direction:row;flex-wrap:nowrap}.create-expert-step-header>p{font-size:12px;color:var(--black-40);font-weight:600;flex:1;margin-right:1rem;line-height:20px}.create-expert-step-header>button{width:auto}.create-expert-step-header textarea{resize:none}.create-expert-step-uploadarea{border:1px solid var(--black-10);border-radius:14px;padding:14px;margin-top:18px;display:flex;justify-content:center;align-items:center;flex-direction:row;flex-wrap:nowrap;height:100%;overflow-y:auto}.create-expert-step-list{width:100%;margin-top:1rem;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.inform-alert{background-color:#ff98001f;border:1px solid rgba(255,152,0,.2392156863);padding:12px 14px;border-radius:14px;display:flex;justify-content:space-between;align-items:center;margin:18px 0}.inform-alert span{font-size:12px;font-weight:500;color:#ff9800;line-height:16px}.inform-alert-close{background-color:initial;width:32px;height:32px}@media (max-height: 650px){.create-expert-content{padding:0}.create-expert-content-header{margin-bottom:.8em}.create-expert-content-steps{margin-top:.8em}.create-expert-content-bottom{margin-top:1.6em}}@media (max-width: 575px){.create-expert-content{max-width:480px;margin:0;padding-bottom:calc(env(safe-area-inset-bottom) + 70px)}.create-expert-content-bottom{margin-top:1.6em}.create-expert-content-bottom-action{width:auto;padding:0 20px}.create-expert-content-header{margin-bottom:1rem;padding:0 20px}.create-expert-content-header>div>h1{font-size:18px;font-weight:600;margin-bottom:0}.create-expert-content-body{padding:0 20px}.create-expert-content-body .ant-steps{width:100%}.create-expert-content-steps{margin-top:1rem}.create-expert-step{display:flex;justify-content:center;align-items:normal;flex-direction:column;flex-wrap:nowrap}.create-expert-step-label{margin-top:24px;display:flex!important;justify-content:center}.create-expert-step-image{display:flex;justify-content:start;align-items:center;flex-direction:column;flex-wrap:nowrap;margin-top:8px}.create-expert-step-image-avatar{align-items:center;font-size:32px;height:96px;width:96px;margin-top:0}.create-expert-step-header{flex-wrap:wrap}.create-expert-step-header>button{width:100%}}
