*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,.company-input-container{display:flex;flex-direction:column;min-height:100vh}.company-input-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);justify-content:center;padding:20px}.company-input-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:500px;padding:40px;text-align:center;width:100%}.company-input-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:10px}.company-input-subtitle{color:#666;font-size:1.1rem;margin-bottom:30px}.input-group{margin-bottom:20px}.input-label{color:#333;display:block;font-weight:600;margin-bottom:8px;text-align:left}.ticker-input{border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .2s;width:100%}.ticker-input:focus{border-color:#667eea;outline:none}.submit-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:background-color .2s;width:100%}.submit-button:hover{background:#5a6fd8}.submit-button:disabled{background:#ccc;cursor:not-allowed}.loading-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.loading-card{background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;max-width:600px;padding:40px;text-align:center;width:100%}.loading-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:20px}.loading-subtitle{color:#666;margin-bottom:30px}.progress-bar{background-color:#e1e5e9;border-radius:4px;height:8px;margin-bottom:20px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;height:100%;transition:width .3s ease}.progress-text{color:#666;font-size:.9rem;margin-bottom:10px}.progress-percentage{color:#333;font-weight:600}.chat-container{background:#fff;display:flex;flex-direction:column;height:100vh}.chat-header{align-items:center;background:#667eea;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:16px 20px}.chat-title{font-size:1.2rem;font-weight:600}.back-button{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 16px;transition:background-color .2s}.back-button:hover{background:#ffffff4d}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:16px;overflow-y:auto;padding:20px}.message{word-wrap:break-word;border-radius:12px;max-width:80%;padding:12px 16px}.message.user{align-self:flex-end;background:#667eea;border-bottom-right-radius:4px;color:#fff}.message.assistant{align-self:flex-start;background:#f1f3f4;border-bottom-left-radius:4px;color:#333}.message-content{line-height:1.5}.message-time{font-size:.8rem;margin-top:4px;opacity:.7}.chat-input-container{background:#f8f9fa;border-top:1px solid #e1e5e9;padding:20px}.chat-input-form{display:flex;gap:12px}.chat-input{border:2px solid #e1e5e9;border-radius:24px;flex:1 1;font-size:1rem;outline:none;padding:12px 16px;transition:border-color .2s}.chat-input:focus{border-color:#667eea}.send-button{background:#667eea;border:none;border-radius:24px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:background-color .2s}.send-button:hover{background:#5a6fd8}.send-button:disabled{background:#ccc;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;display:inline-block;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin:10px 0;padding:12px 16px}.success-message{background:#efe;border:1px solid #cfc;border-radius:8px;color:#363;margin:10px 0;padding:12px 16px}
/*# sourceMappingURL=main.587e93b4.css.map*/