body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App,body{color:#ececf1;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App,.welcome-screen,body{background:#1a1d21;min-height:100vh}.welcome-screen{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin-left:auto;margin-right:auto;max-width:600px;padding-left:32px;padding-right:32px}.welcome-screen h1{color:#ececf1;font-size:2.2rem;font-weight:600;margin-bottom:.5rem;text-align:left}.welcome-screen p{color:#b3b8c5;margin-bottom:.7rem;text-align:left}.welcome-screen form{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem}.welcome-screen input{background:#23272f;border:1px solid #353740;border-radius:8px;color:#ececf1;font-size:1.1rem;outline:none;padding:.75rem 1rem;transition:border .2s}.welcome-screen input:focus{border:1.5px solid #4f8cff}.welcome-screen button{background:#2e72e6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .2s}.welcome-screen button:disabled{cursor:not-allowed;opacity:.6}.welcome-screen .error{color:#ff6b6b;margin-top:.75rem}.chatbot-container{align-items:center;min-height:100vh}.chat-window,.chatbot-container{background:#212121;display:flex;flex-direction:column}.chat-window{border-radius:12px;gap:1.2rem;margin-bottom:1.5rem;max-width:700px;min-height:420px;padding:2rem 1.5rem 1rem;width:100%}.chat-message{border-radius:10px;font-size:16px;line-height:1.6;max-width:100%;padding:0 1.25rem;word-break:break-word}.chat-message.assistant{align-self:flex-start;background:#212121;color:#ececf1;text-align:left}.chat-message.user{align-self:flex-end;background:#303030;color:#fff;padding:1rem 1.25rem;text-align:right}.chat-input{background:#303030;border-radius:20px;bottom:0;box-shadow:0 2px 8px #0000001a;display:flex;gap:.75rem;left:0;margin:0 auto;max-width:630px;padding:.5rem 1.5rem;position:sticky;width:100%;z-index:20}.chat-input input{background:#303030;border:1px solid #303030;border-radius:8px;color:#ececf1;flex:1 1;font-size:1.1rem;max-width:100%;outline:none;transition:border .2s;width:80%}.chat-input input:focus{border:1.5px solid #4f8cff}.chat-input button{align-items:center;background:#c1c1c1;border:none;border-radius:50%;box-shadow:none;color:#23272f;cursor:pointer;display:flex;font-size:1rem;height:38px;justify-content:center;max-height:38px;max-width:38px;min-height:38px;min-width:38px;padding:0;transition:background .2s;width:38px}.chat-input button .icon{display:block;height:20px;width:20px}.chat-input button:disabled{cursor:not-allowed;opacity:.6}.disclosure-link{font-size:14px;padding:1rem 1.25rem;text-align:left}.disclosure-link button{background:none;border:none;color:#4f8cff;cursor:pointer;font-size:1rem;padding:0;text-decoration:underline}.modal-backdrop{align-items:center;background:#00000073;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#23272f;border-radius:14px;box-shadow:0 2px 24px #00000040;color:#ececf1;max-width:95vw;min-width:340px;padding:2.5rem 2rem;text-align:center}.modal-content button{background:linear-gradient(90deg,#4f8cff,#2e72e6);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:.7rem 2rem}.sources-row{margin:.1rem 0;padding:0 1.25rem}.sources-btn,.sources-row{align-items:center;display:flex}.sources-btn{background:none;border:none;color:#ececf1;cursor:pointer;font-size:13px;font-weight:500;gap:.4rem;padding:0}.sources-icons{align-items:center;display:flex;gap:.08rem;margin-right:.18rem}.source-icon{align-items:center;border-radius:50%;box-shadow:0 0 0 1.5px #232323;color:#fff;display:inline-flex;font-size:1.08rem;font-weight:700;height:22px;justify-content:center;margin:0 .02rem;width:22px}.source-icon.g{background:#111;font-family:serif;font-weight:900}.source-icon.v{background:#0a3d3d}.source-icon.w{background:#2d4fff}.sources-label{color:#ececf1;font-size:13px;font-weight:600;margin-left:.3rem}.source-icon.u{background:#0057b8!important;color:#fff!important}.source-btn-bordered{align-items:center;background:#2d2f34!important;border:1.5px solid #44474f;border-radius:999px;box-shadow:none;color:#ececf1;display:flex;font-size:14px;font-weight:600;height:38px;justify-content:center;min-width:90px;padding:.5rem 1.4rem;transition:border .2s,background .2s}.source-btn-bordered:hover{background:#23272f;border-color:#4f8cff}.chatbot-header-row{align-items:center;background:#1a1d21;border-bottom:1.5px solid #23272f;display:flex;gap:24px;justify-content:center;padding:18px 0;position:sticky;top:0;width:100%;z-index:10}.chatbot-timer{align-items:center;display:flex;font-size:18px;font-weight:700;gap:8px}.chatbot-timer-sub{font-size:15px;font-weight:400}.chatbot-survey-btn{background:#ccc;border:none;border-radius:999px;color:#fff;cursor:not-allowed;font-size:16px;font-weight:700;margin-left:0;min-width:140px;opacity:.7;padding:.5rem 1.4rem;transition:background .2s}.chatbot-survey-btn.enabled{background:#007bff;cursor:pointer;opacity:1}.chatbot-survey-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.7}.citations-panel{animation:slideInRight .2s;background:#23272f;box-shadow:-2px 0 16px #0000002e;display:flex;flex-direction:column;height:100vh;max-width:95vw;position:fixed;right:0;top:0;width:370px;z-index:2000}@keyframes slideInRight{0%{opacity:0;right:-400px}to{opacity:1;right:0}}.citations-header{align-items:center;border-bottom:1px solid #353740;color:#ececf1;display:flex;font-size:16px;font-weight:700;justify-content:space-between;padding:1.2rem 1.5rem .7rem}.close-citations{background:none;border:none;color:#ececf1;cursor:pointer;font-size:1.7rem;font-weight:700;line-height:1;padding:0 .2rem}.citations-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;padding:.5rem 0 1.5rem}.citation-item{align-items:flex-start;border-bottom:1px solid #353740;color:#ececf1;display:flex;gap:.9rem;padding:1.1rem 1.5rem;text-align:left;text-decoration:none;transition:background .15s}.citation-item:hover{background:#353740}.citation-site-icon{align-items:center;border-radius:50%;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;margin-top:2px;width:32px}.citation-details{display:flex;flex:1 1;flex-direction:column;gap:.1rem;text-align:left}.citation-site{color:#b3b8c5;font-size:12px;font-weight:600;text-align:left}.citation-title{color:#ececf1;font-size:14px;font-weight:700;margin-bottom:.1rem;text-align:left}.citation-quote-row{align-items:baseline;display:flex;gap:.5rem;text-align:left}.citation-snippet{color:#ececf1;font-size:14px;opacity:.85;text-align:left}.citation-date{color:#b3b8c5;font-size:12px;margin-bottom:0;opacity:.8;text-align:left}.modal-content.modal-disclosure{background:#23272f;border-radius:12px;box-shadow:0 2px 18px #00000038;color:#ececf1;max-width:380px;min-width:280px;padding:.8rem 1.5rem 1.2rem;position:relative;text-align:left}.modal-header{align-items:center;display:flex;gap:.5em;justify-content:space-between;margin-bottom:.7rem;min-height:2.2em}.modal-title{font-size:1.25rem;line-height:1.5;padding-top:0}.modal-close,.modal-title{align-items:center;color:#ececf1;display:flex;font-weight:700}.modal-close{background:none!important;border:none;border-radius:4px;box-shadow:none;cursor:pointer;font-size:1.7rem!important;height:auto;margin-top:0;padding:0!important;padding-top:0;transition:background .15s;vertical-align:middle}.modal-body{color:#b3b8c5;font-size:1.05rem;margin-bottom:.2rem}
/*# sourceMappingURL=main.a7023aed.css.map*/