:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:top;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{width:100%;margin:0 auto;padding:2rem}body{background-color:#fff;color:#000}.app{float:center;line-height:1.2;font-size:16px;width:100%;margin:auto;max-width:800px}h2,p,ul,li{margin:0}a{color:#282470}a:hover{color:var(--hover-color)}.search,.examples,.about{top:0;left:0;width:100%;padding:0%;background:#fff;flex-direction:column;justify-content:flex-start;gap:22px;display:inline-flex}.question-box{align-self:stretch;padding:1%;background:#f0f0f0;border-radius:8px;outline:1px #E0E0E0 solid;outline-offset:-1px;justify-content:space-between;align-items:center;display:inline-flex;overflow:visible}.question-box form{align-self:stretch;justify-content:space-between;display:inline-flex;width:100%}.question{flex:1 1 0;justify-content:center;display:flex;flex-direction:column}.char-count{font-size:12px}textarea{resize:none;width:100%;height:100%;overflow:hidden}.question_span{color:#000;font-family:Inter;font-weight:400;word-wrap:break-word;overflow:visible;background:#f0f0f0;border:None;field-sizing:normal}textarea:focus,input:focus{outline:none}.search-button-div{justify-content:flex-end}.search-button{width:60px;background-color:#f0f0f0}.search-button img{width:40px;height:40px}.response-box{align-self:stretch;padding:1%;background:#e3ecfb;overflow:visible;border-radius:8px;outline:1px #282470 solid;outline-offset:-1px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.response_label_span{color:#000;font-size:16px;font-family:Inter;font-weight:700;word-wrap:break-word}.response_div{align-self:stretch}.response_span{color:#000;font-family:Inter;font-weight:400;word-wrap:break-word;width:fit-content}.sources-box{align-self:stretch;padding:1%;background:#f0f0f0;overflow:visible;border-radius:8px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.sources_label_span{color:#000;font-size:16px;font-family:Inter;font-weight:700;word-wrap:break-word}.sources_div{align-self:stretch}.source_div{align-self:stretch;justify-content:flex-start;align-items:flex-start;gap:16px;display:inline-flex;width:100%}.source_icon{flex-basis:10%}.doc_icon,.world_icon{width:30px;height:30px}.source_link{color:#000;font-family:Inter;font-weight:400;overflow-wrap:break-word;word-wrap:break-all;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:visible;flex-basis:90%}.source_href{color:#282470}:root{--navbar-height: 64px;--text-color: #333;--hover-color: #666;--primary-color: #000;--primary-hover-color: #444;--bg-white: #fff;--spacing-xl: 24px;--container-width: 1200px;--transition-fast: .2s ease;--menu-font-family: "Inter", sans-serif}.header{align-self:stretch;justify-content:flex-start;align-items:left;display:inline-flex;top:0;left:0;width:100%}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:100%;width:100%;margin:0 auto}.combined_logo{align-self:left;justify-content:flex-start;align-items:left;display:inline-flex;top:0;left:0;width:100%}.title{width:50%;display:flex;justify-content:center;align-items:center;text-align:center}.title_span{color:#282470;font-size:20px;font-family:Inter;font-weight:700}.twalogo{width:87px;height:87px}.navbar-menu{display:flex;list-style:none;align-items:right;justify-content:flex-end;right:0}.navbar-menu li{margin:0 1rem}.navbar-menu a{color:var(--text-color);text-decoration:none;font-size:1rem;transition:color var(--transition-fast);display:inline-flex;align-items:right;justify-content:flex-end;line-height:1;gap:.25rem}.navbar-menu a:hover{color:var(--hover-color)}.navbar-action{display:flex;align-items:center;gap:1rem}.navbar-newsletter{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff!important;padding:8px 16px;border-radius:999px;font-weight:500;text-decoration:none;transition:background-color .2s ease}.navbar-newsletter:hover{background-color:var(--primary-hover-color)!important}.navbar-hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.navbar-hamburger span{width:100%;height:3px;background-color:var(--text-color);border-radius:10px}.navbar-mobile-menu{display:none;position:absolute;top:var(--navbar-height);left:0;width:100%;background-color:var(--primary-color);flex-direction:column;list-style:none;max-height:0;overflow:hidden;transition:max-height var(--transition-fast)}.navbar-mobile-menu.active{max-height:100vh;overflow-y:auto}.navbar-mobile-menu li{border-top:1px solid rgba(255,255,255,.1)}.navbar-mobile-menu a{display:block;padding:1rem 0;color:var(--bg-white)!important;text-decoration:none;font-size:1rem;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease;text-align:center}.navbar-mobile-menu a:hover,.navbar-mobile-menu li:hover{background-color:#fff3;transform:scale(1.03)}@media (max-width: 767px){.navbar-menu,.navbar-action,.navbar-newsletter{display:none}.navbar-hamburger{display:flex;position:absolute;right:var(--spacing-xl);z-index:1001}.navbar-container{display:flex;justify-content:space-evenly;width:100%}.navbar-mobile-menu{display:flex}}.footer{display:flex;list-style:none;align-items:center;flex-direction:column}.footer_links{display:flex;list-style:none;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.footer_links a{color:var(--text-color);text-decoration:none;font-size:1rem;transition:color var(--transition-fast);display:inline-flex;align-items:right;justify-content:flex-end;line-height:1;gap:.25rem}.footer_links a:hover{color:var(--hover-color)}.footer_text{display:flex;list-style:none;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}
