body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.source-selector{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:100%;min-height:350px;overflow-x:hidden;overflow-y:auto;padding:50px 15px 20px;text-align:center;width:100%}.source-selector h4{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:20px;font-weight:500;margin:0 0 30px}.source-circles{align-items:flex-start;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;max-width:100%;width:100%}.source-container{align-items:center;display:flex;flex-direction:column;gap:6px}.source-label-text{color:#333;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.2;max-width:80px;text-align:center;white-space:pre-line}.source-label-text:hover{color:#1e5ba8}.source-circle{align-items:center;border-radius:50%;box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:48px;justify-content:center;text-shadow:2px 2px 4px #000000b3;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:48px}.source-circle:hover{box-shadow:0 6px 20px #0000004d;transform:scale(1.1)}.source-circle:active{transform:scale(.95)}@media (max-width:480px){.source-selector{padding:50px 10px 15px}.source-selector h4{font-size:18px;margin:0 0 15px}.source-circles{gap:15px}.source-container{gap:4px}.source-label-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;max-width:70px}.source-circle{font-size:12px;height:42px;width:42px}}@media (max-width:360px){.source-selector{padding:50px 8px 12px}.source-selector h4{font-size:16px;margin:0 0 12px}.source-circles{gap:12px}.source-container{gap:3px}.source-label-text{font-size:12px;max-width:60px}.source-circle{font-size:11px;height:38px;width:38px}}.chat-history{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:16px;max-width:100%;overflow-y:auto;padding:16px;width:100%}.welcome-message{color:#6c757d;font-style:italic;margin-top:50px;text-align:center;transform:translateY(-50%)}.message{word-wrap:break-word;max-width:95%}.message.user{align-self:flex-end}.message.user .message-content{background:linear-gradient(135deg,#1e5ba8,#2c6ebf);border-radius:20px 20px 4px 20px;color:#fff;margin-bottom:4px;padding:12px 16px}.message.bot{align-self:flex-start}.message.bot .message-content{background:#f1f3f4;border-radius:20px 20px 20px 4px;color:#333;margin-bottom:4px;padding:12px 16px}.message.error .message-content{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.message-content p{line-height:1.4;margin:0}.multiple-responses{display:flex;flex-direction:column;gap:16px}.author-response{border-left:3px solid #1e5ba8;padding-left:12px}.author-response:not(:last-child){border-bottom:1px solid #e0e0e0;margin-bottom:16px;padding-bottom:16px}.author-label{align-items:center;color:#1e5ba8;display:flex;font-size:14px;font-weight:700;gap:8px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.author-image{border-radius:50%;flex-shrink:0;height:24px;width:24px}.author-response-content{margin-left:0}.author-response-content p{line-height:1.4;margin:0 0 8px}.no-information-message{color:#6c757d;font-style:italic;padding:16px;text-align:center}.no-information-message p{line-height:1.4;margin:0}.document-sources{border-top:1px solid #e0e0e0;margin-top:12px;padding-top:8px}.sources-label{color:#666;font-size:12px;font-weight:600;margin-bottom:6px}.sources-list{list-style:none;margin:0;padding:0}.sources-list li{color:#555;font-size:12px;margin-bottom:4px}.sources-list li.fade-right{display:block;-webkit-mask-image:linear-gradient(90deg,#fff 0,#0000);mask-image:linear-gradient(90deg,#fff 0,#0000);overflow:hidden;white-space:nowrap;width:100%}.sources-list a{color:#1e5ba8;font-weight:500;text-decoration:none}.sources-list a:hover{text-decoration:underline}.message-time{color:#6c757d;font-size:11px;padding:0 4px}.message-time,.message.user .message-time{text-align:right}.message.bot .message-time{text-align:left}.loading .message-content{padding:16px 20px}.typing-indicator{align-items:center;display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s infinite;background-color:#1e5ba8;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.chat-history::-webkit-scrollbar{width:6px}.chat-history::-webkit-scrollbar-track{background:#0000}.chat-history::-webkit-scrollbar-thumb{background:#d1d3d4;border-radius:3px}.chat-history::-webkit-scrollbar-thumb:hover{background:#1e5ba8}.message-input{background:#fff;border-top:1px solid #e9ecef;box-sizing:border-box;margin-bottom:20px;max-width:100%;padding:16px;width:100%}.input-container{align-items:flex-end;display:flex;gap:8px}.input-container textarea{border:2px solid #e9ecef;border-radius:20px;flex:1 1;font-family:inherit;font-size:14px;max-height:120px;min-height:44px;outline:none;padding:12px 16px;resize:none;transition:border-color .2s ease}.input-container textarea:focus{border-color:#1e5ba8}.input-container textarea:disabled{background-color:#f8f9fa;cursor:not-allowed}.input-container textarea::placeholder{color:#6c757d}.send-button{align-items:center;background:linear-gradient(135deg,#1e5ba8,#2c6ebf);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:18px;height:44px;justify-content:center;transition:all .2s ease;width:44px}.send-button:hover:not(:disabled){background:linear-gradient(135deg,#2c6ebf,#3a7bce);box-shadow:0 4px 12px #1e5ba866;transform:scale(1.05)}.send-button:disabled{background:#e9ecef;box-shadow:none;color:#6c757d;cursor:not-allowed;transform:none}.send-button:active:not(:disabled){transform:scale(.95)}.chat-interface{display:flex;flex-direction:column;height:100%;position:relative}.author-circles-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;box-sizing:border-box;flex-shrink:0;justify-content:space-between;margin-top:0;min-height:80px;overflow-x:hidden;padding:12px 15px}.author-circles,.author-circles-header{align-items:center;display:flex;max-width:100%;width:100%}.author-circles{flex-wrap:wrap;gap:20px;justify-content:center;padding-top:5px}.author-container{align-items:center;display:flex;flex-direction:column;gap:4px}.author-label-text{color:#333;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;font-weight:400;line-height:1.2;max-width:70px;text-align:center;white-space:pre-line}.author-label-text:hover{color:#1e5ba8}.author-circle{align-items:center;border-radius:50%;box-shadow:0 3px 10px #0003;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:45px;justify-content:center;opacity:.8;text-shadow:2px 2px 4px #000000b3;transition:all .3s ease;-webkit-user-select:none;user-select:none;width:45px}.author-circle:hover{box-shadow:0 5px 15px #0000004d;opacity:1;transform:scale(1.1)}.author-circle.active{border:3px solid #fff;box-shadow:0 6px 20px #0006;box-shadow:0 6px 20px #0006,0 0 0 1px #1e5ba84d;opacity:1;transform:scale(1.25)}.author-circle:active{transform:scale(1.1)}.reset-btn{background:none;border:none;border-radius:8px;color:#dc3545;cursor:pointer;font-size:18px;font-weight:700;padding:10px 15px;transition:all .3s ease}.reset-btn:hover{background-color:#f8d7da;color:#721c24;transform:rotate(180deg)}.chat-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;max-width:100%;overflow:hidden;width:100%}@media (max-width:480px){.author-circles-header{margin-top:0;min-height:70px}.author-circles{gap:15px}.author-container{gap:3px}.author-label-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;max-width:60px}.author-circle{font-size:11px;height:40px;width:40px}.author-circle.active{transform:scale(1.15)}.reset-btn{font-size:16px;padding:4px 8px}}.custom-recaptcha-badge{align-items:flex-start;bottom:5px;display:flex;left:15px;pointer-events:none;position:absolute;z-index:1000}.recaptcha-compact{align-items:center;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:2px;box-shadow:0 0 5px #0000001a;cursor:pointer;display:flex;height:60px;justify-content:center;pointer-events:auto;transition:all .3s ease;width:70px}.recaptcha-logo{height:32px;width:32px}.recaptcha-expanded{align-items:center;background:#f9f9f9;border:1px solid #d3d3d3;border-left:none;border-radius:0 2px 2px 0;box-shadow:0 0 5px #0000001a;display:flex;max-width:0;opacity:0;overflow:hidden;padding:8px 12px;pointer-events:auto;transition:all .3s ease;white-space:nowrap}.custom-recaptcha-badge:hover .recaptcha-expanded{max-width:280px;opacity:1}.custom-recaptcha-badge:hover .recaptcha-compact{border-radius:2px 0 0 2px}.recaptcha-text{color:#555;font-size:10px;line-height:1.4}.recaptcha-text a{color:#1f73b7;text-decoration:none}.recaptcha-text a:hover{text-decoration:underline}.grecaptcha-badge{visibility:hidden!important}.chat-widget{display:flex;flex-direction:column;height:100%;width:100%}.chat-widget.compact{height:400px}.chat-widget.expanded{height:600px}.chat-container{background:#fff;border-radius:8px;display:flex;flex-direction:column;height:100%;overflow:hidden;width:100%}.chat-header{background:linear-gradient(135deg,#1e5ba8,#2980b9);color:#fff;flex-shrink:0;padding:1rem;text-align:left}.chat-header h3{font-size:1.1rem;font-weight:600;margin:0;text-align:left}.chat-body{display:flex;flex:1 1;flex-direction:column;overflow:hidden}@media (max-width:900px){.chat-widget.compact,.chat-widget.expanded{height:auto;min-height:400px}}@media (max-width:480px){.chat-header{padding:.75rem}.chat-header h3{font-size:1rem}}.landing-page{display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.header{background-color:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 0}.header-container{margin:0 auto;max-width:1200px;padding:0 2rem}.logo{height:60px;transition:opacity .3s ease;width:auto}.logo:hover{opacity:.8}.banner{background-attachment:fixed;background-color:#000;background-position:top;background-repeat:no-repeat;background-size:cover;color:#dedede;padding:3rem 0;position:relative;text-align:left}.banner-container{margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.banner-title{font-size:3rem;font-weight:700;margin:0;text-shadow:2px 2px 4px #000c}.main-content{background-color:#f8f9fa;flex:1 1;padding:3rem 0}.content-container{margin:0 auto;max-width:1200px;padding:0 2rem}.two-columns{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.welcome-column{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:2rem}.welcome-column h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.welcome-column p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.disclaimer{color:#666;font-size:.85rem;font-style:italic}.disclaimer a{color:#1e5ba8;text-decoration:none}.disclaimer a:hover{text-decoration:underline}.chat-column{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;overflow:hidden}.footer{background-color:#000;color:#fff;padding:1.5rem 0;text-align:center}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer p{font-size:.9rem;margin:0}@media (max-width:900px){.two-columns{gap:2rem;grid-template-columns:1fr}.banner-title{font-size:2rem}.welcome-column h2{font-size:1.5rem}.main-content{padding:2rem 0}.content-container{padding:0 1rem}}@media (max-width:480px){.banner-title{font-size:1.5rem}.welcome-column{padding:1.5rem}.welcome-column h2{font-size:1.3rem}.banner-container,.footer-container,.header-container{padding:0 1rem}}*{box-sizing:border-box}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh}.App,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}.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)}}
/*# sourceMappingURL=main.2bb2e804.css.map*/