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}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f7fa;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.App-header{background-color:#2a4365;color:#fff;padding:1rem 2rem;text-align:center}.App-header h1{font-size:1.8rem;font-weight:600}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}footer{background-color:#2a4365;color:#fff;font-size:.9rem;padding:1rem;text-align:center}.user-info-form-container{align-items:center;display:flex;height:100%;justify-content:center}.user-info-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;max-width:500px;padding:2rem;width:100%}.user-info-card h2{color:#2a4365;margin-bottom:1rem}.user-info-card p{color:#4a5568;margin-bottom:1.5rem}.user-info-form{gap:1.5rem}.form-group,.user-info-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#4a5568;font-weight:600}.radio-group{display:flex;gap:1.5rem}.radio-label{align-items:center;cursor:pointer;display:flex;gap:.5rem}input[type=text]{border:1px solid #cbd5e0;border-radius:5px;font-size:1rem;padding:.75rem}.error-message{color:#e53e3e;font-size:.875rem;margin-top:.25rem}.submit-button{background-color:#3182ce;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:background-color .2s}.submit-button:hover{background-color:#2b6cb0}.chat-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;height:70vh;position:relative}.user-info-display{background-color:#ebf4ff;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:center;padding:.75rem}.user-type-badge,.zipcode-badge{background-color:#2a4365;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.messages-container{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.message{display:flex;gap:.75rem;max-width:80%}.user-message{align-self:flex-end;flex-direction:row-reverse}.assistant-message{align-self:flex-start}.message-avatar{align-items:center;background-color:#ebf4ff;border-radius:50%;display:flex;font-size:1.25rem;height:2.5rem;justify-content:center;width:2.5rem}.message-content{background-color:#f7fafc;border-radius:10px;box-shadow:0 1px 2px #0000000d;padding:1rem}.user-message .message-content{background-color:#ebf4ff}.message-text{line-height:1.5;white-space:pre-wrap}.message-sources{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:.5rem}.sources-toggle{background:none;border:none;color:#4299e1;cursor:pointer;font-size:.875rem;padding:.25rem 0}.sources-toggle:hover{text-decoration:underline}.sources-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.source-item{background-color:#f0f4f8;border-radius:5px;font-size:.875rem;padding:.75rem}.source-content{color:#4a5568;margin-bottom:.5rem}.source-metadata{display:flex;flex-wrap:wrap;gap:.5rem}.metadata-item{background-color:#e2e8f0;border-radius:3px;color:#4a5568;font-size:.75rem;padding:.125rem .375rem}.loading-message{align-self:center;padding:1rem}.loading-dots{display:flex;gap:.5rem}.loading-dots span{animation:pulse 1.5s ease-in-out infinite;background-color:#cbd5e0;border-radius:50%;height:.75rem;width:.75rem}.loading-dots span:nth-child(2){animation-delay:.2s}.loading-dots span:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.5;transform:scale(.75)}50%{opacity:1;transform:scale(1)}}.chat-input-container{border-top:1px solid #e2e8f0;padding:1rem}.chat-form{display:flex;gap:.5rem}.chat-input{border:1px solid #cbd5e0;border-radius:5px;flex:1 1;font-size:1rem;padding:.75rem}.send-button{background-color:#3182ce;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.25rem;transition:background-color .2s;width:2.5rem}.send-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.send-button:not(:disabled):hover{background-color:#2b6cb0}@media (max-width:768px){main{padding:1rem}.message{max-width:90%}}@media (max-width:480px){.user-info-card{padding:1.5rem}.message{max-width:95%}.message-avatar{font-size:1rem;height:2rem;width:2rem}}
/*# sourceMappingURL=main.ab32f228.css.map*/