._loadingScreen_d9ugz_1{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f0f0fcf;color:var(--brand-color);display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column;font-family:Roboto Slab,serif}._loaderContainer_d9ugz_14{text-align:center;width:470px;display:flex;flex-direction:column;align-items:center}._truckIcon_d9ugz_22{font-size:3rem;margin-bottom:20px;animation:_moveTruck_d9ugz_1 3s infinite linear}._loaderHeading_d9ugz_28{font-size:1.5rem;margin-bottom:1rem;text-shadow:0 0 10px rgba(255,164,89,.8)}._radarSpinner_d9ugz_34{width:80px;height:80px;border:8px solid rgba(255,164,89,.2);border-top:8px solid var(--brand-color);border-radius:50%;animation:_spin_d9ugz_1 1s linear infinite;margin:20px auto}._loaderSubtext_d9ugz_44{margin-top:1rem;font-size:1rem;color:#ffa459cc;font-style:italic}@keyframes _spin_d9ugz_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _moveTruck_d9ugz_1{0%{transform:translate(235px)}to{transform:translate(-235px)}}._headerBar_1ch5e_1{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 1rem;background-color:#0f0f0ff2;height:60px;box-sizing:border-box;box-shadow:0 6px 8px 9px #2f2d2d80;z-index:1}._headerLeft_1ch5e_14{display:flex;align-items:center}._companyLogo_1ch5e_19{height:40px;object-fit:contain;margin:10px 0}._headerTitle_1ch5e_25{flex:1;text-align:center;font-size:32px;font-weight:700;color:var(--brand-color)}._tinytText_1ch5e_33{margin-left:12px;color:gray;font-size:#9f9f9f;font-size:12px;font-weight:400}._headerRight_1ch5e_41{display:flex;align-items:center}._userIcon_1ch5e_46{height:40px;object-fit:cover;border-radius:50%}@media (max-width: 640px){._headerTitle_1ch5e_25{display:none}}._loaderContainer_4qp9y_1{display:flex;justify-content:center;align-items:center;height:calc(100vh - 60px);width:100vw;background-color:#0f0f0fcf;flex-flow:column}._loader_4qp9y_1{height:100px;width:100px;aspect-ratio:1;box-shadow:0 0 0 3px #fff inset;border-radius:50%;position:relative;animation:_l6_4qp9y_1 1.5s linear infinite}._loader_4qp9y_1:before{content:"";position:absolute;top:100%;box-shadow:inherit;width:25px;aspect-ratio:1;border-radius:50%}@keyframes _l6_4qp9y_1{to{transform:rotate(360deg)}}._queryInputSection_4d85y_2{display:flex;align-items:center;padding:1rem;position:absolute;bottom:0;width:100vw;box-sizing:border-box;height:100px;line-height:100px;background-color:#0f0f0ff2}._queryTextarea_4d85y_15{flex:1;margin-right:1rem;resize:none;padding:.5rem;min-height:50px;border-radius:12px;box-shadow:2px 4px 6px 3px #00000080;background-color:#c8c8c8;font-family:IBM Plex Sans,Helvetica Neue,Helvetica,sans-serif;font-size:16px}._mainContainer_4d85y_44{display:grid;grid-template-columns:200px 1fr;height:calc(100vh - 160px);box-sizing:border-box}._chatList_4d85y_51{background-color:#0f0f0ff2;color:#fff;margin:0;list-style:none;box-shadow:10px 0 8px -4px #2f2d2d80;border-right:1px solid #c8c8c8;z-index:2;padding:8px 8px 0;-webkit-user-select:none;user-select:none;overflow:auto}._chatListItem_4d85y_67._newChatButton_4d85y_67{margin:8px 0;cursor:pointer}._chatListItem_4d85y_67{padding:4px 8px;border-radius:4px;font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chatListItemActive_4d85y_81{background-color:#4a4646}._chatDetails_4d85y_85{background:#3f3d3d;flex:1;display:flex;flex-direction:column;padding:8px;box-sizing:border-box;overflow:scroll;color:#fff;list-style:none;margin:0;overflow-y:auto;height:100%;overflow-x:hidden}._newChatButton_4d85y_67{background-color:#ffa459}._submitButton_4d85y_28{background:var(--brand-color);border:none;padding:.5rem 1rem;border-radius:12px}._submitButton_4d85y_28._active_4d85y_34{cursor:pointer;box-shadow:5px 4px 6px 3px #00000080;transition:transform .1s,box-shadow .1s}._submitButton_4d85y_28._active_4d85y_34:active{transform:translateY(4px);box-shadow:0 0 2px 2px #00000080}._chatContainer_1v9lg_1{display:grid;grid-template-columns:30vw 1fr 30vw;margin-bottom:1rem;padding:1rem;padding:0 16px}._chatQuery_1v9lg_9{grid-column:2/4;justify-self:end;background-color:#4a4747;color:#fff;margin-bottom:16px;padding:16px;border-radius:10px}._chatResponse_1v9lg_19{grid-column:1/3;justify-self:start;background-color:#212020;color:#fff;margin-bottom:16px;padding:0 16px;border-radius:10px;width:100%;box-sizing:border-box}._buttons_1v9lg_31{padding:10px 15px}._buttons_1v9lg_31 img{cursor:pointer;width:20px;visibility:hidden}._chatContainer_1v9lg_1:hover>._buttons_1v9lg_31 img{visibility:visible}._feedbackButtonContainer_1v9lg_44{grid-column:1/3}._feedbackButtonContainer_1v9lg_44 button{cursor:pointer;padding:8px 16px;border-radius:8px;border:0}._feedbackText_1v9lg_54{padding-left:8px}._overlay_6gt5u_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000de;display:flex;align-items:center;justify-content:center;z-index:9999}._popup_6gt5u_14{border-radius:8px;padding:20px;max-width:500px;width:90%;background:#212020}._textarea_6gt5u_22{width:100%;height:80px;margin-top:10px;margin-bottom:10px;resize:none;background:#c8c8c8}._buttonRow_6gt5u_31{display:flex;justify-content:flex-end;gap:10px}._closeButton_6gt5u_37{background:#ccc;border:none;border-radius:4px;padding:8px 16px;cursor:pointer}._submitButton_6gt5u_45{background:#ffa459;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer}._overlay_e9zmz_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}._modal_e9zmz_14{background-color:#fff;border-radius:8px;padding:2rem;width:400px;max-width:90%;box-shadow:0 4px 12px #0000004d;position:relative}._closeButton_e9zmz_24{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.5rem;cursor:pointer}body{margin:0;font-family:IBM Plex Sans,Helvetica Neue,Helvetica,sans-serif;height:100vh}body.bgImage{background:url(/assets/bg-D37nHErQ.png)}body.bgDark{background:#302f2f}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-color: #ffa459}._authContainer_ja8rh_1{color:#fff;display:flex;justify-content:center;align-items:center;margin:0;padding:0;height:100vh;text-align:center}._landingContainer_ja8rh_12{background-color:#00000085;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:50px;border-radius:16px;box-shadow:0 0 25px #00000080;text-align:center;width:50vw;min-width:400px;max-width:600px;height:420px}._logo_ja8rh_25{width:200px;height:200px}h1{font-family:Roboto Slab,serif;font-size:32px;color:var(--brand-color);margin-bottom:0}._tagline_ja8rh_37{font-size:16px;color:#ccc;margin-bottom:40px}._loginWithGoogleBtn_ja8rh_43{transition:background-color .3s,box-shadow .3s;padding:12px 16px 12px 42px;border:none;border-radius:3px;box-shadow:0 -1px #0000000a,0 1px 1px #00000040;color:#757575;font-size:14px;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);background-color:#fff;background-repeat:no-repeat;background-position:12px 11px;cursor:pointer}._loginWithGoogleBtn_ja8rh_43:hover{box-shadow:0 -1px #0000000a,0 2px 4px #00000040}._loginWithGoogleBtn_ja8rh_43:active{background-color:#eee}._loginWithGoogleBtn_ja8rh_43:focus{outline:none;box-shadow:0 -1px #0000000a,0 2px 4px #00000040,0 0 0 3px #c8dafc}._loginWithGoogleBtn_ja8rh_43:disabled{filter:grayscale(100%);background-color:#ebebeb;box-shadow:0 -1px #0000000a,0 1px 1px #00000040;cursor:not-allowed}._tinytText_ja8rh_80{color:gray;font-size:#9f9f9f}._continueToChatsBtn_ja8rh_85{transition:background-color .3s,box-shadow .3s;padding:12px 16px 12px 42px;border:none;border-radius:3px;box-shadow:0 -1px #0000000a,0 1px 1px #00000040;color:#757575;font-size:14px;background-color:#fff;background-repeat:no-repeat;background-position:12px 11px;cursor:pointer;width:120px;margin:auto}
