*{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;background-color:#f5f5f5}#root{height:100%;display:flex;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.loading-spinner{display:inline-block;width:20px;height:20px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-container{width:100%;height:100%;position:relative}.chat-container{display:flex;flex-direction:column;height:100%}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-input-container{padding:16px;border-top:1px solid #e0e0e0;background:#fff}.message-bubble{max-width:80%;padding:12px 16px;border-radius:18px;word-wrap:break-word}.message-bubble.user{background:#1976d2;color:#fff;align-self:flex-end;margin-left:auto}.message-bubble.assistant{background:#f5f5f5;color:#333;align-self:flex-start;border:1px solid #e0e0e0}.chart-container{position:relative;height:300px;width:100%}@media (max-width: 768px){.message-bubble{max-width:90%}.chart-container{height:250px}}@media (max-width: 480px){.message-bubble{max-width:95%}.chart-container{height:200px}}.MuiDrawer-paper{border-right:1px solid #e0e0e0!important}.MuiAppBar-root{box-shadow:0 2px 4px #0000001a!important}.neighborhood-card{transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.neighborhood-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026!important}.search-results{max-height:400px;overflow-y:auto}.similarity-score{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.similarity-score.high{background:#e8f5e8;color:#2e7d32}.similarity-score.medium{background:#fff3e0;color:#f57c00}.similarity-score.low{background:#ffebee;color:#d32f2f}
