a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}ol,p,ul{line-height:25px}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{color:#366c6c;text-decoration:underline}b{font-weight:500}ol,ul{padding-left:20px}html{background-color:#f9f9f0}body{font-family:Lexend,Arial,sans-serif}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f9f9f0}::-webkit-scrollbar-thumb{background:#2e5c5c;border-radius:10px;-webkit-transition:.4s ease;transition:.4s ease}::-webkit-scrollbar-thumb:hover{background:#366c6c}@keyframes fadeIn{to{opacity:1}}#title-screen{background-color:#f9f9f0;border-bottom:thin solid;flex-direction:column;height:100dvh;min-height:-webkit-fit-content;min-height:fit-content;width:calc(100vw - 10px)}#title-screen,.title-screen-child{align-items:center;display:flex;justify-content:center}.title-screen-child{animation:fadeIn 2s forwards;margin:1.5dvh 0;opacity:0;text-align:center;width:70vw}#course-title{animation-delay:.25s;font-size:3em}#semester{animation-delay:.5s;font-size:1.5em}#course-description{animation-delay:.75s;font-size:1em}div#hyperlinks{grid-gap:1rem;animation-delay:1s;display:grid;gap:1rem;grid-template-columns:repeat(7,1fr);margin-top:3dvh}div#homepage-content a:hover,div#hyperlinks a:hover{font-weight:500}#content-container{display:grid;grid-template-areas:"nav homecontent";grid-template-columns:1fr 3.75fr;width:100%}#nav-bar{background-color:#2e5c5c;border-right:thin solid;grid-area:nav;height:100dvh;position:-webkit-sticky;position:sticky;top:0}#nav-bar-elements{align-items:center;animation:fadeIn 2s forwards;display:flex;flex-direction:column;height:100%;opacity:0;text-align:center}#nav-bar-elements a{align-items:center;color:#f9f9f0;display:flex;flex:1 1;font-size:1rem;justify-content:center;text-decoration:none;transition:.4s;width:100%}#nav-bar-elements a:hover{background-color:#366c6c;color:#fff}#homepage-content{background-color:#f9f9f0;grid-area:homecontent}.homepage-content-child{animation:fadeIn 2s forwards;border-bottom:thin solid;opacity:0;padding:4dvh 10px}.homepage-content-child h3{font-size:2em;font-weight:500;margin-bottom:2dvh}.homepage-content-child p,li,ol,ul{font-size:1em;margin-bottom:1dvh}iframe{border:thin solid;height:60dvh;margin-top:2dvh;width:60vw}#office-hours{border-bottom:none}#office-hours h4{font-size:1.5em;font-weight:500;margin-bottom:1dvh}#office-hours div{margin-bottom:3dvh}#office-hours #calendar{margin-bottom:0}@media screen and (max-width:1280px){#course-title{font-size:2.5em}#semester{font-size:1.25em}}@media screen and (max-width:840px){#course-title{font-size:2em}div#hyperlinks{gap:1rem;grid-template-columns:repeat(3,1fr)}div#hyperlinks a#bot-link{grid-column:2/3}iframe{width:78vw}}@media screen and (max-width:480px){#nav-bar{display:none}#content-container{display:flex}#course-title,.homepage-content-child h3{font-size:1.5rem;font-weight:500}#semester{font-size:1rem}#office-hours h4{font-size:1.25rem;font-weight:500}#course-description,a,ol,p,ul{font-size:.8rem}div#hyperlinks{margin-top:2dvh;row-gap:.5rem}iframe{width:94.5vw}}@media screen and (max-width:1100px) and (max-height:280px){#title-screen{height:auto;padding:1rem 0}}button{color:#f9f9f0;font-family:Lexend,Arial,sans-serif}h3{font-size:1rem}#main-container{display:grid;grid-template-areas:"nav chatbox";height:100dvh;overflow-y:auto;width:100%}#session-controls{grid-gap:.75rem;-ms-overflow-style:none;background-color:#2e5c5c;border-right:thin solid;display:grid;gap:.75rem;grid-area:nav;height:100%;opacity:0;overflow-y:auto;position:relative;scrollbar-width:none;transition:opacity .4s ease}#session-controls.open{opacity:1}#session-controls::-webkit-scrollbar{display:none}#top-navbar-buttons{background-color:#2e5c5c;display:flex;flex-direction:row;justify-content:space-between;left:0;padding-top:.25rem;position:-webkit-sticky;position:sticky;top:0;z-index:50}#return-home{display:flex;justify-content:left;margin-left:.25rem;margin-top:.25rem}#return-home svg{aspect-ratio:1/1;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#return-home svg:hover{background-color:#366c6c;cursor:pointer}#toggle-menu{background:none;border:none;margin:.25rem .25rem 0 0;padding:0}#toggle-menu svg{aspect-ratio:1/1;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#toggle-menu svg:hover{background-color:#366c6c;cursor:pointer}#new-session-button,#route-button{align-items:center;background:none;border:none;border-radius:10px;color:#f9f9f0;display:flex;flex-direction:row;height:2.5rem;justify-content:left;margin:.25rem .25rem 0;padding:0;transition:.4s}#new-session-button:hover,#route-button:hover{background-color:#366c6c;color:#fff;cursor:pointer}#new-session-button svg,#route-button svg{height:1.75rem;padding:.2rem}#main-list{margin-top:1.25rem;min-height:10rem;overflow-y:auto;padding-bottom:1.25rem;width:100%}#main-list::-webkit-scrollbar{display:none}#main-list h3{background:#2e5c5c;color:#c8c8c8;margin-bottom:.5rem;margin-left:.5rem;position:-webkit-sticky;position:sticky;top:0;width:calc(100% - .5rem)}.list-item-active,.list-item-inactive{align-items:center;background:none;border:none;border-radius:10px;display:flex;flex-direction:row;justify-content:left;margin:.5rem .25rem 0;padding:.25rem 0 .25rem .25rem;transition:.4s;width:auto}.list-item-active:hover,.list-item-inactive:hover{background-color:#366c6c;cursor:pointer}.list-item-active{background:#ffffff1a}.list-button{align-items:center;background:none;border:none;display:flex;font-size:.9rem;height:100%;justify-content:left;padding:0 0 0 .5rem;text-align:left;width:80%}.list-button:hover{color:#fff;cursor:pointer}.utility-icon{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:right;padding:0;width:20%}.utility-icon svg{aspect-ratio:1/1;border-radius:100px;cursor:pointer;height:1.25rem;margin-right:.25rem;padding-bottom:.25rem;padding-right:.3rem;transition:.4s}.utility-icon svg:hover{background-color:#ffffff1a;cursor:pointer}#info-buttons{background:#2e5c5c;display:flex;flex-direction:column;margin:.25rem 0;width:100%}.info-button{align-items:center;border-radius:10px;color:#f9f9f0;display:flex;height:2rem;margin:.25rem;padding-left:.5rem;transition:.4s}.info-button:hover{background-color:#366c6c;color:#fff;cursor:pointer}#overlay-background{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;height:100dvh;left:0;position:fixed;top:0;transition:opacity .4s ease;width:100vw;z-index:-1}#new-session-button-mandatory,#route-button-mandatory,#toggle-menu-mandatory{background:none;border:none;display:flex;left:-.13rem;position:absolute;top:.43rem}#route-button-mandatory{top:4rem}#new-session-button-mandatory svg,#route-button-mandatory svg,#toggle-menu-mandatory svg{aspect-ratio:1/1;background-color:#2e5c5c;border-radius:100px;height:1.75rem;padding:.2rem;transition:.4s}#new-session-button-mandatory svg:hover,#route-button-mandatory svg:hover,#toggle-menu-mandatory svg:hover{background-color:#366c6c;cursor:pointer}#chatbox{align-items:center;background-color:#f9f9f0;display:flex;flex-direction:column;grid-area:chatbox;height:100dvh;position:relative;width:100%}.chatbox-child{width:70%}#cub-write-img{cursor:grab;height:4.5rem;padding:.25rem .5rem 0 0;position:absolute;right:0;top:0}#chat-messages{align-items:center;display:flex;flex-direction:column;max-height:none;overflow-y:auto;padding:1.5rem 0 4.25rem;width:100%}#greeting{bottom:calc(35% + 7rem);opacity:1;position:absolute;text-align:center;transition:opacity .3s ease;width:100%}#greeting.inactive{opacity:0}#greeting h2{font-size:2em}.assistant,.user{display:flex;width:70%}.assistant{display:flex;flex-direction:column;justify-content:left;transition:.4s}#cub-think-img{align-self:flex-start;height:4.5rem;padding-left:1rem}.user{align-items:flex-end;display:flex;flex-direction:column;transition:.4s}.assistant-msg,.user-msg{max-width:25rem;overflow:hidden;width:-webkit-fit-content;width:fit-content}.assistant-msg{color:#000;justify-content:left;max-width:100%;padding:0,1rem,1rem,1rem}.assistant-msg h1,.assistant-msg h2,.assistant-msg h3,.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg ul{line-height:25px;margin-bottom:.5rem}.assistant-msg h1{font-size:1.5rem;font-weight:500;margin-top:1.5rem}.assistant-msg h2{font-size:1.25rem;font-weight:500;margin-top:1rem}.assistant-msg h3{font-size:1rem;font-weight:500;margin-top:.75rem}.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg ul{margin-top:.5rem}.assistant-msg strong{font-weight:500}.assistant-msg li,.assistant-msg ol,.assistant-msg p,.assistant-msg strong,.assistant-msg ul,.user-msg p{font-size:1rem}.assistant-msg strong,b{font-weight:500}mjx-container{height:-webkit-fit-content;height:fit-content;overflow:auto}mjx-container::-webkit-scrollbar{display:none}.report-button{border-radius:20px;color:#505050;display:flex;flex-direction:row;font-size:.8rem;gap:.1rem;margin-bottom:.25rem;margin-top:.25rem;padding:.25rem .4rem .25rem .25rem;transition:.4s ease;width:-webkit-fit-content;width:fit-content}.report-button:hover{background:#e1e1e1;cursor:pointer}.report-button svg{height:1rem;padding-left:0}.user-msg{background-color:#aac7c7;border-radius:20px;color:#000;max-width:85%;padding:1rem}.timestamp{color:#505050;font-size:.8rem;margin-right:.5rem;margin-top:.25rem}pre:has(>code){border:thin solid #2e5c5c;border-radius:15px;font-family:Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;font-size:.8rem;padding:1rem}#input-container{background-color:#f9f9f0;border-radius:10px;display:flex;flex-direction:column;padding-bottom:10px;position:absolute;transition:bottom .3s ease;width:71%}#input-container.center{bottom:35%}#input-container.bottom{bottom:0}#chat-input{background-color:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;flex-direction:row;height:3.25rem;margin-bottom:5px;position:relative;transition:.4s ease;width:100%}#chat-input,#chat-input input{align-items:center;display:flex;justify-content:center}#chat-input input{background:none;border:none;color:#000;font-family:Lexend,Arial,sans-serif;font-size:1rem;height:100%;outline:none;padding-left:1rem;text-align:left;width:calc(87% - .25rem)}#chat-input input::placeholder{filter:grayscale(1)}#chat-input input.disabled:hover{cursor:not-allowed}#chat-input p{color:#505050;font-size:.75rem;font-style:italic;margin-right:.25rem;text-align:right;width:6%}#chat-input button{align-items:center;background:none;border:none;color:#f9f9f0;display:flex;height:100%;justify-content:center;padding:0;width:7%}#chat-input button svg{aspect-ratio:1/1;background-color:#2e5c5c;border-radius:100px;height:1.6rem;margin-right:.25rem;padding-bottom:.25rem;padding-right:.3rem;transition:.4s}#chat-input button svg:hover{background-color:#366c6c;cursor:pointer}#chat-input button svg.disabled{filter:grayscale(1)}#chat-input button svg.disabled:hover{cursor:not-allowed}#under-input-container{justify-content:space-between;width:100%}#hearts-container,#under-input-container{align-items:center;display:flex;flex-direction:row}#hearts-container{justify-content:left}.hearts{transition:opacity .4s ease}.hearts svg{height:1.75rem}#category-container{align-items:center;display:flex;justify-content:flex-end}#category-lock{align-items:center;background:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;cursor:not-allowed;display:flex;font-size:.8rem;font-weight:500;height:1.6rem;justify-content:center;padding:.25rem 0;width:8rem;z-index:500}#category-lock.disabled{filter:grayscale(1)}@media screen and (max-width:840px){#main-container{display:flex}#chatbox{width:100%}#session-controls{height:100dvh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s ease,opacity .4s ease;width:60vw;z-index:1000}#session-controls.open{transform:translateX(0)}#overlay-background.active{opacity:1;z-index:999}.chatbox-child{width:77%}#input-container.center{bottom:0}#chat-input input{width:calc(80% - .5rem)}#chat-input p{margin-right:.5rem;width:10%}#chat-input button{width:10%}}@media screen and (max-width:480px){#chat-input input{width:calc(75% - .5rem)}#chat-input button{width:15%}}#dropdown{align-items:center;background:#aac7c7;border-radius:10px;box-shadow:0 0 3px #00000080;cursor:pointer;display:flex;flex-direction:column;font-family:Lexend,Arial,sans-serif;font-size:.8rem;position:relative;transition:border-radius .4s ease;width:8rem}#dropdown.open{border-radius:10px 10px 0 0}#dropdown.disabled{filter:grayscale(1)}#dropdown-header{align-items:center;background:#aac7c7;border-radius:10px;display:flex;justify-content:space-between;padding:.25rem 0;transition:.4s;width:100%;z-index:500}#dropdown-header.open{border-bottom:thin solid #366c6c;border-radius:10px 10px 0 0}#dropdown-header.disabled{border-bottom:thin solid #777;filter:grayscale(1)}#dropdown-header:hover{background:#b7d1d1}#dropdown-display{display:flex;font-weight:500;justify-content:center;padding-left:.5rem}#dropdown-icon{padding-right:.3rem}#dropdown-icon svg{height:1rem;padding:.2rem}#dropdown-options{border-radius:0 0 10px 10px;box-shadow:0 0 3px #00000080;overflow-y:auto;position:absolute;top:50%;transition:height .4s ease;width:100%}#dropdown-options::-webkit-scrollbar{display:none}.dropdown-option{background:#aac7c7;cursor:pointer;padding:.5rem;transition:.4s}.dropdown-option.disabled{filter:grayscale(1)}.dropdown-option:hover{background:#b7d1d1}@media screen and (max-width:840px){#dropdown-options{border-radius:10px 10px 0 0;bottom:50%;top:auto}#dropdown-header.open,#dropdown.open{border-radius:0 0 10px 10px}#dropdown-header.open{border-bottom:none;border-top:thin solid #366c6c}#dropdown-header.disabled{border-top:thin solid #777}}#custom-alert-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;height:100dvh;left:0;position:fixed;top:0;width:100vw}#custom-alert,#custom-alert-overlay{align-items:center;display:flex;justify-content:center}#custom-alert{background-color:#2e5c5c;border-radius:20px;box-shadow:0 0 10px #00000080;color:#d3d3d3;font-size:1rem;height:13.5rem;padding-left:1.5rem;padding-right:1.5rem;position:relative;text-align:center;transition:width .4s ease;width:30rem}#custom-alert h1{font-size:1.5rem;font-weight:500;left:0;margin-left:1.5rem;margin-top:1rem;position:absolute;top:0}#alert-options{align-items:flex-end;bottom:0;display:flex;gap:1rem;justify-content:flex-end;margin-bottom:1rem;margin-right:1.5rem;position:absolute;right:0}.alert-button{align-items:center;background:#aac7c7;border:none;border-radius:10px;box-shadow:0 0 3px #00000080;color:#2e5c5c;cursor:pointer;display:flex;font-size:.9rem;height:2.5rem;justify-content:center;padding:.5rem;transition:.4s;width:5rem}.alert-button:hover{background:#b7d1d1}@media screen and (max-width:680px){#custom-alert{width:25rem}}@media screen and (max-width:480px){#custom-alert{width:21rem}}#onboarding-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0000;height:100dvh;left:0;overflow-y:auto;position:fixed;top:0;width:100vw}#onboarding-modal-overlay,.instructional-modal-page{align-items:center;display:flex;justify-content:center}.instructional-modal-page{background-color:#2e5c5c;border-radius:20px;box-shadow:0 0 10px #00000080;color:#d3d3d3;flex-direction:column;font-size:1rem;height:80dvh;padding-bottom:1.5rem;padding-top:1.5rem;position:absolute;transition:width .4s ease,transform .4s ease;width:30rem}.exit-button svg{margin-right:1.5rem;margin-top:1.5rem;position:absolute;right:0;top:0}.instructional-modal-title{display:flex;flex-direction:row;padding-left:1.5rem;padding-right:1.5rem;text-align:center}.instructional-modal-title h1{color:#f9f9f0;font-size:1.5rem;font-weight:500;margin-bottom:1rem;margin-top:1rem}#cub-type-img{height:3.5rem}.instructional-modal-message{overflow-y:auto}.instructional-modal-message::-webkit-scrollbar{display:none}.instructional-modal-message b{color:#f9f9f0}.instructional-modal-message h1,.instructional-modal-message p{padding-left:1.5rem;padding-right:1.5rem}.instructional-modal-message a{color:#f9f9f0;font-weight:500}.next-button{margin-top:1rem}.exit-button svg,.next-button svg{aspect-ratio:1/1;background-color:#aac7c7;border-radius:100px;box-shadow:0 0 3px #00000080;height:1.75rem;padding:.25rem;transition:.4s ease}.exit-button svg:hover,.next-button svg:hover{background:#b7d1d1;color:#fff;cursor:pointer}.feedback-form{align-items:center;display:flex;flex-direction:column;height:80%;justify-content:center;margin-top:.5rem;width:100%}.feedback-form textarea{text-wrap:wrap;background:#f9f9f0;border:none;box-shadow:0 0 3px #00000080;display:flex;font-family:Lexend,Arial,sans-serif;height:60rem;outline:none;padding:1rem;resize:none;width:75%}.feedback-form p,.feedback-form textarea::placeholder{font-style:italic}.feedback-form p{align-self:flex-end;color:#f9f9f0;font-size:.75rem;margin-right:11%}.feedback-form button{align-self:center;background-color:#aac7c7;border:none;border-radius:15px;box-shadow:0 0 3px #00000080;color:#2e5c5c;cursor:pointer;font-family:Lexend,Arial,sans-serif;font-size:1rem;height:7rem;transition:.4s ease;width:30%}.feedback-form button:hover{background-color:#b7d1d1}#quick-report-options{color:#f9f9f0;margin-bottom:1rem;margin-top:.25rem}.checkbox{transition:.4s ease}.checkbox:hover{color:#fff}.checkbox-wrapper-29{--size:1rem;--background:none;display:flex;flex-direction:row;font-size:var(--size);gap:1rem}.checkbox-wrapper-29 *,.checkbox-wrapper-29 :after,.checkbox-wrapper-29 :before{box-sizing:border-box}.checkbox-wrapper-29 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-29 .checkbox__label{width:var(--size)}.checkbox-wrapper-29 .checkbox__label:after,.checkbox-wrapper-29 .checkbox__label:before{background:var(--background);content:" ";display:block;height:var(--size);left:0;position:absolute;top:calc(var(--size)*.125);width:var(--size)}.checkbox-wrapper-29 .checkbox__label:after{border:calc(var(--size)*.14) solid #f9f9f0;transition:.2s;transition:.1s ease-in-out}.checkbox-wrapper-29 .checkbox__input:checked~.checkbox__label:after{border-color:#f9f9f0;border-right-style:none;border-top-style:none;height:calc(var(--size)*.5);transform:rotate(-45deg)}.checkbox-wrapper-29 .checkbox{-webkit-tap-highlight-color:#F9F9F0;cursor:pointer;display:flex;position:relative}.checkbox-wrapper-29 .checkbox__label:after:active,.checkbox-wrapper-29 .checkbox__label:after:hover{border:#f9f9f0}.checkbox-wrapper-29 .checkbox__label{margin-right:.3rem}@media screen and (max-width:680px){.instructional-modal-page{width:25rem}}@media screen and (max-width:480px){.instructional-modal-page{height:70dvh;width:23rem}}#search-form{height:2.5rem;justify-content:center;margin-bottom:.25rem}#search-container,#search-form{align-items:center;display:flex}#search-container{background-color:#aac7c7;border-radius:10px;flex-direction:row;height:100%;justify-content:left;margin-top:.5rem;width:97.5%}#search-icon{align-items:center;display:flex;justify-content:center;width:15%}#search-icon svg{height:1.5rem}#search-bar{background:none;border:none;color:#000;font-family:Lexend,Arial,sans-serif;font-size:.9rem;height:100%;margin-right:.5rem;outline:none;width:85%}#search-bar::placeholder{color:#505050}#users{width:100%}#users,.sessions-list{display:flex;flex-direction:column}.sessions-list{opacity:0;overflow:hidden;transition:max-height .2s ease,opacity .4s ease;transition:max-height var(--transition-duration,.2s) ease,opacity var(--transition-duration,.4s) ease}.sessions-list.open{--transition-duration:0.8s;max-height:2000px;opacity:1}.sessions-list.closed{--transition-duration:0.2s;max-height:0;opacity:0}.session-item-active,.session-item-inactive{align-items:center;background:#ffffff1a;border:none;border-radius:10px;color:#f9f9f0;display:flex;flex-direction:row;font-size:.8rem;height:20px;justify-content:left;margin:.5rem .25rem 0;padding:.25rem 0 .25rem 1.75rem;transition:.4s}.session-item-active{background:#ffffff4d}.session-item-active:hover,.session-item-inactive:hover{background:#fff3;color:#fff;cursor:pointer}@media screen and (max-width:840px){#search-bar{width:90%}#search-icon{width:10%}}@media screen and (max-width:680px){#search-bar{width:87%}#search-icon{width:13%}}@media screen and (max-width:480px){#search-icon svg{height:1.35rem}}
/*# sourceMappingURL=main.e123497c.css.map*/