*{box-sizing:border-box;padding:0}*,body{margin: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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f5f5f5;min-height:100vh}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;padding:2rem}.header-content{margin:0 auto;max-width:1200px;text-align:left}.settings-button{align-items:center;background:#fff3;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s}.settings-button:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.App-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.App-header p{font-size:1.1rem;opacity:.9}.App-main{margin:2rem auto;max-width:1200px;padding:0 1rem}.card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.card h2{align-items:center;color:#333;display:flex;font-size:1.5rem;gap:.5rem;margin-bottom:1rem}.card h3{color:#555;font-size:1.2rem;margin-bottom:.75rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.form-group textarea{min-height:100px;resize:vertical}.tags-input{align-items:flex-start;border:2px solid #e0e0e0;border-radius:8px;display:flex;flex-wrap:wrap;gap:.5rem;min-height:60px;padding:.75rem}.tag{background:#667eea;border-radius:20px;font-size:.85rem;gap:.5rem;padding:.4rem .8rem}.tag,.tag button{align-items:center;color:#fff;display:flex}.tag button{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;height:18px;justify-content:center;line-height:1;padding:0;transition:background-color .2s;width:18px}.tag button:hover{background-color:#fff3}.tags-input input{border:none;flex:1 1;font-size:.95rem;min-width:120px;padding:0}.tags-input input:focus{outline:none}.llm-selector{display:flex;gap:1rem;margin-top:.5rem}.llm-option{border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;flex:1 1;padding:1rem;text-align:center;transition:all .3s}.llm-option:hover{background-color:#f8f9ff;border-color:#667eea}.llm-option.selected{background-color:#667eea;border-color:#667eea;color:#fff}.llm-option h4{font-size:1.1rem;margin-bottom:.5rem}.llm-option p{font-size:.85rem;opacity:.8}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:transform .2s,box-shadow .2s;width:100%}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6}.loading{color:#667eea;padding:2rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33}.error,.success{margin-bottom:1rem;padding:1rem}.success{background:#efe;border:1px solid #cfc;border-radius:8px;color:#3c3}.add-button{background:#667eea;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.5rem 1rem;transition:background-color .2s}.add-button:hover:not(:disabled){background:#5568d3}.add-button:disabled{cursor:not-allowed;opacity:.5}.instruction-text{color:#666;font-size:.95rem;margin-bottom:1.5rem}.profile-select{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s;width:100%}.profile-select:focus{border-color:#667eea;outline:none}.profile-info{color:#667eea;font-size:.9rem;font-weight:500;margin-top:.5rem}.header-content,.results-header{align-items:center;display:flex;justify-content:space-between}.header-content{width:100%}.provider-info{color:#666;font-size:.9rem;margin-top:.5rem}.new-analysis-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s,box-shadow .2s}.new-analysis-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.factors-list{display:flex;flex-direction:column;gap:1.5rem}.factor-item{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:1.5rem}.factor-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.factor-header h3{color:#333;font-size:1.3rem;margin:0}.badge{border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.4rem .8rem;text-transform:uppercase}.factors,.sources{margin-top:1rem}.factors h4,.sources h4{color:#555;font-size:1rem;margin-bottom:.5rem}.factors ul,.sources ul{list-style:none;padding:0}.factors li,.sources li{border-bottom:1px solid #e0e0e0;color:#666;padding:.5rem 0}.factors li:last-child,.sources li:last-child{border-bottom:none}.sources a{color:#667eea;text-decoration:none;word-break:break-all}.sources a:hover{text-decoration:underline}.no-data{color:#999;font-style:italic;padding:2rem;text-align:center}.prompt-settings-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:1000}.prompt-settings-modal{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;max-height:90vh;max-width:900px;overflow:hidden;width:100%}.prompt-settings-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e0e0e0;color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.prompt-settings-header h2{font-size:24px;font-weight:600;margin:0}.close-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:28px;height:36px;justify-content:center;line-height:1;transition:background-color .2s;width:36px}.close-button:hover{background:#ffffff4d}.prompt-settings-content{flex:1 1;overflow-y:auto;padding:24px}.error-message{background-color:#fee;border-left:4px solid #c33;color:#c33}.error-message,.success-message{border-radius:6px;margin-bottom:20px;padding:12px 16px}.success-message{background-color:#efe;border-left:4px solid #3c3;color:#3c3}.required-tags-info{background:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:24px;padding:16px}.required-tags-info h3{color:#333;font-size:14px;font-weight:600;margin:0 0 12px}.tags-list{display:flex;flex-wrap:wrap;gap:8px}.tag-badge{background:#667eea;border-radius:4px;color:#fff;font-family:Courier New,monospace;font-size:12px;font-weight:600;padding:6px 12px}.tag-badge.tag-present{background:#4caf50}.tag-badge.tag-missing{background:#f44336}.provider-section{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:32px;padding:20px}.provider-title{border-bottom:2px solid #667eea;color:#333;font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:12px}.prompt-section{margin-bottom:24px}.prompt-section:last-child{margin-bottom:0}.prompt-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.prompt-header label{color:#555;font-size:14px;font-weight:600}.cancel-button,.edit-button,.save-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s}.edit-button{background:#667eea;color:#fff}.edit-button:hover{background:#5568d3}.cancel-button{background:#999;color:#fff;margin-right:8px}.cancel-button:hover{background:#777}.save-button{background:#4caf50;color:#fff}.save-button:hover:not(:disabled){background:#45a049}.save-button:disabled{background:#ccc;cursor:not-allowed}.edit-actions{display:flex;gap:8px}.prompt-display{background:#fff;border:1px solid #e0e0e0;border-radius:6px;max-height:300px;overflow-y:auto;padding:16px}.prompt-display pre{word-wrap:break-word;color:#333;font-family:Courier New,monospace;font-size:13px;line-height:1.6;margin:0;white-space:pre-wrap}.prompt-editor{display:flex;flex-direction:column;gap:12px}.prompt-textarea{border:2px solid #667eea;border-radius:6px;font-family:Courier New,monospace;font-size:13px;line-height:1.6;min-height:200px;padding:12px;resize:vertical;width:100%}.prompt-textarea:focus{border-color:#764ba2;box-shadow:0 0 0 3px #667eea1a;outline:none}.validation-error{background-color:#fee;border-left:4px solid #c33;border-radius:6px;color:#c33;font-size:13px;padding:10px 14px}.tags-reminder{background:#fff3cd;border-left:4px solid #ffc107;border-radius:6px;padding:12px}.tags-reminder strong{color:#856404;display:block;font-size:13px;margin-bottom:8px}.editor-actions{display:flex;gap:8px;justify-content:flex-end}.loading{color:#666;padding:40px;text-align:center}
/*# sourceMappingURL=main.013a6a36.css.map*/