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}.App{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;padding:2rem;text-align:center}.App h1{font-size:4rem;margin:0 0 2rem}.chat-container{background:#fff;border:1px solid #ccc;border-radius:8px;display:flex;flex-direction:column;height:600px;max-width:800px;overflow:hidden;width:100%}.chat-messages{background:#f9f9f9;display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.chat-message{background:#fff;border-radius:6px;box-shadow:0 1px 2px #0000001a;padding:.75rem;text-align:left}.message-header{align-items:flex-start;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.5rem}.message-meta{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.device-id,.device-name,.ip-address,.location-info{color:#555;font-size:.7rem;font-weight:500}.device-id{color:#667eea}.device-name{color:#764ba2}.ip-address{color:#666}.location-info{color:#28a745}.maps-link{color:#007bff;font-weight:600;margin-left:.25rem;text-decoration:none}.maps-link:hover{text-decoration:underline}.message-time{color:#999;font-size:.7rem;margin-left:1rem;white-space:nowrap}.message-text{word-wrap:break-word;margin-top:.5rem;white-space:pre-wrap}.chat-input-form{background:#fff;border-top:1px solid #ccc;display:flex;gap:.5rem;padding:1rem}.chat-input{border:1px solid #ccc;border-radius:4px;flex:1 1;font-size:1rem;padding:.75rem}.chat-input:focus{border-color:#667eea;outline:none}.chat-send-button{background:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background .2s}.chat-send-button:hover:not(:disabled){background:#5568d3}.chat-send-button:disabled{background:#ccc;cursor:not-allowed}
/*# sourceMappingURL=main.53ae46e6.css.map*/