: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:#041e41;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,html,#root{margin:0;padding:0;width:100%;height:100%;background-color:#041e41}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:#041e41;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}}body,html,#root{margin:0;padding:0;width:100%;height:100%;background-color:#041e41;font-family:system-ui,sans-serif;color:#fff}:root{--header-h: 56px}.header{display:flex;align-items:center;height:56px;justify-content:space-between;background-color:#041e41;padding:.5rem 1rem;color:#fff}.header-spacer{height:56px;flex-shrink:0}.logo-small{height:40px}.nav-wrapper{display:flex;justify-content:space-between;flex:1;align-items:center}.nav-left a{margin-right:1.25rem;font-weight:600;color:#fff;text-decoration:none}.nav-right{display:flex;align-items:center;gap:1rem}.nav-right>*:last-child{margin-right:1rem}.auth-link{color:#ccc;font-weight:400;text-decoration:none}.auth-link:hover{color:#fff;text-decoration:underline}.logout-link{background:none;border:none;color:#ccc;font-size:.9rem;cursor:pointer}.logout-link:hover{color:#fff;text-decoration:underline}.user-info{display:flex;align-items:center;gap:.5rem;margin-left:auto;padding-right:1rem}.user-icon{height:32px;width:32px;border-radius:50%;background:#fff;object-fit:cover}.user-name{font-size:.95rem;font-weight:500;color:#fff}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:#fff;cursor:pointer;font-weight:600;font-size:.95rem}.user-button:hover{text-decoration:underline}.user-icon{height:32px;width:32px;border-radius:25%;background:#fff;object-fit:contain}.user-dropdown{position:absolute;top:100%;right:0;background-color:#041e41;border:1px solid #333;border-radius:6px;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:100;min-width:150px}.user-dropdown a,.user-dropdown button{background:none;border:none;color:#ccc;text-align:left;font-size:.9rem;text-decoration:none;cursor:pointer}.user-dropdown a:hover,.user-dropdown button:hover{color:#fff;text-decoration:underline}form label{color:#041e41;font-weight:500}body{margin:0;font-family:sans-serif}.homepage{background-color:#041e41;color:#fff;min-height:100vh;width:100vw;overflow-x:hidden;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:flex-start;background-color:#041e41;padding:0 .5rem;position:fixed;top:0;width:100%;z-index:1000}.logo-small{height:40px;margin-right:1rem}.nav{display:flex;gap:1rem}.nav a{color:#fff;text-decoration:none;font-weight:700}.nav a:hover{text-decoration:underline}.splash{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.logo-large{width:300px;max-width:90%;margin-bottom:.5rem}h1{font-size:2rem;margin:.25rem 0}p{font-size:1rem;margin:0;font-style:italic}@media (max-width: 600px){.nav{flex-direction:column;align-items:flex-start;margin-top:.5rem}}.chatpage{display:flex;flex-direction:column;height:100vh}.chat-container{display:flex;flex-direction:column;overflow:visible!important;height:auto!important;padding:0;background-color:#041e41;color:#fff}.chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.chat-bubble{max-width:80%;padding:.75rem 1rem;border-radius:12px;font-size:1rem;line-height:1.5;font-style:normal;white-space:normal;word-wrap:break-word}.chat-bubble.user{align-self:flex-end;background-color:#004080;color:#fff}.chat-bubble.assistant{align-self:flex-start;background-color:#e5e5e5;color:#041e41}.chat-bubble p{margin:.25rem 0;font-style:normal}.chat-bubble em{font-style:italic}.chat-bubble strong{font-weight:700}.chat-bubble ul,.chat-bubble ol{margin:.25rem 0 .25rem 1.25rem;padding:0}.chat-bubble li{margin-bottom:.25rem}.chat-bubble h1,.chat-bubble h2,.chat-bubble h3{margin:.5rem 0 .25rem;font-weight:700}.chat-bubble a{color:#2c70ff;text-decoration:underline}.chat-input{display:flex;padding:.5rem .5rem 1.5rem;border-top:1px solid #333;background-color:#041e41}.chat-input textarea{flex:1;resize:none;padding:.5rem;font-size:1rem;background-color:#fff;color:#041e41;border-radius:6px;border:none;outline:none}.chat-input button{margin-left:.5rem;padding:.5rem 1rem;background-color:#004080;color:#fff;border:none;border-radius:6px;cursor:pointer}.chat-input button:hover{background-color:#0059b3}.citations{margin-top:.5rem;font-size:.85rem;color:#666}.citations a{margin-right:.4rem;text-decoration:underline;color:#2c70ff}.citations a:hover{color:#6af}.feedback-controls{margin-top:.5rem;font-size:1.2rem;color:#333}.feedback-controls button{background:none;border:none;cursor:pointer;font-size:1.4rem;margin-right:.5rem}.feedback-form textarea{width:100%;margin-top:.5rem;padding:.5rem;font-size:.95rem;border-radius:4px;border:1px solid #ccc}.feedback-form button{margin-top:.3rem;padding:.4rem .8rem;font-size:.9rem;background-color:#004080;color:#fff;border:none;border-radius:4px}.feedback-buttons button{padding:0;background:none;border:none;cursor:pointer;font-size:1.2rem;margin-right:.5rem}.chat-tabs{display:flex;gap:1rem;justify-content:center;margin:1rem 0}.chat-tabs button{padding:.5rem 1rem;margin-right:.5rem;background-color:transparent;border:1px solid #ccc;color:#fff;cursor:pointer}.chat-tabs button.active{background-color:#fff;color:#041e41;font-weight:700;border:2px solid #041E41}.popular-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.popular-modal{background:#fff;color:#111;padding:24px 32px;border-radius:10px;width:90%;max-width:640px;box-shadow:0 12px 24px #0000004d}.popular-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;font-size:1.3rem;font-weight:700;border-bottom:2px solid #ccc;padding-bottom:8px}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#444}.popular-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.popular-question{background:#f8f9fa;color:#222;border:1px solid #ccc;padding:12px 14px;border-radius:6px;cursor:pointer;transition:background .2s ease}.popular-question:hover{background:#e2e6ea}.context-selector{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#041e41;border-bottom:1px solid #333}.selector-group{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.label{font-weight:700;margin-right:.5rem;color:#ccc;min-width:60px}.context-selector button{background-color:#004080;color:#fff;border:none;border-radius:6px;padding:.4rem .8rem;cursor:pointer;font-size:.9rem}.context-selector button.selected{background-color:#0080ff;font-weight:700}.context-selector button:hover{background-color:#005bb5}.register-form{display:flex;flex-direction:column;gap:1rem}.register-form input,.register-form select{width:100%;box-sizing:border-box}.register-message{margin-top:1rem;text-align:center;font-weight:700;color:#041e41}@media (max-width: 480px){.page-container{margin:1rem;padding:1.5rem}.register-form{gap:.75rem}}.password-wrapper{display:flex;flex-direction:column}.strength{font-size:.85rem;margin-top:.25rem}.strength.too short{color:gray}.strength.weak{color:#c00}.strength.medium{color:#c80}.strength.strong{color:#070}.toggle-password{display:flex;align-items:center;gap:.5rem;margin-top:-.25rem;color:#041e41;font-size:.9rem;width:max-content;white-space:nowrap}.toggle-password input[type=checkbox]{flex-shrink:0;width:auto}.robot-check{display:flex;align-items:center;gap:.5rem;margin-top:-.25rem;color:#041e41;font-size:.9rem;width:max-content;white-space:nowrap}.robot-check input[type=checkbox]{flex-shrink:0;width:auto}.password-warning{font-size:.8rem;color:#c00;margin-top:.25rem}.page-wrapper{background-color:#f9f9f9;min-height:100vh}.page-container{background-color:#fff;max-width:500px;margin:2rem auto;padding:2rem;border-radius:12px;box-shadow:0 2px 6px #0000001a}.page-container h2{color:#041e41;margin-bottom:1rem;text-align:center}input,select,textarea{padding:.6rem;font-size:1rem;border:1px solid #ccc;border-radius:6px}input:focus,select:focus,textarea:focus{border-color:#041e41;outline:none;box-shadow:0 0 0 2px #041e4126}button{background-color:#041e41;color:#fff;padding:.75rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s}button:hover{background-color:#062d67}.page-wrapper{background-color:#041e41;min-height:100vh;color:#fff}.page-container.confirm-center{background:none;box-shadow:none;padding-top:4rem;color:#fff}.confirm-status{color:#fff}.login-link{color:#fff;background-color:#fff3}.login-link:hover{background-color:#fff5}.confirm-center{text-align:center;display:flex;flex-direction:column;align-items:center}.confirm-logo{width:200px;margin:1rem auto 2rem}.login-center{text-align:center}.login-form{display:flex;flex-direction:column;gap:1rem}.remember-checkbox{display:flex;align-items:center;gap:.5rem;margin-top:-.25rem;color:#041e41;font-size:.9rem;width:max-content;white-space:nowrap}.remember-checkbox input[type=checkbox]{flex-shrink:0;width:auto}.login-message{margin-top:1rem;font-weight:700;color:#041e41}.register-link{font-size:.9rem;margin-top:1rem;width:100%;text-align:center;color:#041e41}.register-link a{color:#041e41;text-decoration:none;font-weight:500}.register-link a:hover{text-decoration:underline}.page-wrapper{background-color:#041e41;min-height:100vh;display:flex;flex-direction:column}.page-container{max-width:500px;width:100%;margin:3rem auto;background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.page-container h2{text-align:center;color:#041e41;margin-bottom:1.5rem}.form-box{display:flex;flex-direction:column}.form-box label{margin-bottom:.25rem;font-weight:600;color:#041e41}.form-box input,.form-box select{padding:.5rem;margin-bottom:1rem;border-radius:6px;border:1px solid #ccc;font-size:1rem;width:100%;box-sizing:border-box}.form-box button{margin-top:1rem;padding:.75rem;background-color:#041e41;color:#fff;font-size:1rem;border:none;border-radius:6px;cursor:pointer}.form-box button:hover{background-color:#036}.form-message{margin-top:1rem;text-align:center;font-weight:700;color:#041e41}
