*,*:before,*:after{box-sizing:border-box}html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;text-size-adjust:none}footer,header,nav,section,main{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}html{font-family:Arial,sans-serif;line-height:1.15rem;font-weight:400;font-size:16px;font-style:normal;color-scheme:light dark;color:var(--surface-black);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}h1{font-size:4rem;color:var(--primary-dark)}h2{font-size:3.3rem;color:var(--primary-dark)}h3{font-weight:700;font-size:2.5rem;color:var(--secondary-light)}h4{font-weight:700;font-size:1.85rem;color:var(--primary-dark)}h5{font-weight:700;text-transform:uppercase;font-size:1rem;color:var(--secondary-color);white-space:pre-line;text-align:center}h6{font-style:italic;font-weight:700;font-size:1.15rem;color:var(--primary-dark)}p{color:var(--surface-black)}a{font-weight:700;text-decoration-line:underline;color:var(--primary-dark)}input{background-color:var(--surface-white);border:none;color:#000}.link-small{font-size:.8rem;color:var(--primary-dark)}.rounded-image{display:flex;width:42px;height:42px;background:var(--surface-white);border-radius:50%}.rounded-image svg{align-self:center;margin:0 auto}.shadow-filter{filter:drop-shadow(0px 4px 25px rgba(0,0,0,.2))}.shadow-box{box-shadow:0 0 20px 0 var(--shadow-color)}.transparent{background:transparent;background-color:transparent}.prevent-select{-webkit-user-select:none;-ms-user-select:none;user-select:none}hr.bmx-divider{background-image:linear-gradient(90deg,var(--secondary-light) 0%,var(--accent-bright) 100%);border:0;height:3px;width:50%;margin:10px 0}.bold{font-weight:700}.italic{font-style:italic}.uppercase{text-transform:uppercase}.disabled{filter:grayscale(1);opacity:.4;pointer-events:none}.squared-icon{border:solid 2px;width:fit-content;padding:1.5px;font-weight:700;font-size:smaller;line-height:1.6rem;margin-right:5px}.blue{color:var(--primary-dark);border-color:var(--primary-dark)}.green{color:var(--secondary-color);border-color:var(--secondary-color)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{display:flex;flex-direction:column;justify-content:space-between;width:100%;background-color:var(--primary-dark);background-repeat:no-repeat;background-position:top;padding:5px}.footer a{color:var(--surface-white);text-decoration-line:none;font-weight:400;font-size:.875rem}.footer .websites-box{width:fit-content;margin:22px 44px}.footer .websites-box .websites-title{color:var(--secondary-color);font-weight:700;font-size:1.063rem;margin-bottom:4px}.footer .websites-box .websites-content{display:flex;flex-direction:column;margin-left:2px}.footer .websites-box .websites-content a{line-height:18.9px}.footer .legal-box{display:flex;flex-direction:row;justify-content:flex-end;margin-right:10px}.footer .legal-box .legal-content{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:30px}.footer .legal-box .legal-content a{font-size:.875rem;font-weight:400}@media (max-width: 600px){.footer{padding:7px}.footer .websites-box{margin:10px 20px}.footer .legal-box{margin:0}.footer .legal-box .legal-content{gap:10px}}.menu-button{display:flex;flex-direction:column;align-items:center;width:fit-content;padding:0;gap:10px;cursor:pointer;background-color:transparent;border:none}.menu-button .text{color:var(--primary-dark)}.menu-button:hover .rounded-image{background:linear-gradient(180deg,var(--accent-bright) 0%,var(--secondary-light) 100%)}.menu-button:hover .rounded-image svg path{fill:var(--surface-white)}.menu-button:hover .text{color:var(--secondary-color)}.menu-button.as-list{flex-direction:row}.menu-button.active .rounded-image{background:linear-gradient(180deg,var(--accent-bright) 0%,var(--secondary-light) 100%)}.menu-button.active .rounded-image svg path{fill:var(--surface-white)}.menu-button.active .text{color:var(--secondary-color)}.menu-button.compact{gap:4px}.menu-button.compact .text{display:none}.menu-button.compact .rounded-image{transform:scale(.85)}.bmxgpt-header{display:flex;flex-direction:row;min-height:156px;width:100%;background-color:var(--background-color);transition:all .25s ease}.bmxgpt-header .bmx-logo-container{display:flex;flex-direction:row;justify-content:center;max-height:150px;width:100%;cursor:pointer}.bmxgpt-header .bmx-logo-container .bmx-logo{display:flex;flex-direction:row;max-width:1650px;width:100%;padding-left:13px}.bmxgpt-header .bmx-logo-container .bmx-logo .bmx-logo-img{z-index:1;height:123px;width:123px;margin-top:19px}.bmxgpt-header .header-flexbox{position:absolute;width:100%}.bmxgpt-header .header-flexbox .top-box-container{display:flex;flex-direction:row;justify-content:center;height:102px}.bmxgpt-header .header-flexbox .top-box-container .top-box{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;padding-right:20px;width:100%;max-width:1650px;min-height:102px}.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-bar-container .menu-bar{display:flex;flex-direction:row;gap:0px}.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-bar-container .menu-bar-sm{display:none}.bmxgpt-header .header-flexbox .bottom-box-container{display:flex;flex-direction:row;height:54px;background:var(--primary-dark);justify-content:center}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;max-width:1650px;width:100%;padding:0 20px}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .app-name{font-size:1.563rem;color:var(--surface-white);word-break:keep-all}@media (max-width: 1000px){.bmxgpt-header .bmx-logo-container .bmx-logo .bmx-logo-img{margin-top:26px;width:115px;height:115px}.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-link-box{display:flex;flex-direction:column;gap:10px;margin-right:0}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .main-title{font-size:1.8rem}}@media (max-width: 800px){.bmxgpt-header .bmx-logo-container .bmx-logo .bmx-logo-img{margin-top:29px;width:110px;height:110px}.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-link-box,.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-bar-container .menu-bar{display:none}.bmxgpt-header .header-flexbox .top-box-container .top-box .menu-bar-container .menu-bar-sm{display:flex}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .main-title{font-size:1.3rem}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .nav-menu{display:none}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .sm-nav-menu{display:flex}.bmxgpt-header .header-flexbox .bottom-box-container .bottom-box .MuiBox-root{margin-right:15px}}.bmxgpt-header .menu-button svg path{fill:var(--primary-dark)}.bmxgpt-header .menu-button:hover svg path{fill:var(--surface-white)}.bmxgpt-header.compact{min-height:60px;height:60px;padding:0 16px;background:var(--primary-dark);display:flex;align-items:center;width:100%;transition:all .25s ease}.bmxgpt-header.compact .compact-header-row{display:flex;align-items:center;width:100%;gap:16px}.bmxgpt-header.compact .compact-header-row .bmx-logo-container{max-height:48px;width:auto;margin-right:10px}.bmxgpt-header.compact .compact-header-row .bmx-logo-container .bmx-logo{padding-left:0}.bmxgpt-header.compact .compact-header-row .bmx-logo-container .bmx-logo .bmx-logo-img{margin-top:0;width:40px;height:40px}.bmxgpt-header.compact .compact-header-row .app-name.compact{font-size:1.1rem;color:var(--surface-white);font-weight:500;margin-right:auto;margin-left:0;white-space:nowrap}.sm-nav-menu{display:none}#error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}#error-page hr{margin:20px;width:50%;color:var(--error-color)}#error-page pre{background:#f4f4f4;border:1px solid #ddd;border-left:3px solid var(--error-color);color:#666;page-break-inside:avoid;font-family:monospace;font-size:1.25rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1em 1.5em;display:block;word-wrap:break-word}.loader{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;margin-bottom:20px}.loader .MuiCircularProgress-root{color:var(--primary-dark)}html,body{height:100%;margin:0;line-height:1.5;color:#121212;min-width:375px}#root{display:flex;height:100%;width:100%}#content{display:flex;flex-grow:1;flex-direction:column;position:relative;background-color:var(--background-color);overflow-y:auto}#detail{flex:1;width:100%;display:flex;flex-direction:column}.grayscale{filter:grayscale(1)}.store-page{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;padding:32px}.store-page #store-header{display:flex;flex-direction:row;justify-content:space-between;width:100%}.store-page #store-presentation{display:flex;flex-direction:column;align-items:center;gap:17px;margin-bottom:37px}.store-page #store-presentation h4{color:var(--secondary-color);margin-bottom:7px}.store-page #store-search{width:80%;margin-bottom:45px}.store-page .store-agents-lists{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;flex-wrap:wrap;gap:5px}.agent-card-container{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:225px;background-color:var(--primary-dark);border-radius:10px;gap:11px;padding:10px 30px;cursor:pointer}.agent-card-container:hover{background:var(--secondary-color)}.agent-card-container .pi-icon{border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-card-container .pc-icon svg{width:22px;height:20px}.agent-card-container .pc-icon svg path{fill:var(--secondary-light)}.agent-card-container .pc-content{display:flex;flex-direction:column;color:#fff;justify-content:flex-start;width:100%}.agent-card-container .pc-content .pc-name{font-size:1.063rem}.agent-card-container .pc-content .pc-description{font-size:.688rem;display:flex;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.agent-cards-list-container .pcl-title{color:var(--primary-dark);font-weight:700;text-transform:uppercase;margin-bottom:20px}.agent-cards-list-container .pcl-list{display:flex;flex-wrap:wrap;gap:10px}.agent-cards-list-container .pcl-list>*{flex:1 1 calc(50% - 10px);max-width:calc(50% - 10px)}.pcl-empty{color:var(--text-muted)!important}.flat-button{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 20px;width:fit-content;background:var(--primary-dark);border-radius:50px;gap:10px;cursor:pointer;border:none}.flat-button svg{width:20px;height:20px}.flat-button.left{border-top-right-radius:0;border-bottom-right-radius:0}.flat-button.right{border-top-left-radius:0;border-bottom-left-radius:0}.flat-button.center{border-radius:0}.flat-button.has-filters{background:linear-gradient(180deg,var(--accent-bright) 0%,var(--secondary-light) 100%)}.flat-button .text{color:var(--surface-white);font-weight:700;font-size:.975rem}.flat-button svg path{fill:var(--surface-white)}.flat-button.selected{background:var(--accent-color)}.flat-button.selected svg path{fill:var(--surface-white)}.flat-button.selected .text{color:var(--surface-white)}.flat-button:hover{background:var(--accent-color)}.flat-button:hover svg path{fill:var(--primary-dark)}.flat-button:hover .text{color:var(--primary-darker)}.flat-button.white-bg{background:var(--surface-white)}.outlined{background-color:transparent;border:1px solid var(--primary-dark)}.outlined .text{color:var(--primary-dark)}.outlined:hover{border:1px solid var(--secondary-color);background-color:transparent}.outlined:hover svg path{fill:var(--secondary-color)}.outlined:hover .text{color:var(--secondary-color)}.outlined svg path{fill:var(--primary-dark)}.bar{background:var(--surface-white);border-radius:0;padding-left:13px;padding-right:13px}.bar svg path{fill:var(--primary-dark)}.bar .text{color:var(--primary-dark)}.bar:hover{background:var(--surface-white)}.bar:hover svg path{fill:var(--secondary-color)}.bar:hover .text{color:var(--secondary-color)}.bar.selected{background:var(--primary-dark);pointer-events:none}.bar.selected svg path{fill:var(--surface-white)}.bar.selected .text{color:var(--surface-white)}.delete{background:var(--error-color);border:1px solid transparent}.delete .text{color:var(--surface-white)}.delete svg path{fill:none;stroke:var(--surface-white)}.delete:hover{background:var(--surface-white);border:1px solid var(--error-color)}.delete:hover .text{color:var(--error-color)}.delete:hover svg path{fill:none;stroke:var(--error-color)}.agent-show-container .ps-header{display:flex;flex-direction:row;align-items:center;gap:10px}.agent-show-container .ps-header .ps-fav-icon{height:20px;width:20px;padding-top:3px;cursor:pointer}.agent-show-container .ps-header svg{height:20px;width:20px}.agent-show-container .ps-content{margin:0;max-height:70vh;overflow-y:auto}.agent-show-container .ps-actions{display:flex;flex-direction:row;gap:10px}.agent-show-container .ps-section .ps-section-title{color:var(--primary-dark);font-weight:600;border-bottom:2px solid var(--surface-light);padding-bottom:8px}.agent-show-container .ps-field .ps-label{font-weight:600;color:var(--text-secondary);display:block;margin-bottom:4px}.agent-show-container .ps-field .ps-value{color:var(--surface-black);word-break:break-word}.agent-show-container .ps-field .ps-value.ps-multiline{max-height:100px;overflow-y:auto;padding:8px;background-color:var(--surface-lighter);border-radius:8px;border:1px solid var(--neutral-very-light);white-space:pre-wrap;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem}.agent-show-container .ps-sources-section .ps-source-card{border:1px solid var(--neutral-very-light);border-radius:12px;background-color:var(--surface-white);transition:box-shadow .3s ease-in-out,transform .2s ease-in-out}.agent-show-container .ps-sources-section .ps-source-card:hover{box-shadow:0 0 20px 0 var(--shadow-color);transform:translateY(-2px)}.agent-show-container .ps-sources-section .ps-source-card .ps-source-name{color:var(--primary-dark);font-weight:600}.agent-show-container .ps-sources-section .ps-source-card .ps-kb-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;background-color:var(--surface-lighter);color:var(--text-secondary);border:1px solid var(--neutral-light)}@media (max-width: 600px){.agent-show-container .ps-content{max-height:60vh}.agent-show-container .ps-field .ps-value.ps-multiline{max-height:80px;font-size:.8rem}.agent-show-container .ps-prompts-section .ps-prompt-card .ps-prompt-text{font-size:.75rem}}@media (min-width: 1000px){.agent-show-container .ps-content{max-height:75vh}}.chat-disclaimer-container{border-radius:10px;border:1px solid var(--accent-color);width:100%;padding:20px 75px;text-align:center}.chat-disclaimer-container .cd-text{color:var(--primary-dark);font-size:.75rem;font-weight:700;text-align:center}.chat-disclaimer-container.compact{border:none;padding:0;margin:0}.chat-disclaimer-container.compact .cd-text{font-size:.7rem;font-weight:400}@media (max-width: 768px){.chat-disclaimer-container{padding:20px;width:100%}}.agent-selector{background-color:var(--surface-white);border-radius:25px;box-shadow:0 0 20px 0 var(--shadow-color);max-height:500px;overflow-y:auto;border:1px solid var(--neutral-light)}.agent-selector.compact{max-height:300px}.agent-selector.compact .agent-item-button{padding:8px 12px!important}.agent-selector.compact .agent-item-button .MuiListItemText-primary{font-size:.85rem}.agent-selector.compact .agent-selector-list{padding:2px 0}.agent-selector .agent-selector-loading{display:flex;justify-content:center;align-items:center;padding:24px}.agent-selector .agent-selector-list{padding:4px 0}.agent-selector .agent-item{transition:background-color .15s ease}.agent-selector .agent-item.active{background-color:#0000000a}.agent-selector .agent-item.active .MuiListItemText-primary{font-weight:600}.agent-selector .agent-item .agent-item-button{padding:10px 48px 10px 16px;transition:background-color .15s ease}.agent-selector .agent-item .agent-item-button:hover{background-color:#0000000d}.agent-selector .agent-item .agent-item-button .MuiListItemText-primary{color:var(--text-secondary);font-size:.9rem;font-weight:500;line-height:1.4}.agent-selector .agent-item .agent-item-button .MuiListItemText-secondary{color:var(--text-muted);font-size:.8rem;line-height:1.3;margin-top:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.agent-selector .agent-item .MuiIconButton-root{color:var(--text-muted);transition:color .15s ease,background-color .15s ease}.agent-selector .agent-item .MuiIconButton-root:hover{color:var(--text-secondary);background-color:#0000000d}.agent-selector .agent-selector-divider{margin:4px 0}.agent-selector .agent-selector-empty{padding:24px;text-align:center;color:var(--text-muted);font-size:.9rem}.agent-selector::-webkit-scrollbar{width:6px}.agent-selector::-webkit-scrollbar-track{background:transparent}.agent-selector::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.agent-selector::-webkit-scrollbar-thumb:hover{background:#0000004d}.prompt-wrapper{width:100%}.prompt-container{display:flex;flex-direction:column;position:relative;width:100%;border:1px solid #a3a3a3;border-radius:20px;margin:10px 0;padding:8px 12px 6px;gap:2px}.prompt-container .prompt-input-wrapper{width:100%}.prompt-container .prompt-input-wrapper input{width:100%;line-height:1.5em;font-size:.95rem}.prompt-container .prompt-input-wrapper input:focus{outline:none}.prompt-container .prompt-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;min-height:28px}.prompt-container button{background-color:transparent;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background-color .15s ease}.prompt-container button:hover:not(:disabled){background-color:#0000000d}.prompt-container button svg path{fill:var(--primary-dark)}.prompt-container button:hover:not(:disabled) svg path{fill:var(--secondary-light)}.prompt-container button:disabled{cursor:not-allowed}.prompt-container button:disabled svg path{fill:silver}.prompt-agent-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background-color:#0000000f;border-radius:12px;font-size:.75rem}.prompt-agent-tag.clickable{cursor:pointer;transition:background-color .15s ease}.prompt-agent-tag.clickable:hover{background-color:#0000001a}.prompt-agent-tag.clickable .expand-icon{font-size:1rem;transition:transform .2s ease;color:var(--text-secondary)}.prompt-agent-tag.clickable .expand-icon.open{transform:rotate(180deg)}.prompt-agent-tag .agent-tag-name{color:var(--text-secondary);font-weight:600}.prompt-agent-wrapper{position:relative}.prompt-agent-selector{position:absolute;top:100%;left:0;margin-top:8px;min-width:250px;z-index:1000;animation:slideDown .2s ease-out;transform-origin:top}.prompt-agent-selector.expand-up{top:auto;bottom:100%;margin-top:0;margin-bottom:8px;animation:slideUp .2s ease-out;transform-origin:bottom}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px) scaleY(.95)}to{opacity:1;transform:translateY(0) scaleY(1)}}.agent-item-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:193px;gap:9px;padding:7px 10px;background-color:var(--surface-light);border:1px solid;border-color:var(--surface-white);border-radius:10px;cursor:pointer}.agent-item-container.active{background-color:var(--surface-lighter)}.agent-item-container.disabled{cursor:not-allowed;opacity:.5;background-color:var(--surface-light);pointer-events:none}.agent-item-container:hover{background-color:var(--surface-lighter);border-radius:10px}.agent-item-container .pi-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-item-container .pi-content{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.agent-item-container .pi-content .pi-title{color:var(--secondary-color);font-size:.813rem;font-weight:700}.agent-item-container .pi-content .pi-description{color:var(--surface-black);font-size:.688rem;display:flex;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.agent-group-item-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:193px;gap:9px;padding:7px 10px;background-color:var(--surface-light);border:1px solid;border-color:var(--surface-white);border-radius:10px;cursor:pointer}.agent-group-item-container.active{background-color:var(--surface-lighter)}.agent-group-item-container.disabled{cursor:not-allowed;opacity:.5;background-color:var(--surface-light);pointer-events:none}.agent-group-item-container:hover{background-color:var(--surface-lighter);border-radius:10px}.agent-group-item-container .pi-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.agent-group-item-container .pi-icon svg{width:20px;height:20px}.agent-group-item-container .pi-content{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.agent-group-item-container .pi-content .pi-title{color:var(--secondary-color);font-size:.813rem;font-weight:700}.agent-group-item-container .pi-content .pi-description{color:var(--surface-black);font-size:.688rem;display:flex;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.agent-groups-list-container{display:flex;flex-direction:column;gap:10px;width:221px;height:100%}.agent-groups-list-container .agl-title{color:var(--primary-dark);font-size:1rem;font-weight:700}.agent-groups-list-container .agl-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--primary-dark),var(--surface-light)}.agent-groups-list-container .agl-list::-webkit-scrollbar{width:8px}.agent-groups-list-container .agl-list::-webkit-scrollbar-track{background:var(--surface-white);border-radius:4px}.agent-groups-list-container .agl-list::-webkit-scrollbar-thumb{background:rgba(var(--text-secondary),.3);border-radius:4px}.agent-groups-list-container .agl-list::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-secondary),.5)}.agent-groups-list-container .agl-list::-webkit-scrollbar-corner{background:var(--surface-light)}.agent-groups-list-container .agl-empty{color:var(--text-secondary);text-align:center;padding:20px;font-size:.9rem}.basic-button{width:fit-content;cursor:pointer;background-color:transparent;border:none}.basic-button .basic-button-icon{display:flex;justify-content:center;align-items:center}.chat-history-container{display:flex;flex-direction:column;gap:10px;width:221px;height:100%}.chat-history-container .ch-title{color:var(--primary-dark);font-size:1rem;font-weight:700}.chat-history-container .ch-list{display:flex;flex-direction:column;gap:13px;overflow-y:auto;overflow-x:hidden;scrollbar-color:var(--primary-dark),var(--surface-light)}.chat-history-container .ch-list .ch-no-history{color:var(--text-muted)}.chat-history-container .ch-list::-webkit-scrollbar{width:8px}.chat-history-container .ch-list::-webkit-scrollbar-track{background:var(--surface-light);border-radius:4px}.chat-history-container .ch-list::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:4px}.chat-history-container .ch-list::-webkit-scrollbar-thumb:hover{background:var(--primary-darker)}.chat-history-container .ch-list::-webkit-scrollbar-corner{background:var(--surface-light)}.chat-history-container .ch-list .ch-daily{display:flex;flex-direction:column;gap:8px}.chat-history-container .ch-list .ch-daily .ch-day-title{color:var(--primary-dark);font-size:.813rem;font-weight:700}.chat-history-container .ch-list .ch-daily .ch-item{cursor:pointer;padding:5px;border-radius:5px;transition:background-color .2s ease}.chat-history-container .ch-list .ch-daily .ch-item:hover{background-color:var(--surface-lighter)}.chat-history-container .ch-list .ch-daily .ch-item.active{background-color:var(--primary-dark);color:var(--surface-white)}.chat-history-container .ch-list .ch-daily .ch-item.active .ch-agent-name,.chat-history-container .ch-list .ch-daily .ch-item.active .ch-prompt{color:var(--surface-white)}.chat-history-container .ch-list .ch-daily .ch-item.active .MuiSvgIcon-root{color:var(--surface-white);font-size:1.125rem;margin-right:5px}.chat-history-container .ch-list .ch-daily .ch-item .ch-prompt{color:var(--surface-black);font-size:.813rem;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-history-container .ch-list .ch-daily .ch-item .MuiSvgIcon-root{color:var(--primary-dark);font-size:1.125rem;margin-right:5px}.chat-history-container .ch-list .ch-daily .ch-item .ch-agent-name{color:var(--neutral-light);font-size:.813rem;font-weight:700}.chat-history-container .ch-list .ch-daily .ch-item .ch-edit-icon,.chat-history-container .ch-list .ch-daily .ch-item .ch-delete-icon{opacity:0;transition:opacity .2s ease}.chat-history-container .ch-list .ch-daily .ch-item:hover .ch-edit-icon,.chat-history-container .ch-list .ch-daily .ch-item:hover .ch-delete-icon,.chat-history-container .ch-list .ch-daily .ch-item.active .ch-edit-icon,.chat-history-container .ch-list .ch-daily .ch-item.active .ch-delete-icon{opacity:1}.ch-edit-dialog .MuiPaper-root,.ch-delete-dialog .MuiPaper-root{background-color:var(--surface-white)}.ch-edit-dialog label,.ch-delete-dialog label{color:var(--neutral-dark)}.ch-edit-dialog #name,.ch-edit-dialog .content,.ch-delete-dialog #name,.ch-delete-dialog .content{color:var(--surface-black)}.ch-edit-dialog input,.ch-delete-dialog input{border-color:var(--surface-black)}.ch-edit-dialog .ch-dialog-actions :first-child,.ch-delete-dialog .ch-dialog-actions :first-child{color:var(--neutral-light)}.ch-edit-dialog .ch-dialog-actions :nth-child(2),.ch-delete-dialog .ch-dialog-actions :nth-child(2){color:var(--primary-dark)}@media (max-width: 768px){.ch-item .ch-edit-icon,.ch-item .ch-delete-icon{opacity:1!important}}.sidebar-left-root{position:relative;display:flex;height:100%;width:245px;transition:width .3s ease-in-out;background-color:var(--surface-darker)}.sidebar-left-root.collapsed{width:60px}.sidebar-left-root.collapsed.expanded{width:245px;z-index:10}.sidebar-left-root .sr-toggle-button{position:absolute;top:20px;right:-15px;z-index:10;transform:rotate(180deg);transition:transform .3s ease-in-out}.sidebar-left-root .sr-toggle-button.collapsed{transform:rotate(0)}.sidebar-left-root.mobile{position:fixed;top:0;left:0;height:100vh;width:80vw;max-width:320px;background-color:var(--surface-darker);transform:translate(-100%);transition:transform .3s ease-in-out;z-index:1000}.sidebar-left-root.mobile.expanded{transform:translate(0);box-shadow:2px 0 12px #0006}@media (max-width: 768px){.sidebar-left-root.collapsed{width:10px}}.sidebar-left-container{display:flex;flex-direction:column;border-right:1px solid var(--neutral-light);gap:16px;height:100%;padding:20px 0 20px 20px;min-width:245px;width:245px;box-sizing:border-box;transition:transform .3s ease-in-out,opacity .3s ease-in-out,box-shadow .3s ease-in-out;overflow:hidden}.sidebar-left-root.collapsed:not(.expanded) .sidebar-left-container{transform:translate(-100%);opacity:0;pointer-events:none}.sidebar-left-root.collapsed.expanded .sidebar-left-container{transform:translate(0);opacity:1;pointer-events:auto;box-shadow:2px 0 10px #0003}.sidebar-left-container .sl-new-chat-button{height:40px}.sidebar-left-container .sl-list:first-child{flex:0 0 90px;min-height:220px;max-height:500px;overflow-y:auto}.sidebar-left-container .sl-list.history{flex:1 1 auto;min-height:0;overflow:auto}.agent-items-list-container{display:flex;flex-direction:column;gap:10px;width:221px;height:100%}.agent-items-list-container .pil-title{color:var(--primary-dark);font-size:1rem;font-weight:700}.agent-items-list-container .pil-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--primary-dark),var(--surface-light)}.agent-items-list-container .pil-list::-webkit-scrollbar{width:8px}.agent-items-list-container .pil-list::-webkit-scrollbar-track{background:var(--surface-white);border-radius:4px}.agent-items-list-container .pil-list::-webkit-scrollbar-thumb{background:rgba(var(--text-secondary),.3);border-radius:4px}.agent-items-list-container .pil-list::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-secondary),.5)}.agent-items-list-container .pil-list::-webkit-scrollbar-corner{background:var(--surface-light)}.recommended-agents-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:35%;height:100%;max-width:600px}.recommended-agents-container .recommended-agents-header{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.recommended-agents-container .recommended-agents-header .recommended-agents-icon{padding:1rem}.recommended-agents-container .recommended-agents-header .recommended-agents-icon img{width:800px;height:80px}.recommended-agents-container .recommended-agents-header .recommended-agents-title{font-size:1.5rem;font-weight:700;color:var(--primary-dark);text-align:center;margin:0;letter-spacing:.5px}.recommended-agents-container .recommended-agents-list{width:100%;max-width:600px}.recommended-agents-container .recommended-agents-list .agent-items-list-container{width:100%}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list{display:flex;flex-direction:column;gap:.5rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container{display:flex;align-items:center;width:100%;padding:.6rem 1rem;background:var(--primary-dark);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;text-align:left;color:var(--surface-white);box-shadow:0 2px 10px rgba(var(--primary-dark),.1)}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-icon{margin-right:1rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-content{flex:1;display:flex;flex-direction:column}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-content .pi-title{font-size:1rem;font-weight:700;margin:0;color:var(--surface-white)}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-content .pi-description{font-size:.8rem;margin:0;color:rgba(var(--surface-white),.8);line-height:1.4}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 16px rgba(var(--primary-dark),.2)}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container:active{transform:translateY(0)}@media (max-width: 768px){.recommended-agents-container{width:100%;padding:1rem}.recommended-agents-container .recommended-agents-header{margin-bottom:1.5rem}.recommended-agents-container .recommended-agents-header .recommended-agents-icon{width:60px;height:60px;padding:.75rem}.recommended-agents-container .recommended-agents-header .recommended-agents-icon img{width:30px;height:30px}.recommended-agents-container .recommended-agents-header .recommended-agents-title{font-size:1.2rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container{padding:1rem 1.5rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-icon{width:18px;height:18px;margin-right:1rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-content .pi-title{font-size:1rem}.recommended-agents-container .recommended-agents-list .agent-items-list-container .pil-list .agent-item-container .pi-content .pi-description{font-size:.85rem}}.chunk-navigation{display:flex;align-items:center;gap:6px;font-size:12px;padding:6px 12px;background-color:#e3f2fd;border-bottom:1px solid #ddd}.chunk-navigation .chunk-label{font-weight:500;color:#333}.chunk-navigation .chunk-links{display:flex;gap:4px;flex-wrap:wrap}.chunk-navigation .chunk-link{display:inline-flex;align-items:center;gap:3px;font-size:12px;padding:2px 6px;border:none;background:none;cursor:pointer;color:#07c;text-decoration:underline;border-radius:4px;transition:background-color .15s ease}.chunk-navigation .chunk-link svg{font-size:14px}.chunk-navigation .chunk-link:hover{background-color:#0077cc1a}.chunk-navigation .chunk-link:active{background-color:#07c3}.pdf-custom-toolbar{width:100%;display:flex;align-items:center;padding:8px;background-color:#f5f5f5;border-bottom:1px solid #ddd}.pdf-custom-toolbar .pdf-custom-toolbar-content{width:100%;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pdf-custom-toolbar .pdf-custom-toolbar-page-navigation{flex:1;display:flex;align-items:center;gap:8px;justify-content:space-around}.pdf-custom-toolbar .pdf-custom-toolbar-page-navigation .pdf-custom-toolbar-page-navigation-buttons{display:flex;align-items:center;gap:4px}.pdf-custom-toolbar .pdf-custom-toolbar-page-navigation .pdf-custom-toolbar-page-navigation-buttons .pdf-custom-toolbar-current-page{display:flex;align-items:center;gap:2px}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media (min-width: 640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media (min-width: 768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media (min-width: 1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}:root{--rpv-full-screen__overlay-background-color: #fff}.rpv-core__viewer--dark{--rpv-full-screen__overlay-background-color: #1a1a1a}.rpv-full-screen__exit-button{bottom:0;padding:.5rem;position:fixed;z-index:2}.rpv-full-screen__exit-button--ltr{right:0}.rpv-full-screen__exit-button--rtl{left:0}.rpv-full-screen__overlay{position:fixed;top:0;left:0;height:100%;width:100%;align-items:center;display:flex;justify-content:center;background-color:var(--rpv-full-screen__overlay-background-color);z-index:1}.rpv-page-navigation__current-page-input{margin:0 .25rem;text-align:right;width:3rem}.rpv-search__highlights{left:0;position:absolute;top:0;height:100%;width:100%}.rpv-search__highlight{background-color:var(--rpv-search__highlight-background-color);border-radius:.25rem;position:absolute;z-index:1}.rpv-search__highlight--current{background-color:var(--rpv-search__highlight--current-background-color)}.rpv-search__popover{padding:0 .5rem}.rpv-search__popover-input-counter{align-items:center;display:flex;margin-bottom:.5rem;position:relative;width:12rem}.rpv-search__popover-counter{align-items:center;bottom:0;display:flex;position:absolute;top:0}.rpv-search__popover-counter--ltr{padding-right:.25rem;right:0}.rpv-search__popover-counter--rtl{left:0;padding-left:.25rem}.rpv-search__popover-label{align-items:center;cursor:pointer;display:flex;margin-bottom:.5rem}.rpv-search__popover-label-checkbox{cursor:pointer;margin-right:.25rem}.rpv-search__popover-footer{align-items:center;display:flex}.rpv-search__popover-footer-item{padding:0 .25rem}.rpv-search__popover-footer-button--ltr{margin-left:auto}.rpv-search__popover-footer-button--rtl{margin-right:auto}:root{--rpv-search__highlight-background-color: rgba(255, 255, 0, .4);--rpv-search__highlight--current-background-color: rgba(0, 128, 0, .4)}:root{--rpv-zoom__popover-target-arrow-border-color: rgba(0, 0, 0, .6)}.rpv-core__viewer--dark{--rpv-zoom__popover-target-arrow-border-color: #fff}.rpv-zoom__popover-target{align-items:center;color:var(--rpv-zoom__popover-target-color);display:flex}.rpv-zoom__popover-target-scale--ltr{margin-right:.25rem}.rpv-zoom__popover-target-scale--rtl{margin-left:.25rem}.rpv-zoom__popover-target-arrow{border-color:var(--rpv-zoom__popover-target-arrow-border-color) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.5rem .25rem 0;height:0;width:0}.resizable-right-sidebar{position:relative;height:100%;background-color:var(--surface-darker);border-left:1px solid var(--neutral-dark);display:flex;flex-direction:column}.resizable-right-sidebar.resizing{transition:none;-webkit-user-select:none;user-select:none}.resizable-right-sidebar .resize-handle{position:absolute;left:0;top:0;width:12px;height:100%;cursor:col-resize;display:flex;align-items:center;justify-content:center;background-color:transparent;z-index:10}.resizable-right-sidebar .resize-handle:hover{background-color:var(--primary-dark);opacity:.7}.resizable-right-sidebar .resize-handle svg{color:var(--text-muted, #6c757d);opacity:.5;transition:opacity .2s ease}.resizable-right-sidebar .resize-handle:hover svg{opacity:1;color:#fff}.resizable-right-sidebar .sidebar-close-button{position:absolute;top:4px;right:4px;background:transparent;border:none;padding:2px;border-radius:4px;color:var(--text-muted);transition:all .2s ease}.resizable-right-sidebar .sidebar-close-button:hover{background-color:var(--primary-dark);color:var(--surface-white)}.resizable-right-sidebar .sidebar-close-button:active{transform:scale(.95)}.resizable-right-sidebar .sidebar-content{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.resizable-right-sidebar .sidebar-content::-webkit-scrollbar{width:6px}.resizable-right-sidebar .sidebar-content::-webkit-scrollbar-track{background:transparent}.resizable-right-sidebar .sidebar-content::-webkit-scrollbar-thumb{background:var(--neutral-light);border-radius:3px}.resizable-right-sidebar .sidebar-content::-webkit-scrollbar-thumb:hover{background:var(--neutral-medium)}.resizable-right-sidebar .sidebar-content .preview-section,.resizable-right-sidebar .sidebar-content .preview-section .preview-container{flex:1;display:flex;flex-direction:column;min-height:0}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .document-info{padding:12px;background-color:#f0f0f0;border-bottom:1px solid #ddd;font-size:14px;flex-shrink:0}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .document-info .document-title{font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-custom-toolbar{padding:8px 12px;background-color:#f8f9fa;border-bottom:1px solid #dee2e6;flex-shrink:0}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container{flex:1;min-height:0;border:none;overflow:hidden}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical{scrollbar-color:var(--primary-dark) var(--surface-light)}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical::-webkit-scrollbar{width:8px}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical::-webkit-scrollbar-track{background:var(--surface-light);border-radius:4px}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:4px}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical::-webkit-scrollbar-thumb:hover{background:var(--primary-darker)}.resizable-right-sidebar .sidebar-content .preview-section .preview-container .pdf-viewer-container .rpv-core__inner-pages.rpv-core__inner-pages--vertical::-webkit-scrollbar-corner{background:var(--surface-light)}.resizable-right-sidebar .sidebar-content .preview-section .no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-muted);font-size:16px;text-align:center;padding:32px 16px}.resizable-right-sidebar .sidebar-content .preview-section .no-selection svg{font-size:48px;margin-bottom:16px;color:var(--text-secondary)}.resizable-right-sidebar .sidebar-content .preview-section .error-message{text-align:center;padding:32px 0;color:var(--error-color)}.resizable-right-sidebar .sidebar-content .preview-section .error-message .error-icon{font-size:40px;margin-bottom:12px;color:var(--error-color)}.sidebar-toggle{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1000}.sidebar-toggle .sidebar-toggle-button{background-color:var(--background-primary, #ffffff);border:1px solid var(--border-color, #e0e0e0);border-right:none;border-radius:8px 0 0 8px;padding:8px 4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--text-muted, #6c757d);box-shadow:-2px 0 8px #0000001a;transition:all .2s ease}.sidebar-toggle .sidebar-toggle-button:hover{background-color:var(--background-hover, #f0f0f0);color:var(--text-primary, #212529);transform:translate(-2px)}.sidebar-toggle .sidebar-toggle-button:active{transform:translate(-2px) scale(.95)}#chat-page{display:flex;flex-direction:row;height:100%;width:100%;overflow:hidden}#chat-page .chat-sidebar-left,#chat-page .chat-sidebar-right{flex:1 0 auto}#chat-page .sidebar-left-root.close+.chat-main{width:100%;flex:1 1 100%}#chat-page .sidebar-left-root:not(.close)+.chat-main{width:60%;flex:1 1 60%}#chat-page .chat-main{display:flex;flex-direction:column;flex:3;align-items:center;justify-content:space-between;padding:10px;max-width:100%}#chat-page .chat-main .chat-header{display:flex;flex-direction:row;width:100%;justify-content:space-between;padding:10px}#chat-page .chat-main .chat-header .chat-current-agent{display:flex;flex-direction:column;align-items:flex-start;gap:5px}#chat-page .chat-main .chat-header .chat-current-agent .current-agent-txt{display:flex;flex-direction:row;font-size:.875rem;font-weight:400;line-height:1.006rem;text-align:left;color:var(--text-secondary)}#chat-page .chat-main .chat-header .chat-current-agent .current-agent-txt .current-agent-label{color:var(--text-secondary)}#chat-page .chat-main .chat-header .chat-current-agent .current-agent-txt .current-agent-name{font-weight:700;color:var(--text-secondary)}#chat-page .chat-main .chat-header .chat-current-agent .chat-current-agent-btn{background:none;border:none;text-decoration:underline;cursor:pointer;font-weight:700;color:var(--text-secondary)}#chat-page .chat-main .chat-header .chat-current-model{display:flex;flex-direction:column;align-items:flex-end;gap:5px}#chat-page .chat-main .chat-header .chat-current-model .current-model-txt{display:flex;flex-direction:row;font-size:1.063rem;line-height:1.222rem;font-weight:700;color:var(--neutral-medium)}#chat-page .chat-main .chat-header .chat-current-model .current-model-txt .current-model-label{color:var(--neutral-medium);line-height:1.222rem;font-weight:700}#chat-page .chat-main .chat-header .chat-current-model .current-model-txt .current-model-name{color:var(--neutral-medium)}#chat-page .chat-main .chat-header .chat-current-model .chat-current-model-btn{background:none;border:none;color:var(--neutral-medium);cursor:pointer;font-size:1.063rem}#chat-page .chat-main .skeleton-container{display:flex;flex-direction:column;height:100%;width:100%;padding:0 min(18rem,20%)}#chat-page .chat-main .chat-discussion{display:flex;flex-direction:column;height:100%;width:100%;overflow-y:scroll;overflow-x:hidden;padding:0 min(18rem,20%);scrollbar-color:var(--primary-dark),var(--surface-light)}#chat-page .chat-main .chat-discussion::-webkit-scrollbar{width:8px}#chat-page .chat-main .chat-discussion::-webkit-scrollbar-track{background:var(--surface-light);border-radius:4px}#chat-page .chat-main .chat-discussion::-webkit-scrollbar-thumb{background:var(--primary-dark);border-radius:4px}#chat-page .chat-main .chat-discussion::-webkit-scrollbar-thumb:hover{background:var(--primary-darker)}#chat-page .chat-main .chat-discussion::-webkit-scrollbar-corner{background:var(--surface-light)}#chat-page .chat-main .chat-loader-top{display:flex;justify-content:center;padding:10px 0}#chat-page .chat-main .chat-prompt{width:100%;padding:0 min(18rem,20%)}#chat-page .chat-main .chat-prompt-centered{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60%;height:100%}#chat-page .chat-main .chat-prompt-template{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-bottom:12px}@media (max-width: 1400px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 min(12rem,15%)}}@media (max-width: 1200px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 min(8rem,12%)}}@media (max-width: 992px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 min(5rem,10%)}}@media (max-width: 900px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 3rem}}@media (max-width: 768px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 2rem}#chat-page .chat-main .chat-prompt-centered{padding:20px;width:100%}}@media (max-width: 600px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 1rem}}@media (max-width: 480px){#chat-page .chat-main .skeleton-container,#chat-page .chat-main .chat-discussion,#chat-page .chat-main .chat-prompt{padding:0 .5rem}#chat-page .chat-main .chat-header{flex-direction:column!important;gap:10px}#chat-page .chat-main .chat-header .chat-current-agent,#chat-page .chat-main .chat-header .chat-current-model{align-items:flex-start!important}}.modal-sources-container{border:var(--primary-dark) 1px solid;border-radius:10px;background-color:var(--background-color);max-height:80vh;overflow-y:auto;display:flex;flex-direction:column}.modal-sources-container .retry-btn-container{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin:0 20px 20px}.modal-sources-container .ms-retry-text{color:var(--primary-dark);font-size:14px;font-style:italic;font-weight:700;margin:0}.MuiDialogTitle-root.ms-header{padding:20px 24px 10px;line-height:60px}.MuiDialogTitle-root .ms-title{color:var(--primary-dark);font-size:18px;font-style:italic;font-weight:700;line-height:20.7px;margin:0}.MuiDialogContent-root.modal-sources{padding:10px 24px 20px;flex:1}.MuiDialogContent-root.modal-sources .ms-content{display:flex;flex-direction:column;height:100%}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list{display:flex;flex-direction:column;gap:20px;margin-bottom:20px;flex:1}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item{display:flex;flex-direction:column;gap:10px}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header{display:flex;justify-content:space-between;align-items:center}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .ms-source-link{background:none;border:none;text-decoration:underline;color:var(--secondary-color);cursor:pointer;font-size:.875rem;font-weight:700;line-height:16.1px;text-align:left;padding:0;flex:1}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .ms-source-link.preview-disabled{cursor:not-allowed;color:gray;text-decoration:none}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .ms-source-link.banned{text-decoration:line-through;opacity:.6}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .menu-buttons-group{display:flex;gap:8px;margin-left:auto}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .menu-buttons-group button{color:var(--primary-dark)}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .menu-buttons-group button:hover{color:var(--primary-darker)}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .menu-buttons-group button svg{fill:currentColor}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .ms-toggle-chunks-btn{margin-left:12px;background:none;border:1px solid var(--secondary-color);border-radius:4px;padding:4px 8px;font-size:12px;color:var(--secondary-color);cursor:pointer;transition:background .2s ease}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-header .ms-toggle-chunks-btn:hover{background:#0080000d}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-chunks{padding-left:12px;border-left:2px solid #ddd;display:flex;flex-direction:column;gap:10px}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-chunks .ms-cited-source-chunk{background:var(--neutral-light);border-radius:10px;padding:10px 15px;font-size:14px;line-height:1.4}.MuiDialogContent-root.modal-sources .ms-content .ms-source-list .ms-source-item .ms-source-chunks .ms-cited-source-chunk>div:first-child{font-weight:700;margin-bottom:4px}.MuiDialogContent-root.modal-sources .ms-notify{display:flex;flex-direction:row;gap:8px;width:fit-content;margin-bottom:20px}.MuiDialogContent-root.modal-sources .ms-notify .ms-notify-btn{background:none;border:none}.MuiDialogContent-root.modal-sources .ms-notify .ms-notify-txt{text-decoration:underline;color:var(--primary-dark);cursor:pointer;font-size:13px;font-style:italic}.feedback-dialog .MuiDialog-paper{padding:1rem;background-color:var(--surface-white)}.feedback-dialog .MuiDialogTitle-root{font-size:2.5rem;font-weight:700}.feedback-dialog .MuiDialogActions-root{display:flex;justify-content:space-between;gap:2rem;padding:0rem 4rem 2rem}.feedback-dialog .MuiDialogActions-root .flat-button{min-width:120px;text-transform:uppercase;font-weight:700}.feedback-dialog .MuiDialogActions-root .flat-button .text{font-size:.875rem;letter-spacing:.5px}.feedback-dialog .feedback-rating{display:flex;justify-self:center}.feedback-dialog .feedback-rating .MuiRating-iconFilled,.feedback-dialog .feedback-rating .MuiRating-iconHover{color:var(--secondary-light)}.feedback-dialog .feedback-rating .MuiRating-iconEmpty{color:rgba(var(--secondary-light),.3)}.feedback-dialog .feedback-rating .MuiRating-icon:hover{color:var(--secondary-light)}.feedback-dialog .form-element{display:flex;flex-direction:column;gap:11px;margin-bottom:20px}.feedback-dialog .form-element label{font-weight:700;color:var(--text-secondary)}.feedback-dialog .form-element.rating-element{align-items:center;margin-bottom:10px}.feedback-dialog .form-element.rating-element label{align-self:start}.feedback-dialog .form-element .form-input{min-width:200px;font-size:1rem;background-color:var(--surface-white);border-radius:10px;border:1px solid var(--neutral-medium);color:var(--surface-black);padding:11px 13px;font-family:Arial,sans-serif;line-height:1.2rem;resize:vertical}.feedback-dialog .form-element .form-input:focus{outline:none;border-color:var(--primary-dark);box-shadow:0 0 0 2px rgba(var(--primary-dark),.1)}.feedback-dialog .form-element .form-input.error{border-color:var(--error-color);box-shadow:0 0 0 2px rgba(var(--error-color),.1)}.feedback-dialog .form-element .form-input:disabled{background-color:var(--neutral-light);color:var(--text-secondary);border-color:var(--neutral-medium);cursor:not-allowed}.feedback-dialog .form-element .error-message{color:var(--error-color);font-size:.875rem;margin-top:5px}.conversation-item-container{display:flex;flex-direction:column}.conversation-item-container .ci-content{border-radius:10px;padding:20px 25px;width:inherit;font-size:.875rem}.conversation-item-container .ci-content h1{font-size:1.5rem;margin:20px 0;color:var(--primary-dark)}.conversation-item-container .ci-content h2{font-size:1.25rem;margin:15px 0;color:var(--primary-dark)}.conversation-item-container .ci-content h3{font-size:1rem;margin:15px 0}.conversation-item-container .ci-content h4{font-size:.875rem;margin:8px 0}.conversation-item-container .ci-content hr{border-color:#0d0d0d0d;margin:25px 0}.conversation-item-container .ci-content p{font-size:.875rem;line-height:1.75;letter-spacing:.5px;margin:10px 0;word-break:break-word;color:var(--surface-black)}.conversation-item-container .ci-content strong{font-weight:600!important}.conversation-item-container .ci-content code,.conversation-item-container .ci-content pre{padding:2px 4px;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:.875rem;color:var(--surface-black);overflow-y:scroll}.conversation-item-container .ci-content ul,.conversation-item-container .ci-content ol{list-style-type:disc;margin-left:25px;padding-left:0;margin-top:10px;margin-bottom:10px;color:var(--surface-black)}.conversation-item-container .ci-content ol{list-style-type:decimal}.conversation-item-container .ci-content li{margin-bottom:8px}.conversation-item-container .ci-content ol>li{margin-bottom:15px}.conversation-item-container .ci-content li p{margin-bottom:8px}.conversation-item-container .ci-content strong{font-weight:700}.conversation-item-container .ci-content a{color:var(--primary-dark);text-decoration:underline;word-break:break-word}.conversation-item-container .ci-content table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.875rem;background-color:transparent;overflow-x:auto;display:block;white-space:nowrap}.conversation-item-container .ci-content table thead{display:table-header-group}.conversation-item-container .ci-content table tbody{display:table-row-group}.conversation-item-container .ci-content table tr{display:table-row;border-bottom:1px solid rgba(13,13,13,.1)}.conversation-item-container .ci-content table tr:nth-child(2n){background-color:#00000005}.conversation-item-container .ci-content table tr:hover{background-color:#0000000a}.conversation-item-container .ci-content table th,.conversation-item-container .ci-content table td{display:table-cell;padding:12px 16px;text-align:left;vertical-align:top;border:1px solid rgba(13,13,13,.1);word-wrap:break-word;white-space:normal;min-width:100px}.conversation-item-container .ci-content table th{background-color:#0000000d;font-weight:600;color:var(--primary-dark);position:sticky;top:0;z-index:1}.conversation-item-container .ci-content table td{color:var(--surface-black);line-height:1.5}.conversation-item-container .ci-content table caption{caption-side:top;padding:10px 0;font-weight:600;color:var(--primary-dark);text-align:left}.conversation-item-container .ci-content.user{color:var(--surface-white);background:var(--primary-dark);margin-bottom:23px;align-self:flex-end;border-radius:24px;padding:8px 10px;max-width:60%}.conversation-item-container .ci-content.user p{color:var(--surface-white);margin:0}.conversation-item-container .ci-content.loading-pulse{background:linear-gradient(90deg,#000,#0000004d,#000);background-size:200% 100%;animation:textPulse 2s ease-in-out infinite;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.conversation-item-container .ci-footer{display:flex;flex-direction:row;align-items:center;width:100%;margin-bottom:25px}.conversation-item-container .ci-footer .ci-actions{display:flex;align-items:center;margin-left:0}.conversation-item-container .ci-footer .ci-actions .ci-feedback-prompt{display:flex;align-items:center;margin-left:25px}.conversation-item-container .ci-footer .ci-sources{display:flex;align-items:center;gap:5px;color:var(--neutral-light);font-size:.5rem;cursor:pointer}.conversation-item-container .ci-footer .ci-copy-button{margin-left:auto;color:var(--neutral-light);font-size:.5rem;cursor:pointer}.conversation-item-container .ci-footer .ci-copy-button .MuiSvgIcon-root{font-size:18px}@media (max-width: 768px){.conversation-item-container table{display:block;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.conversation-item-container table th,.conversation-item-container table td{min-width:120px;font-size:.8125rem;padding:10px 12px}.conversation-item-container .ci-content.user{max-width:75%}}@media (max-width: 480px){.conversation-item-container table th,.conversation-item-container table td{min-width:100px;font-size:.75rem;padding:8px 10px}.conversation-item-container .ci-content.user{max-width:75%}}@keyframes textPulse{0%{background-position:200% 0%}to{background-position:-200% 0%}}.chat-start-indicator{display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:25px;opacity:.8;font-style:italic}.chat-start-indicator p{color:var(--text-secondary);font-size:.9rem;font-weight:300}.chat-header{margin-left:15px;position:relative}.chat-header .current-agent-txt .clickable-agent-name{cursor:pointer;padding:6px 10px;margin:-6px -10px;border-radius:8px;transition:background-color .15s ease;border:none;background-color:transparent;display:flex;align-items:center;gap:6px}.chat-header .current-agent-txt .clickable-agent-name:hover{background-color:#0000000d}.chat-header .current-agent-txt .clickable-agent-name:hover .expand-icon{opacity:1}.chat-header .current-agent-txt .clickable-agent-name:active{background-color:#0000001a}.chat-header .current-agent-txt .clickable-agent-name .current-agent-name{margin:0;-webkit-user-select:none;user-select:none;font-weight:600;color:var(--text-secondary);font-size:.95rem}.chat-header .current-agent-txt .clickable-agent-name .expand-icon{color:var(--text-muted);transition:transform .2s ease,opacity .15s ease;font-size:18px;opacity:.6}.chat-header .current-agent-txt .clickable-agent-name .expand-icon.open{transform:rotate(180deg);opacity:1}.chat-header .current-agent-txt .encryption-indicator{padding:6px;border-radius:6px;transition:background-color .15s ease;cursor:default}.chat-header .current-agent-txt .encryption-indicator:hover{background-color:#0000000d}.chat-header .current-agent-txt .encryption-indicator .MuiSvgIcon-root{display:block;color:var(--text-muted)}.chat-header .agent-selector-dropdown{position:absolute;top:100%;left:0;margin-top:4px;min-width:350px;max-width:500px;z-index:1000;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.settings-page{padding:32px;padding-top:2rem}.settings-page .page-title{color:var(--primary-darker)}.settings-page .settings-card{box-shadow:0 0 20px 0 var(--shadow-color);background-color:var(--surface-white)}.settings-page .section-header-icon{color:var(--primary-darker)}.settings-page .section-title{color:var(--surface-black)}.settings-page .section-description{color:var(--text-secondary)}.settings-page .active-chip{background-color:var(--primary-darker);color:#fff}.settings-page .delete-all-button:hover{background-color:#d32f2f0a}.settings-page .toggle-button-group{display:flex;gap:.5rem}.settings-page .toggle-option{flex:1;padding:1rem;text-transform:none;border-radius:8px;border:2px solid var(--neutral-light);color:var(--surface-black)}.settings-page .toggle-option:not(:first-of-type){border-left:2px solid var(--neutral-light);margin-left:0}.settings-page .toggle-option.selected{border-color:var(--primary-darker);background-color:var(--surface-lighter);color:var(--primary-darker);font-weight:600}.settings-page .toggle-option.selected:hover{background-color:var(--surface-lighter);border-color:var(--primary-darker)}.settings-page .toggle-option.selected .active-chip{background-color:var(--primary-darker);color:#fff}.settings-page .toggle-option:hover:not(.selected){background-color:#00305d0a;border-color:var(--primary-dark)}.settings-page .toggle-option .option-icon{color:inherit}@media (max-width: 600px){.settings-page{padding:1.5rem 1rem 1rem}.settings-page .page-title{font-size:1.75rem;margin-bottom:1.5rem!important}.settings-page .settings-card{margin-bottom:1rem!important}.settings-page .settings-card .MuiCardContent-root{padding:1rem}.settings-page .section-title{font-size:1.1rem}.settings-page .section-description{font-size:.875rem}.settings-page .toggle-button-group{flex-direction:column;gap:.5rem}.settings-page .toggle-option{width:100%;padding:.75rem;justify-content:flex-start}.settings-page .toggle-option:not(:first-of-type){border-left:2px solid var(--neutral-light);margin-left:0;border-top:2px solid var(--neutral-light)}.settings-page .toggle-option .option-icon{font-size:1.25rem}.settings-page .active-chip{height:20px;font-size:.7rem}}.faq-page{padding:32px}.login{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:20px}.login .login-container{text-align:center;margin-bottom:2rem}.login .login-info{padding:20px}:root{--background-color: white;--primary-color: #c4d452;--primary-dark: #00427f;--primary-darker: #00305d;--secondary-color: #3c9845;--secondary-light: #8cb154;--accent-color: #c4d452;--accent-bright: #ffdd37;--neutral-dark: #a6a6a6a6;--neutral-medium: #b2b2b2;--surface-light: #dcdcdc;--text-secondary: #5e5e5d;--neutral-light: #a6a6a6a6;--neutral-very-light: #d7d7d7;--error-color: #8c2727;--surface-white: white;--surface-black: black;--text-muted: #828282;--surface-lighter: #f9f9f9;--surface-darker: #e6e6e6;--shadow-color: #d7d7d7}[data-theme=dark]{--background-color: #1a1a1a;--primary-color: #9ca3af;--primary-dark: #555b60;--primary-darker: #4b5563;--secondary-color: #d1d5db;--secondary-light: #e5e7eb;--accent-color: #d1d5db;--accent-bright: #ffdd37;--neutral-dark: #ffffff;--neutral-dark: #9ca3af;--neutral-medium: #ffffff;--surface-light: #2d2d2d;--text-secondary: #ffffff;--neutral-light: #d4d4d4a9;--neutral-very-light: #ffffff;--error-color: #d65555;--surface-white: #111827;--surface-black: #e5e7eb;--text-muted: #9ca3af;--shadow-color: rgba(0, 0, 0, .3);--surface-lighter: #374151;--surface-darker: #2f3031}.app-version{position:absolute;bottom:5px;left:5px;font-size:.6rem;color:var(--surface-white);z-index:9999}
