@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);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}.App{text-align:center}.App-header{background-color:#fff;box-shadow:0 2px 10px #0000001a;color:#333;justify-content:space-between;padding:.8rem 1.5rem;position:sticky;top:0;z-index:1000}.App-header,.App-title{align-items:center;display:flex}.App-title{color:#414042;font-family:Lato,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.8rem;font-weight:600;gap:7px;justify-content:center}.Fulcrum-logo{height:36px;margin-top:3px;width:auto}.App-title:after{-webkit-text-fill-color:#64748b;text-fill-color:#64748b;background:none;color:#64748b;font-size:.7rem;font-weight:400;letter-spacing:0;margin-left:8px}@media (max-width:768px){.App-title{font-size:1.5rem}.App-title:before{border-bottom-width:14px;border-left-width:8px;border-right-width:8px}}.no-fields-message{border:1px dashed #ccc;border-radius:5px;color:#666;margin-top:20px;padding:50px 0;text-align:center}.App-main{padding:20px}.container{display:flex;flex-direction:row;gap:20px;margin:0 auto;max-width:1200px}.results-section,.upload-section{flex:1 1;min-width:45%}.row{display:flex;flex-wrap:wrap}.col{flex:1 1;min-width:300px;padding:15px}.upload-area{border:2px dashed #ccc;border-radius:5px;cursor:pointer;display:flex;flex-direction:column;height:300px;justify-content:center;padding:50px;text-align:center;transition:all .3s ease}.upload-area.dragging{background-color:#4a90e21a;border-color:#4a90e2}.upload-message p{color:#666;margin:5px 0}.image-preview{border:1px solid #ddd;border-radius:5px;max-height:600px;overflow:auto}.image-preview img{max-width:100%}.fields-panel{border:1px solid #ddd;border-radius:5px;min-height:400px;padding:15px;text-align:left}.processing-message{align-items:center;display:flex;height:100%;justify-content:center;min-height:300px;padding:20px}.processing-status{color:#4a90e2;font-size:22px}.processing-details{color:#666;font-size:16px;margin:15px 0}.processing-details p{margin:5px 0}.progress-bar{background-color:#f0f0f0;height:20px;margin:15px 0;width:100%}.progress-fill{background-color:#4caf50;transition:width .3s ease}.loading-spinner{animation:spin 1s ease-in-out infinite;border:5px solid #4a90e24d;border-radius:50%;border-top-color:#4a90e2;display:inline-block;height:50px;margin:20px auto;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.field-item{background-color:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:15px;padding:15px}.field-label{font-weight:700}.field-label,.field-type{margin-bottom:5px}.field-type select{border:1px solid #ddd;border-radius:4px;padding:8px;width:100%}.field-confidence{color:#666;font-size:12px}.generate-button{background-color:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:20px;padding:12px 20px;transition:background-color .2s ease;width:100%}.generate-button:hover{background-color:#45a049}.generate-button:disabled{background-color:#ccc;cursor:not-allowed}.logs-section{border:1px solid #ddd;border-radius:5px;margin-top:30px;padding:15px;text-align:left}.logs-container{background-color:#f5f5f5;border-radius:4px;max-height:200px;overflow-y:auto;padding:10px}.log-item{font-family:monospace;font-size:12px;margin-bottom:5px;white-space:pre-wrap;word-break:break-all}.fulcrum-generator{background-color:#f9f9f9;border:1px solid #ddd;border-radius:5px;margin-top:20px;padding:15px}.fulcrum-generator h3{border-bottom:1px solid #eee;color:#333;margin-bottom:15px;margin-top:0;padding-bottom:10px}.form-metadata{margin-bottom:15px}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-control,.form-group input[type=password],.form-group input[type=text],.form-group textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:14px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-control:focus,.form-group input:focus,.form-group textarea:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.fields-summary{font-size:14px;margin-bottom:15px}.note{color:#777;font-size:12px;margin-top:10px}.section-container{background-color:#f8f9fa;border:1px solid #d1d5db;border-radius:8px;margin-bottom:15px;padding:16px}.section-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;font-weight:700;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.section-fields{padding-left:0}.nested-field{border-bottom:1px dashed #e5e7eb;margin-left:0;padding:12px 0}.nested-field:last-child{border-bottom:none}.upload-box{align-items:center;background-color:#f9f9f9;border:2px dashed #ccc;border-radius:8px;display:flex;flex-direction:column;justify-content:center;margin-top:20px;min-height:200px;padding:50px 20px;text-align:center}.upload-button{background-color:#4a90e2;border-radius:6px;color:#fff;cursor:pointer;display:inline-block;font-size:16px;margin-top:15px;padding:12px 25px;transition:background-color .3s}.upload-button:hover{background-color:#357ab8}input[type=file]{display:none}.image-buttons{display:flex;gap:15px;justify-content:center;margin-top:15px}.reset-button{background-color:#e74c3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:10px 16px;transition:background-color .3s}.reset-button:hover{background-color:#c0392b}.detect-button{background-color:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 16px;transition:background-color .3s}.detect-button:hover{background-color:#45a049}.detect-button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}.error-message{background-color:#ffeaea;border:1px solid #ffb8b8;border-radius:5px;color:#e53935;margin:15px 0;padding:15px}.error-message button{background-color:#e53935;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:8px 12px}.button-group{gap:12px}.create-app-button{background-color:#28a745;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 20px;transition:background-color .2s ease;width:100%}.create-app-button:hover:not(:disabled){background-color:#218838}.create-app-button:disabled{background-color:#6c757d;cursor:not-allowed}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;color:#155724;margin-top:15px;padding:15px}.success-message h4{margin:0 0 10px}.success-message p{margin:5px 0}.app-link{color:#007bff;font-weight:700;text-decoration:none}.app-link:hover{text-decoration:underline}.form-group input[type=password]{font-family:monospace}.three-column-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;margin:0 auto;max-width:100%;padding:0 2rem 2rem}.results-section,.settings-section,.upload-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;height:100%;padding:1.5rem}.field-label-input{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:14px;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.field-label-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.field-controls{align-items:center;display:flex;gap:12px;margin-top:10px}.field-type-select{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;flex:1 1;font-size:14px;padding:10px 12px;transition:border-color .2s ease,box-shadow .2s ease}.field-type-select:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a;outline:none}.delete-field-button{align-items:center;background-color:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;min-width:40px;padding:10px 12px;transition:background-color .2s ease}.delete-field-button:hover{background-color:#c82333}.delete-field-button:focus{box-shadow:0 0 0 3px #dc354533;outline:none}.prompt-editor-section{border-top:1px solid #ddd;margin-top:15px;padding-top:15px}.prompt-editor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.toggle-prompt-button{background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer;font-size:12px;padding:5px 10px}.toggle-prompt-button:hover{background-color:#e0e0e0}.prompt-editor{margin-top:10px}.prompt-textarea{border:1px solid #ccc;border-radius:4px;font-family:monospace;font-size:13px;padding:10px;resize:vertical;width:100%}.prompt-editor-controls{display:flex;justify-content:space-between;margin-top:10px}.apply-prompt-button,.reset-prompt-button{border:none;border-radius:4px;cursor:pointer;font-size:13px;padding:8px 12px}.reset-prompt-button{background-color:#f0f0f0;border:1px solid #ccc;color:#333}.apply-prompt-button{background-color:#4caf50;color:#fff}.apply-prompt-button:disabled{background-color:#9e9e9e;cursor:not-allowed}.reset-prompt-button:hover{background-color:#e0e0e0}.apply-prompt-button:hover:not(:disabled){background-color:#45a049}.choices-list{background-color:#f9f9f9;border-left:3px solid #e5e7eb;border-radius:0 4px 4px 0;margin-top:10px;padding:10px 15px}.choices-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.choices-label{color:#666;font-weight:700}.add-choice-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px}.add-choice-button:hover{background-color:#357ab8}.choices-items{list-style-type:none;margin:0;padding-left:5px}.choice-item{align-items:center;display:flex;gap:10px;margin-bottom:8px}.choice-label-input{border:1px solid #d1d5db;border-radius:4px;flex:1 1;font-size:14px;padding:6px 10px}.choice-label-input:focus{border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e21a;outline:none}.delete-choice-button{align-items:center;background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;width:28px}.fields-panel{max-height:600px;overflow-y:auto;padding-right:10px}.results-section{display:flex;flex-direction:column;height:100%}.results-section h2{margin-bottom:10px}.turbo-fulcrum-button{background-color:#8e44ad;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:12px 20px;transition:background-color .2s ease;width:100%}.turbo-fulcrum-button:hover{background-color:#9b59b6}.turbo-fulcrum-button:disabled{background-color:#d1aed8;cursor:not-allowed}.button-group{display:flex;flex-direction:column;gap:8px;margin-top:15px}.turbo-fulcrum-button:before{content:"📊";margin-right:5px}.loading-spinner{align-items:center;display:flex;gap:8px;justify-content:center;margin:20px 0}.loading-spinner,.loading-spinner:after,.loading-spinner:before{animation:bounce 1.4s ease-in-out infinite both,rainbow 2s ease-in-out infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:400% 400%;border-radius:50%;content:"";height:12px;width:12px}.loading-spinner:before{animation-delay:-.32s}.loading-spinner:after{animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(.8) translateY(0)}40%{transform:scale(1.2) translateY(-20px)}}@keyframes rainbow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.pdf-processing-animation{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0003;color:#fff;display:flex;flex-direction:column;gap:20px;padding:30px}.pdf-pages-animation{display:flex;gap:10px;margin:20px 0}.pdf-page-icon{animation:pageFlip 2s ease-in-out infinite;background:#fff;border-radius:4px;box-shadow:0 4px 8px #0003;height:50px;position:relative;width:40px}.pdf-page-icon:first-child{animation-delay:0s}.pdf-page-icon:nth-child(2){animation-delay:.2s}.pdf-page-icon:nth-child(3){animation-delay:.4s}.pdf-page-icon:nth-child(4){animation-delay:.6s}.pdf-page-icon:before{right:6px;top:8px}.pdf-page-icon:after,.pdf-page-icon:before{background:#ddd;border-radius:1px;content:"";height:2px;left:6px;position:absolute}.pdf-page-icon:after{right:10px;top:16px}@keyframes pageFlip{0%,to{background:#fff;transform:rotateY(0deg) scale(1)}50%{background:#f0f8ff;box-shadow:0 6px 12px #0000004d;transform:rotateY(10deg) scale(1.05)}}.ai-thinking-animation{align-items:center;border-radius:15px;color:#fff;display:flex;flex-direction:column;gap:20px;overflow:hidden;padding:30px;position:relative}.ai-thinking-animation:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000,#ffffff1a,#0000);content:"";height:200%;left:-50%;position:absolute;top:-50%;width:200%}@keyframes shimmer{0%{transform:translateX(-100%) translateY(-100%) rotate(45deg)}to{transform:translateX(100%) translateY(100%) rotate(45deg)}}.ai-brain{animation:brainPulse 2s ease-in-out infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:50%;height:60px;position:relative;width:60px}.ai-brain:after,.ai-brain:before{animation:neuronFire 1.5s ease-in-out infinite;background:#ffffff4d;border-radius:50%;content:"";height:20px;position:absolute;width:20px}.ai-brain:before{animation-delay:0s;left:15px;top:15px}.ai-brain:after{animation-delay:.5s;right:15px;top:25px}@keyframes brainPulse{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.1) rotate(5deg)}}@keyframes neuronFire{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.fields-success-container{position:relative}.celebration-overlay{bottom:0;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;z-index:100}.confetti{animation:confettiFall 3s ease-out forwards;border-radius:2px;height:8px;position:absolute;width:8px}.confetti:first-child{animation-delay:0s;background:#ff6b6b;left:10%}.confetti:nth-child(2){animation-delay:.2s;background:#4ecdc4;left:20%}.confetti:nth-child(3){animation-delay:.4s;background:#45b7d1;left:30%}.confetti:nth-child(4){animation-delay:.6s;background:#96ceb4;left:40%}.confetti:nth-child(5){animation-delay:.8s;background:#feca57;left:50%}.confetti:nth-child(6){animation-delay:1s;background:#ff9ff3;left:60%}.confetti:nth-child(7){animation-delay:1.2s;background:#54a0ff;left:70%}.confetti:nth-child(8){animation-delay:1.4s;background:#5f27cd;left:80%}.confetti:nth-child(9){animation-delay:1.6s;background:#00d2d3;left:90%}@keyframes confettiFall{0%{opacity:1;transform:translateY(-100vh) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.field-item{animation:fieldSlideIn .5s ease-out forwards;opacity:0;transform:translateX(-30px)}.field-item:first-child{animation-delay:.1s}.field-item:nth-child(2){animation-delay:.2s}.field-item:nth-child(3){animation-delay:.3s}.field-item:nth-child(4){animation-delay:.4s}.field-item:nth-child(5){animation-delay:.5s}.field-item:nth-child(6){animation-delay:.6s}.field-item:nth-child(7){animation-delay:.7s}.field-item:nth-child(8){animation-delay:.8s}@keyframes fieldSlideIn{0%{opacity:0;transform:translateX(-30px) scale(.9)}to{opacity:1;transform:translateX(0) scale(1)}}.field-count{animation:countBounce .6s cubic-bezier(.68,-.55,.265,1.55);border-radius:20px;display:inline-block;font-weight:700;margin-left:10px}@keyframes countBounce{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{transform:scale(1.3) rotate(-90deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.success-checkmark{animation:successPop .6s cubic-bezier(.68,-.55,.265,1.55);background:linear-gradient(45deg,#2ecc71,#27ae60);border-radius:50%;display:inline-block;height:60px;margin:20px auto;position:relative;width:60px}.success-checkmark:after{color:#fff;content:"✓";font-size:30px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@keyframes successPop{0%{opacity:0;transform:scale(0) rotate(-180deg)}50%{transform:scale(1.2) rotate(-90deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.create-app-button,.detect-button,.generate-button{overflow:hidden;position:relative;transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.create-app-button:hover,.detect-button:hover,.generate-button:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px) scale(1.05)}.create-app-button:before,.detect-button:before,.generate-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.create-app-button:hover:before,.detect-button:hover:before,.generate-button:hover:before{left:100%}.progress-bar{background:#e0e0e0;border-radius:10px;box-shadow:inset 0 2px 4px #0000001a;height:8px;margin:10px 0;overflow:hidden}.progress-fill{animation:progressShimmer 2s ease-in-out infinite;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4);background-size:400% 400%;border-radius:10px;height:100%;transition:width .3s ease-out}@keyframes progressShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0) rotate(0deg)}50%{opacity:1;transform:scale(1) rotate(180deg)}}.sparkle{animation:sparkle 1.5s ease-in-out infinite;background:gold;border-radius:50%;height:6px;pointer-events:none;position:absolute;width:6px}.sparkle:first-child{animation-delay:0s;left:10%;top:10%}.sparkle:nth-child(2){animation-delay:.3s;right:10%;top:20%}.sparkle:nth-child(3){animation-delay:.6s;bottom:20%;left:20%}.sparkle:nth-child(4){animation-delay:.9s;bottom:10%;right:20%}.processing-message{border-radius:15px;padding:40px 20px;position:relative;text-align:center}.processing-status{-webkit-text-fill-color:#0000;animation:textShimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#667eea,#764ba2,#ff6b6b,#4ecdc4);-webkit-background-clip:text;background-clip:text;background-size:400% 400%;font-size:1.4em;font-weight:700;margin-bottom:15px}@keyframes textShimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.processing-details{font-style:italic;opacity:.8}
/*# sourceMappingURL=main.3b8c4432.css.map*/