html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}body{background:#f7fafc;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:focus{outline:2px solid #667eea;outline-offset:2px}:focus:not(:focus-visible){outline:none}a,button{cursor:pointer;transition:all .3s ease}button:disabled{cursor:not-allowed;opacity:.6}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5568d3,#60398a)}::selection{background:#667eea4d;color:#2d3748}::-moz-selection{background:#667eea4d;color:#2d3748}button{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease}.animate-slide-in{animation:slideIn .5s ease}img{display:block;height:auto;max-width:100%}@media (max-width:768px){a,button,input,select,textarea{min-height:44px}}*{box-sizing:border-box;margin:0;padding:0}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}.App{display:flex;flex-direction:column;min-height:100vh}.subtitle{color:#718096;font-size:1.1rem}.nav-tabs{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.nav-tabs button{background:#e2e8f0;border:none;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.nav-tabs button:hover:not(:disabled){background:#cbd5e0;transform:translateY(-2px)}.nav-tabs button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-tabs button:disabled{cursor:not-allowed;opacity:.5}.App-main{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.App-footer{background:#0000004d;color:#fff;font-size:.9rem;padding:1rem;text-align:center}@media (max-width:768px){.App-header h1{font-size:1.8rem}.subtitle{font-size:.9rem}.App-main{padding:1rem}.nav-tabs{flex-direction:column}.nav-tabs button{width:100%}}.landing-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:90px 2rem 2rem}.landing-content{max-width:1200px;text-align:center;width:100%}.landing-header{color:#fff;margin-bottom:4rem}.landing-header h1{animation:fadeInDown .8s ease;font-size:3.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px #0003}.landing-subtitle{animation:fadeInUp .8s ease .2s both;font-size:1.3rem;opacity:.95}.landing-subtitle-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:12px;color:#ffffffe6;font-size:1.2rem;margin-top:1.5rem;padding:1rem 2rem}.landing-options{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.landing-card{animation:fadeInUp .8s ease;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0003;cursor:pointer;padding:3rem 2rem;transition:all .3s ease}.landing-card:hover{box-shadow:0 20px 50px #0000004d;transform:translateY(-10px)}.new-research{animation-delay:.3s}.previous-research{animation-delay:.4s}.card-icon{font-size:4rem;margin-bottom:1.5rem}.landing-card h2{color:#2d3748;font-size:2rem;margin-bottom:1rem}.landing-card p{color:#4a5568;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.card-button{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.card-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.card-button.primary:hover{box-shadow:0 5px 20px #667eea66;transform:scale(1.05)}.card-button.secondary{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.card-button.secondary:hover{box-shadow:0 5px 20px #f093fb66;transform:scale(1.05)}.landing-features{animation:fadeInUp .8s ease .5s both;margin-top:5rem}.features-title{color:#fff;font-size:2.5rem;margin-bottom:3rem;text-align:center;text-shadow:2px 2px 4px #0003}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fffffff2;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.feature-card .feature-icon{display:block;font-size:3rem;margin-bottom:1rem}.feature-card h4{color:#2d3748;font-size:1.3rem;font-weight:600;margin-bottom:.8rem}.feature-card p{color:#4a5568;font-size:.95rem;line-height:1.6;margin:0}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.landing-container{padding:80px 1.5rem 1.5rem}.landing-header h1{font-size:2.8rem}.landing-subtitle{font-size:1.15rem}.landing-options{gap:1.5rem;grid-template-columns:1fr}.features-title{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.feature-card{padding:1.5rem}}@media (max-width:768px){.landing-container{padding:70px 1rem 1rem}.landing-header{margin-bottom:3rem}.landing-header h1{font-size:2.2rem}.landing-subtitle{font-size:1rem}.landing-subtitle-secondary{font-size:1rem;padding:.8rem 1.5rem}.landing-options{margin-bottom:3rem}.landing-card{padding:2rem 1.5rem}.card-icon{font-size:3rem}.landing-card h2{font-size:1.5rem}.landing-card p{font-size:1rem;margin-bottom:1.5rem}.card-button{font-size:1rem;padding:.8rem 2rem}.landing-features{margin-top:3rem}.features-title{font-size:1.8rem;margin-bottom:2rem}.features-grid{gap:1.2rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.feature-card .feature-icon{font-size:2.5rem}.feature-card h4{font-size:1.2rem}.feature-card p{font-size:.9rem}}@media (max-width:480px){.landing-container{padding:65px .8rem .8rem}.landing-header h1{font-size:1.8rem}.landing-subtitle{font-size:.95rem}.landing-card{padding:1.5rem 1rem}.card-icon{font-size:2.5rem;margin-bottom:1rem}.landing-card h2{font-size:1.3rem}.card-button{font-size:.9rem;padding:.7rem 1.5rem}.features-title{font-size:1.5rem}.feature-card .feature-icon{font-size:2.2rem}.feature-card h4{font-size:1.1rem}.feature-card p{font-size:.85rem}}.navbar{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;height:70px;justify-content:space-between;left:0;padding:0 3rem;position:fixed;right:0;top:0;z-index:1000}.navbar-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;cursor:pointer;font-size:1.8rem;font-weight:700}.navbar-buttons,.navbar-user-info{align-items:center;display:flex;gap:1rem}.navbar-username{color:#2d3748;font-size:1rem;font-weight:600}.navbar-btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.navbar-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.navbar-btn-primary:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.navbar-btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.navbar-btn-secondary:hover{background:#667eea;color:#fff}.navbar-btn-back{background:#e2e8f0;border:2px solid #cbd5e0;color:#2d3748}.navbar-btn-back:hover{background:#cbd5e0;transform:translateY(-2px)}.navbar-btn-info{background:#f7fafc;border:2px solid #e2e8f0;color:#4a5568}.navbar-btn-info:hover{background:#e2e8f0}.navbar-btn-feedback{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.navbar-btn-feedback:hover{box-shadow:0 4px 12px #f5576c4d;transform:translateY(-2px)}.navbar-btn-logout{background:#fed7d7;color:#c53030}.navbar-btn-logout:hover{background:#fc8181;color:#fff}.hamburger-menu{align-items:center;background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:8px;width:40px}.hamburger-menu span{background:#667eea;border-radius:3px;display:block;height:3px;transition:all .3s ease;width:25px}.sidebar-overlay{animation:fadeIn .3s ease;bottom:0;right:0;z-index:10001}.sidebar{background:#fff;box-shadow:-4px 0 20px #0000004d;height:100vh;max-width:80vw;overflow-y:auto;position:fixed;right:-100%;top:0;transition:right .3s cubic-bezier(.4,0,.2,1);width:280px;z-index:10002}.sidebar-open{right:0!important}.sidebar-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.sidebar-header h3{color:#2d3748;font-size:1.5rem;margin:0}.sidebar-close{align-items:center;background:#0000;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:2rem;height:30px;justify-content:center;padding:0;width:30px}.sidebar-content{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.sidebar-btn{align-items:center;background:#f7fafc;border:none;border-radius:8px;color:#4a5568;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:1rem;padding:1rem;text-align:left;transition:all .3s ease}.sidebar-btn:hover{background:#e2e8f0;transform:translateX(-5px)}.sidebar-btn span:first-child{font-size:1.2rem}.sidebar-logout{background:#fed7d7;color:#c53030}.sidebar-logout:hover{background:#fc8181;color:#fff}.sidebar-user-info{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:flex;font-weight:600;gap:1rem;margin-bottom:.5rem;padding:1rem}.sidebar-user-info span:first-child{font-size:1.5rem}@media (max-width:768px){.navbar{padding:0 1.5rem}.navbar-logo{font-size:1.4rem}.navbar-desktop{display:none!important}.hamburger-menu{display:flex!important}}@media (max-width:480px){.navbar{padding:0 1rem}.sidebar{max-width:300px;width:85vw}.navbar-logo{font-size:1.2rem}.navbar-btn{font-size:.8rem;padding:.5rem .8rem}}.modal-overlay{animation:fadeIn .3s ease;z-index:2000}.modal-card{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:2rem}.modal-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.modal-close{align-items:center;background:#0000;border:none;color:#718096;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.modal-close:hover{color:#2d3748;transform:rotate(90deg)}.modal-body{padding:2rem}.form-group{margin-bottom:1.5rem}.form-label{color:#2d3748;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-input{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-input.error{border-color:#fc8181}.error-message,.success-message{font-size:.85rem;margin-top:.5rem}.success-message{color:#38a169}.form-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-button-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.form-button-primary:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.form-button-primary:disabled{cursor:not-allowed;opacity:.6}.form-button-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.form-button-secondary:hover{background:#667eea;color:#fff}.form-link{color:#718096;font-size:.95rem;margin-top:1rem;text-align:center}.form-link button{background:none;border:none;color:#667eea;cursor:pointer;font-weight:600;text-decoration:underline}.form-link button:hover{color:#764ba2}.otp-container{display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0}.otp-input{border:2px solid #e2e8f0;border-radius:8px;font-size:1.5rem;font-weight:700;height:50px;text-align:center;transition:all .3s ease;width:50px}.otp-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.info-content{color:#4a5568;line-height:1.8}.info-content h3{color:#2d3748;font-size:1.2rem;margin-bottom:.8rem;margin-top:1.5rem}.info-content p{margin-bottom:1rem}.phase-list{list-style:none;padding:0}.phase-list li{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1rem;padding:1rem}.phase-list li strong{color:#667eea;display:block;margin-bottom:.5rem}.modal-container{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;max-width:500px;overflow:hidden;width:90%}.modal-header.modal-info{background-color:#eff6ff;border-bottom:1px solid #bfdbfe}.modal-header.modal-info,.modal-header.modal-success{align-items:center;display:flex;gap:12px;padding:20px 24px}.modal-header.modal-success{background-color:#f0fdf4;border-bottom:1px solid #bbf7d0}.modal-header.modal-error{background-color:#fef2f2;border-bottom:1px solid #fecaca}.modal-header.modal-confirm,.modal-header.modal-error{align-items:center;display:flex;gap:12px;padding:20px 24px}.modal-header.modal-confirm{background-color:#fef3c7;border-bottom:1px solid #fde68a}.modal-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:24px;font-weight:700;height:40px;justify-content:center;width:40px}.modal-info .modal-icon{background-color:#3b82f6;color:#fff}.modal-success .modal-icon{background-color:#22c55e;color:#fff}.modal-error .modal-icon{background-color:#ef4444;color:#fff}.modal-confirm .modal-icon{background-color:#f59e0b;color:#fff}.modal-message{color:#4b5563;font-size:15px;line-height:1.6;margin:0;white-space:pre-line}.modal-footer{background-color:#f9fafb;border-top:1px solid #e5e7eb;gap:12px;padding:16px 24px}.modal-button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;min-width:80px;padding:10px 20px;transition:all .2s ease}.modal-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.modal-button:active{transform:translateY(0)}.modal-button-cancel{background-color:#e5e7eb;color:#4b5563}.modal-button-cancel:hover{background-color:#d1d5db}.modal-button-confirm{color:#fff}.modal-button-info{background-color:#3b82f6}.modal-button-info:hover{background-color:#2563eb}.modal-button-success{background-color:#22c55e}.modal-button-success:hover{background-color:#16a34a}.modal-button-error{background-color:#ef4444}.modal-button-error:hover{background-color:#dc2626}.modal-button-confirm.modal-button-confirm{background-color:#f59e0b}.modal-button-confirm.modal-button-confirm:hover{background-color:#d97706}@media (max-width:768px){.modal-card{max-height:95vh;width:95%}.modal-header{padding:1.5rem}.modal-title{font-size:1.5rem}.modal-body{padding:1.5rem}.otp-input{font-size:1.2rem;height:40px;width:40px}}@media (max-width:640px){.modal-container{max-width:none;width:95%}.modal-header.modal-confirm,.modal-header.modal-error,.modal-header.modal-info,.modal-header.modal-success{padding:16px 20px}.modal-body{padding:20px}.modal-footer{flex-direction:column-reverse;padding:12px 20px}.modal-button{width:100%}}.feedback-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.feedback-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:100%}.feedback-modal.feedback-success{max-height:none;max-width:400px;overflow:visible}.feedback-header{align-items:center;background:#fff;border-bottom:2px solid #e2e8f0;border-radius:16px 16px 0 0;display:flex;justify-content:space-between;padding:24px 30px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.feedback-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700;margin:0}.feedback-close{align-items:center;background:#0000;border:none;border-radius:50%;color:#718096;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.feedback-close:hover{background:#f7fafc;color:#2d3748;transform:rotate(90deg)}.feedback-form{padding:30px}.feedback-intro{background:#edf2f7;border-left:4px solid #667eea;border-radius:8px;margin-bottom:30px;padding:16px}.feedback-intro p{color:#4a5568;font-size:15px;margin:0}.feedback-questions{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.feedback-question{background:#f7fafc;border:2px solid #0000;border-radius:12px;display:flex;gap:16px;padding:20px;transition:all .3s ease}.feedback-question.error{background:#fff5f5;border-color:#fc8181}.feedback-question:hover{background:#edf2f7}.question-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.question-content{flex:1 1}.question-text{color:#2d3748;display:block;font-size:15px;font-weight:600;line-height:1.5;margin-bottom:6px}.question-subtitle{color:#718096;font-size:13px;font-style:italic;margin:0 0 16px}.rating-options{display:flex;flex-wrap:wrap;gap:12px}.rating-option{cursor:pointer;position:relative}.rating-option input[type=radio]{opacity:0;position:absolute}.rating-circle{align-items:center;background:#fff;border:2px solid #cbd5e0;border-radius:50%;color:#4a5568;display:flex;font-size:16px;font-weight:600;height:48px;justify-content:center;transition:all .3s ease;width:48px}.rating-option:hover .rating-circle{border-color:#667eea;transform:scale(1.1)}.rating-option.selected .rating-circle{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea66;color:#fff;transform:scale(1.15)}.error-message{color:#c53030;display:block;font-size:13px;margin-top:8px}.feedback-textarea-section{margin-bottom:30px}.textarea-label{color:#2d3748;display:block;font-size:15px;font-weight:600;margin-bottom:12px}.feedback-textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:15px;padding:14px;resize:vertical;transition:all .3s ease;width:100%}.feedback-textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.feedback-actions{border-top:2px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;padding:12px 32px;transition:all .3s ease}.btn-cancel{background:#e2e8f0;color:#4a5568}.btn-cancel:hover{background:#cbd5e0;transform:translateY(-2px)}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-submit:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.success-content{padding:60px 40px;text-align:center}.success-icon{align-items:center;animation:scaleIn .5s ease;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:50%;color:#fff;display:flex;font-size:48px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.success-content h2{color:#2d3748;font-size:28px;margin:0 0 12px}.success-content p{color:#718096;font-size:16px;margin:0 0 20px}.close-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 32px;transition:all .3s ease}.close-btn:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}@media (max-width:768px){.feedback-overlay{padding:10px}.feedback-modal{max-height:95vh}.feedback-header{padding:20px}.feedback-header h2{font-size:20px}.feedback-form{padding:20px}.feedback-question{flex-direction:column;padding:16px}.rating-circle{font-size:15px;height:44px;width:44px}.feedback-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.new-research-container{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:100vh;padding:90px 2rem 2rem}.new-research-content{margin:0 auto;max-width:900px}.research-header{margin-bottom:3rem;text-align:center}.back-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50px;color:#4a5568;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.8rem 1.5rem;transition:all .3s ease}.back-button:hover{background:#667eea;border-color:#667eea;color:#fff;transform:translateX(-5px)}.research-header h1{color:#2d3748;font-size:3rem;margin-bottom:1rem}.research-subtitle{color:#4a5568;font-size:1.2rem}.research-form{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem;padding:3rem}.form-group{margin-bottom:2rem}.form-group label{color:#2d3748;display:block;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.form-group textarea{border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:1.1rem;line-height:1.8;padding:1.5rem;resize:vertical;transition:all .3s ease;width:100%}.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea.error{border-color:#f56565}.form-group textarea:disabled{background:#f7fafc;cursor:not-allowed}.form-meta{align-items:center;display:flex;justify-content:space-between;margin-top:.8rem}.word-count{border-radius:20px;font-size:.95rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.word-count.valid{background:#c6f6d5;color:#22543d}.word-count.invalid{background:#fed7d7;color:#742a2a}.error-message{color:#f56565;font-size:.95rem;font-weight:500}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.8rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;border:2px solid #e2e8f0;color:#4a5568}.btn-secondary:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:16px;width:16px}.research-info{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:2.5rem}.research-info h3{color:#2d3748;font-size:1.8rem;margin-bottom:2rem;text-align:center}.info-steps{grid-gap:1.5rem;display:grid;gap:1.5rem}.info-step{align-items:flex-start;background:#f7fafc;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.info-step:hover{background:#edf2f7;transform:translateX(5px)}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:50px;justify-content:center;width:50px}.step-content h4{color:#2d3748;font-size:1.2rem;margin-bottom:.5rem}.step-content p{color:#4a5568;line-height:1.6}@media (max-width:968px){.new-research-container{padding:90px 1.5rem 1.5rem}.research-header h1{font-size:2.2rem}.research-form{padding:2.5rem}}@media (max-width:768px){.new-research-container{padding:80px 1rem 1rem}.research-header h1{font-size:1.8rem}.research-header p{font-size:1rem}.research-form{padding:2rem 1.5rem}.form-group label{font-size:.95rem}.form-actions{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{justify-content:center;padding:1rem;width:100%}.word-counter{font-size:.85rem}}@media (max-width:480px){.new-research-container{padding:70px .8rem .8rem}.research-header h1{font-size:1.5rem}.research-header p{font-size:.95rem}.research-form{padding:1.5rem 1rem}.form-group label{font-size:.9rem}textarea{font-size:.95rem}.btn-primary,.btn-secondary{font-size:.95rem;padding:.9rem}}.phase-content-container{margin:0 auto;max-width:1200px}.phase-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:3rem;text-align:center}.state-icon{font-size:5rem;margin-bottom:1.5rem}.phase-state h3{color:#2d3748;font-size:2rem;margin-bottom:1rem}.phase-state p{color:#4a5568;font-size:1.2rem;margin-bottom:.5rem}.processing-spinner{animation:spin 1s linear infinite;border:6px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:80px;margin-bottom:1.5rem;width:80px}.estimated-time{color:#667eea;font-weight:600;margin-top:1rem}.error-state{color:#f56565}.phase-completed-content{animation:fadeIn .5s ease}.content-section{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #0000000d;margin-bottom:2rem;padding:2rem}.content-section.highlight{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-color:#667eea}.content-section h3{border-bottom:2px solid #e2e8f0;color:#2d3748;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.8rem}.content-box{background:#f7fafc;border-radius:8px;line-height:1.8;padding:1.5rem}.content-box.refined{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:500}.no-data{color:#a0aec0;font-style:italic;padding:2rem;text-align:center}.subtopics-grid{display:flex;flex-direction:column;gap:1rem}.subtopic-card{align-items:flex-start;background:linear-gradient(135deg,#f7fafc,#edf2f7);border:2px solid #e2e8f0;border-radius:10px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.subtopic-card:hover{border-color:#667eea;box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.subtopic-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:35px;justify-content:center;width:35px}.subtopic-card p{color:#2d3748;line-height:1.6;margin:0}.subtopic-card h4{color:#667eea;font-size:1.1rem;margin:0 0 .5rem}.subtopic-keywords{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.8rem}.keyword-tag{background:#667eea;border-radius:15px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.analyzed-papers-list,.papers-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.analyzed-paper-card,.paper-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.analyzed-paper-card:hover,.paper-card:hover{border-color:#667eea;box-shadow:0 5px 20px #0000001a}.paper-header h4{font-size:1.2rem;line-height:1.5}.semantic-score{background:linear-gradient(135deg,#48bb78,#38a169);border-radius:20px;color:#fff;flex-shrink:0;font-size:.9rem;font-weight:600;padding:.4rem .8rem}.paper-authors,.paper-year{color:#4a5568;font-size:.95rem;margin-bottom:.5rem}.paper-abstract{color:#2d3748;line-height:1.7;margin:1rem 0}.paper-link,.solution-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;margin-top:1rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.paper-link:hover,.solution-link:hover{box-shadow:0 5px 15px #667eea4d;transform:translateY(-2px)}.analysis-section{border-top:2px solid #e2e8f0;margin-top:1.5rem;padding-top:1.5rem}.analysis-section h5{color:#667eea;margin-bottom:.8rem}.analysis-section p{color:#2d3748;line-height:1.7}.tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{background:#667eea;border-radius:20px;color:#fff;font-size:.9rem;font-weight:500;padding:.4rem 1rem}.items-list{grid-gap:.8rem;display:grid;gap:.8rem}.analysis-item{align-items:flex-start;background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.analysis-item:hover{background:#edf2f7;transform:translateX(5px)}.item-icon{flex-shrink:0;font-size:1.5rem}.analysis-item p{color:#2d3748;line-height:1.6;margin:0}.solutions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.solution-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;padding:1.5rem;transition:all .3s ease}.solution-card:hover{border-color:#667eea;box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.solution-header h4{color:#2d3748;font-size:1.3rem;margin-bottom:1rem}.solution-summary{color:#4a5568;line-height:1.7;margin-bottom:1rem}.solution-section{margin-top:1rem}.solution-section h5{color:#667eea;font-size:1rem;margin-bottom:.5rem}.solution-section ul{color:#2d3748;margin:0;padding-left:1.5rem}.solution-section li{line-height:1.6;margin-bottom:.4rem}.solution-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.meta-tag{background:#edf2f7;border-radius:20px;color:#4a5568;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.phase6-special{animation:fadeInScale .8s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.hero-section h3{border-bottom-color:#ffffff4d;color:#fff}.hero-content p{font-size:1.2rem;line-height:1.8;margin:0}.architecture-list{color:#2d3748;padding-left:1.5rem}.architecture-list li{line-height:1.7;margin-bottom:.8rem}.workflow-phase{background:#f7fafc;border-radius:8px;margin-bottom:1rem;padding:1.5rem}.workflow-phase h4{color:#667eea;font-size:1.1rem;margin-bottom:1rem}.workflow-phase ul{margin:0;padding-left:1.5rem}.workflow-phase li{line-height:1.6;margin-bottom:.5rem}.tech-stack-section{margin-bottom:1.5rem}.tech-stack-section h4{color:#2d3748;font-size:1.1rem;margin-bottom:.8rem}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 5px #667eea4d;color:#fff;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.scoring-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.score-card{background:#f7fafc;border-left:4px solid #48bb78;border-radius:8px;padding:1.5rem}.score-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.score-header h4{color:#2d3748;font-size:1.1rem;margin:0}.score-rating{background:linear-gradient(135deg,#48bb78,#38a169);border-radius:20px;color:#fff;font-size:1rem;font-weight:700;padding:.4rem .8rem}.score-card p{color:#4a5568;line-height:1.6;margin:0}.warning-section{background:linear-gradient(135deg,#fef5e7,#fdebd0);border-color:#f6ad55}.warning-section h3{border-bottom-color:#f6ad55;color:#c05621}.completion-badge-large{animation:pulse 2s infinite;background:linear-gradient(135deg,#48bb78,#38a169);border-radius:12px;box-shadow:0 8px 25px #48bb784d;color:#fff;font-size:1.5rem;font-weight:700;padding:2rem;text-align:center}.retry-button-container{display:flex;justify-content:center;margin-top:2rem}.phase-retry-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2.5rem;transition:all .3s ease}.phase-retry-button:hover:not(:disabled){box-shadow:0 8px 25px #667eea66;transform:translateY(-3px)}.phase-retry-button:active:not(:disabled){transform:translateY(-1px)}.phase-retry-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.phase-content-container{padding:0 .5rem}.content-section{margin-bottom:1rem;padding:1rem}.content-section h3{font-size:1.1rem;margin-bottom:1rem}.phase-state h3{font-size:1.5rem}.phase-state p{font-size:1rem}.content-box{font-size:.9rem;padding:1rem}.subtopic-card{flex-direction:column;gap:.8rem;padding:1rem}.subtopic-card h4{font-size:1rem}.subtopic-card p{font-size:.9rem}.subtopic-number{font-size:.9rem;height:30px;width:30px}.subtopic-keywords{gap:.4rem}.keyword-tag{font-size:.75rem;padding:.3rem .6rem}.papers-list{gap:1rem}.paper-card{padding:1rem}.paper-header{flex-direction:column;gap:.5rem}.paper-card h4{font-size:1rem}.semantic-score{align-self:flex-start}.authors-list,.paper-meta,.semantic-score{font-size:.85rem}.analysis-section h5,.paper-section h5{font-size:.95rem}.analysis-section p,.paper-section p{font-size:.85rem}.tags-list{gap:.4rem}.gap-card{padding:1rem}.gap-header h5{font-size:1rem}.confidence-badge{font-size:.75rem;padding:.3rem .6rem}.literature-section table{font-size:.85rem}.literature-section td,.literature-section th{padding:.6rem .5rem}.limitation-item,.solution-item,.tech-stack-item{font-size:.9rem;padding:.8rem}.phase-retry-button{padding:.6rem 1.2rem}.tag{font-size:.75rem;padding:.3rem .6rem}.items-list{gap:.8rem}.analysis-item{padding:.8rem}.analysis-item h4{font-size:.95rem}.analysis-item p{font-size:.85rem}.item-icon{font-size:1.2rem}.scoring-grid,.solutions-grid{grid-template-columns:1fr}.solution-card{padding:1rem}.solution-card h4{font-size:1rem}.solution-summary{font-size:.85rem}.solution-section h5{font-size:.9rem}.solution-section ul li{font-size:.85rem}.meta-tag{font-size:.75rem;padding:.3rem .6rem}.hero-section h3{font-size:1.2rem}.hero-content p{font-size:.9rem}.tech-stack-section{padding:1rem}.tech-category h4{font-size:.95rem}.tech-items{gap:.4rem}.tech-item{font-size:.75rem;padding:.3rem .6rem}.score-card h4{font-size:1rem}.score-display{font-size:2rem}.score-label{font-size:.75rem}.pdf-link,.solution-link{font-size:.85rem;padding:.6rem 1rem}.state-icon{font-size:3rem}.processing-spinner{border-width:5px;height:60px;width:60px}.estimated-time{font-size:.9rem}.completion-badge-large{font-size:1.2rem;padding:1.5rem}.retry-button-container{margin-top:1.5rem}.phase-retry-button{max-width:300px}.download-report-button,.phase-retry-button{font-size:.9rem;padding:.8rem 1.5rem;width:100%}.download-report-button{max-width:350px}.relevance-reason-section{padding:.8rem 1rem}.relevance-label{font-size:.85rem}.relevance-item{font-size:.9rem;padding-left:1.2rem}.relevance-text{font-size:.9rem}}@media (max-width:480px){.phase-content-container{padding:0 .3rem}.content-section{margin-bottom:.8rem;padding:.8rem}.content-section h3{font-size:1rem}.phase-state h3{font-size:1.3rem}.content-box{font-size:.85rem}.content-box,.gap-card,.paper-card,.subtopic-card{padding:.8rem}.gap-header h5,.paper-card h4,.subtopic-card h4{font-size:.95rem}.phase-retry-button{font-size:.85rem;padding:.5rem 1rem;width:100%}.literature-section{overflow-x:auto}.literature-section table{font-size:.8rem;min-width:500px}.card-button{font-size:.85rem;padding:.6rem 1rem}.download-report-button{font-size:.85rem;padding:.7rem 1.2rem}.hero-section h3{font-size:1.1rem}.state-icon{font-size:2.5rem}}.download-report-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 15px #667eea4d;margin-top:2rem;padding:2rem;text-align:center}.download-report-button{align-items:center;background:#fff;border:none;border-radius:8px;box-shadow:0 4px 12px #00000026;color:#667eea;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.8rem;padding:1rem 2.5rem;transition:all .3s ease}.download-report-button:hover{background:#f7fafc;box-shadow:0 6px 20px #0003;transform:translateY(-2px)}.download-report-button:active{transform:translateY(0)}.download-report-button .download-icon{font-size:1.5rem}.download-report-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.phase2-tabs-container{position:relative}.phase2-data-summary{grid-gap:1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);margin-bottom:2rem;padding:1.5rem}.summary-item{align-items:center;background:#f7fafc;border-radius:8px;display:flex;flex-direction:column;padding:1rem;transition:all .3s ease}.summary-item.completed{background:linear-gradient(135deg,#d4f4dd,#cdf5da);border:2px solid #48bb78}.summary-item.processing{background:linear-gradient(135deg,#fff5e1,#ffe9c5);border:2px solid #f6ad55}.summary-icon{font-size:2rem;margin-bottom:.5rem}.summary-label{color:#2d3748;font-weight:600;margin-bottom:.5rem;text-align:center}.summary-status{align-items:center;color:#4a5568;display:flex;font-size:.9rem;font-weight:500;gap:.25rem}.phase2-action-buttons,.phase2-stop-button-container{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.phase2-action-buttons{gap:1rem}.phase3-restart-button-container{display:flex;justify-content:flex-end;margin-bottom:1.5rem}.restart-phase-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.restart-phase-button:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.restart-phase-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.stop-execution-button{align-items:center;background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.stop-execution-button:hover{background:#c53030;box-shadow:0 4px 12px #e53e3e4d;transform:translateY(-2px)}.phase4-action-buttons{background:#f7fafc;border-radius:8px;display:flex;gap:1rem;justify-content:flex-end;margin-bottom:2rem;padding:1rem}.phase2-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:.5rem;margin-bottom:2rem}.phase2-tab{align-items:center;background:none;border:none;color:#4a5568;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;position:relative;transition:all .3s ease}.phase2-tab:hover{background:#f7fafc;color:#667eea}.phase2-tab.active{border-bottom:3px solid #667eea;color:#667eea;margin-bottom:-2px}.tab-loading{animation:pulse 1.5s ease-in-out infinite;display:inline-block;font-size:1.2rem}.tab-completed{color:#48bb78;font-size:1.2rem;font-weight:700}.tab-badge-count{background:#667eea;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;margin-left:6px;padding:2px 8px}.phase2-tab.active .tab-badge-count{background:#fff;color:#667eea}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.phase2-tab-content{min-height:400px}.tab-panel{animation:fadeIn .3s ease-in}.tab-loading-state{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:3rem;text-align:center}.tab-loading-state h3{color:#2d3748;font-size:1.8rem;margin-bottom:.5rem}.tab-loading-state p{color:#718096;font-size:1.1rem}.applications-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.application-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.application-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.application-card h4{color:#2d3748;font-size:1.4rem;margin-bottom:1rem}.app-summary{color:#4a5568;line-height:1.6;margin-bottom:1rem}.app-section{margin-top:1rem}.app-section h5{color:#2d3748;font-size:1.1rem;margin-bottom:.5rem}.app-section ul{margin:.5rem 0;padding-left:1.5rem}.app-section li{color:#4a5568;margin-bottom:.3rem}.app-links{display:flex;gap:1rem;margin-top:1rem}.app-links a{border:1px solid #667eea;border-radius:6px;color:#667eea;font-weight:600;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.app-links a:hover{background:#667eea;color:#fff}.github-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.github-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .3s ease}.github-card:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-3px)}.github-card h4 a{color:#667eea;font-size:1.4rem;font-weight:600;text-decoration:none}.github-card h4 a:hover{text-decoration:underline}.repo-description{color:#4a5568;line-height:1.6;margin:.5rem 0}.repo-stats{color:#718096;display:flex;font-size:.95rem;gap:1.5rem;margin:1rem 0}.repo-stats span{align-items:center;display:flex;gap:.3rem}.repo-topics{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.topic-tag{background:#edf2f7;border-radius:12px;color:#2d3748;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.modal-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:2rem;width:90%}.modal-content h3{color:#2d3748;font-size:1.5rem;margin-bottom:1rem}.modal-content p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end}.btn-secondary{background:#e2e8f0;border:none;border-radius:6px;color:#2d3748;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:#cbd5e0}.btn-danger{background:#e53e3e;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.btn-danger:hover{background:#c53030}.github-analysis-list{display:flex;flex-direction:column;gap:2rem}.github-analysis-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.github-analysis-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.project-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.project-header h4{color:#2d3748;font-size:1.4rem;font-weight:700;margin:0}.project-id{background:#edf2f7;border-radius:6px;color:#4a5568;font-size:.9rem;font-weight:600;padding:.4rem .8rem}.analysis-sections{display:flex;flex-direction:column;gap:1.5rem}.analysis-section{background:#f7fafc;border-left:4px solid #667eea;border-radius:8px;padding:1.2rem}.analysis-section h5{align-items:center;color:#2d3748;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.analysis-section ul{list-style:none;margin:0;padding-left:1.5rem}.analysis-section ul li{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:.8rem;padding-left:1rem;position:relative}.analysis-section ul li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.overall-assessment{background:linear-gradient(135deg,#f0fff4,#f7fafc);border-left:4px solid #48bb78}.assessment-content{color:#2d3748;line-height:1.7}.assessment-content p{font-size:.95rem;margin:.5rem 0}.phase-removed-message{background:linear-gradient(135deg,#fff3cd,#ffeeba);border:2px solid #ffc107;border-radius:12px;margin:2rem 0;padding:2rem;text-align:center}.phase-removed-message p{color:#856404;font-size:1.1rem;font-weight:600;margin:0}.paper-analysis-list{display:flex;flex-direction:column;gap:2rem}.paper-analysis-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:all .3s ease}.paper-analysis-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.paper-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.paper-header h4{color:#2d3748;flex:1 1;font-size:1.3rem;font-weight:700;line-height:1.4;margin:0}.pdf-link{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;color:#fff;display:inline-flex;font-size:.9rem;font-weight:600;gap:.4rem;padding:.6rem 1.2rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.pdf-link:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.relevance-reason-section{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-left:4px solid #0ea5e9;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.2rem}.relevance-badge{align-items:center;display:flex;gap:.5rem;margin-bottom:.6rem}.relevance-icon{font-size:1.2rem}.relevance-label{color:#0c4a6e;font-size:.95rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.relevance-list{list-style:none;margin:0;padding:0}.relevance-item{color:#0c4a6e;font-size:.95rem;line-height:1.7;margin-bottom:.6rem;padding-left:1.5rem;position:relative}.relevance-item:last-child{margin-bottom:0}.relevance-item:before{color:#0ea5e9;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.relevance-text{color:#0c4a6e;font-size:.95rem;line-height:1.7;margin:0}.analysis-content{background:#f7fafc;border-radius:8px;overflow-x:auto;padding:1rem}.analysis-content pre{color:#2d3748;font-size:.85rem;margin:0}.gap-list{display:flex;flex-direction:column;gap:1.5rem}.gap-card{background:#fff;border-left:4px solid #667eea;border-radius:10px;box-shadow:0 2px 8px #00000014;padding:1.5rem;transition:all .3s ease}.gap-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateX(4px)}.gap-card.solved-area{background:linear-gradient(135deg,#f0fff4,#c6f6d5);border-left-color:#48bb78}.gap-card.research-gap{background:linear-gradient(135deg,#fff5f5,#fed7d7);border-left-color:#f56565}.gap-card.ai-predicted{background:linear-gradient(135deg,#faf5ff,#e9d8fd);border-left-color:#9f7aea}.gap-card.challenge{background:linear-gradient(135deg,#fffaf0,#feebc8);border-left-color:#ed8936}.gap-card.future-direction{background:linear-gradient(135deg,#ebf8ff,#bee3f8);border-left-color:#4299e1}.gap-card h4{color:#2d3748;font-size:1.1rem;line-height:1.5;margin:0 0 1rem}.based-on,.evidence-section,.mentioned-in,.reasoning-section,.supporting-papers{margin-top:1rem}.based-on strong,.evidence-section strong,.mentioned-in strong,.reasoning-section strong,.supporting-papers strong{color:#4a5568;display:block;font-size:.9rem;margin-bottom:.5rem}.based-on ul,.mentioned-in ul,.supporting-papers ul{list-style:none;margin:.5rem 0 0;padding:0}.based-on li,.mentioned-in li,.supporting-papers li{background:#ffffffb3;border-radius:6px;color:#2d3748;font-size:.9rem;margin-bottom:.3rem;padding:.4rem .8rem}.evidence-item{background:#ffffffb3;border-radius:6px;margin-bottom:.5rem;padding:.8rem}.evidence-item p{font-size:.9rem;margin:.3rem 0}.evidence-item strong{color:#2d3748}.evidence-item em{color:#4a5568;font-style:italic}.reasoning-section p{color:#2d3748;font-size:.95rem;line-height:1.6;margin:.5rem 0 0}.confidence-section{text-align:center}.confidence-badge{border-radius:50px;display:inline-block;font-size:1.1rem;font-weight:700;letter-spacing:1px;padding:.8rem 2rem;text-transform:uppercase}.confidence-high{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.confidence-medium{background:linear-gradient(135deg,#ed8936,#dd6b20);color:#fff}.confidence-low{background:linear-gradient(135deg,#f56565,#e53e3e);color:#fff}.note-section{background:linear-gradient(135deg,#edf2f7,#e2e8f0);border-left:4px solid #4a5568}.note-text{color:#2d3748;font-style:italic}.note-text,.section-text{font-size:.95rem;line-height:1.7;margin:0}.section-text{color:#4a5568;text-align:justify}.algorithms-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.5rem}.algorithm-tag{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 2px 4px #667eea33;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem .8rem;white-space:nowrap}.limitations{background:linear-gradient(135deg,#fffaf0,#f7fafc);border-left:4px solid #ed8936}.future-scope{background:linear-gradient(135deg,#e6fffa,#f7fafc);border-left:4px solid #38b2ac}.gap-bullet-list{list-style:disc;margin:0;padding-left:2rem}.gap-bullet-list li{border-bottom:1px solid #e2e8f0;color:#2d3748;font-size:.95rem;line-height:1.6;padding:.6rem 0}.gap-bullet-list li:last-child{border-bottom:none}.json-display{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#2d3748;font-family:Courier New,monospace;font-size:.9rem;line-height:1.6;overflow-x:auto;padding:1.5rem}.source-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 2px 4px #667eea33;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.3rem .8rem;text-transform:uppercase}.evidence-excerpt{background:#ffffffb3;border-left:3px solid #667eea;border-radius:6px;color:#2d3748;font-size:.9rem;font-style:italic;line-height:1.6;margin:.5rem 0 0;padding:.8rem}.literature-text{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif}.literature-text h4{color:#667eea;font-size:1.3rem;font-weight:600;margin-bottom:12px;margin-top:24px}.literature-text h5{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:8px;margin-top:16px}.literature-text p{color:#4a5568;line-height:1.8;margin-bottom:12px;text-align:justify}.literature-text ul{list-style:none;margin:12px 0;padding-left:0}.literature-text li{border-bottom:1px solid #e2e8f0;color:#2d3748;line-height:1.6;padding:8px 0 8px 24px;position:relative}.literature-text li:last-child{border-bottom:none}.literature-text li:before{color:#667eea;content:"•";font-weight:700;left:8px;position:absolute}.literature-text strong{color:#2d3748;font-weight:600}.bullet-list{list-style:none;margin:0;padding:0}.bullet-list li{background:#fff;border-left:4px solid #667eea;border-radius:6px;box-shadow:0 1px 3px #0000000d;color:#2d3748;line-height:1.6;margin-bottom:8px;padding:12px 16px;transition:transform .2s,box-shadow .2s}.bullet-list li:hover{box-shadow:0 2px 6px #0000001a;transform:translateX(4px)}.tools-grid{grid-gap:12px;display:grid;gap:12px}.tool-card{transition:transform .2s,box-shadow .2s}.tool-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.tool-card p{color:#4a5568;line-height:1.8}.literature-text::-webkit-scrollbar{width:8px}.literature-text::-webkit-scrollbar-track{background:#e2e8f0;border-radius:4px}.literature-text::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.literature-text::-webkit-scrollbar-thumb:hover{background:#a0aec0}.chat-phase-container{background:#f7fafc;display:flex;gap:1rem;height:calc(100vh - 200px)}.chat-sessions-sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;overflow:hidden;width:300px}.chat-sessions-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem}.chat-sessions-header h3{color:#2d3748;font-size:1.2rem;margin:0}.new-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.2rem;transition:all .3s ease}.new-chat-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.download-report-sidebar{border-bottom:2px solid #e2e8f0;padding:1rem 1.5rem}.download-report-btn-sidebar{align-items:center;background:linear-gradient(135deg,#48bb78,#38a169);border:none;border-radius:8px;box-shadow:0 2px 8px #48bb784d;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;justify-content:center;padding:.8rem 1rem;transition:all .3s ease;width:100%}.download-report-btn-sidebar:hover{background:linear-gradient(135deg,#38a169,#2f855a);box-shadow:0 4px 12px #48bb7866;transform:translateY(-2px)}.download-report-btn-sidebar:active{transform:translateY(0)}.download-report-btn-sidebar .download-icon{font-size:1.2rem}.chat-sessions-list{flex:1 1;overflow-y:auto;padding:.5rem}.no-sessions{color:#718096;font-size:.9rem;padding:2rem 1rem}.chat-session-item{align-items:flex-start;background:#f7fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:1rem;transition:all .3s ease}.chat-session-item:hover{background:#edf2f7;border-color:#cbd5e0}.chat-session-item.active{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea}.session-info{flex:1 1}.session-info h4{color:#2d3748;font-size:1rem;margin:0 0 .3rem}.session-date{color:#718096;font-size:.75rem;margin:.2rem 0}.session-preview{color:#4a5568;font-size:.85rem;margin:.3rem 0 0}.session-actions{align-items:center;display:flex;gap:.3rem}.delete-session-btn,.rename-session-btn{background:#0000;border:none;cursor:pointer;font-size:1.1rem;opacity:.5;padding:.3rem;transition:all .3s ease}.delete-session-btn:hover,.rename-session-btn:hover{opacity:1;transform:scale(1.2)}.rename-input-container{display:flex;flex-direction:column;gap:.5rem;width:100%}.rename-input{border:2px solid #667eea;border-radius:6px;color:#2d3748;font-family:inherit;font-size:.9rem;padding:.5rem;width:100%}.rename-input:focus{border-color:#764ba2;box-shadow:0 0 0 3px #667eea1a;outline:none}.rename-buttons{display:flex;gap:.5rem}.cancel-rename-btn,.save-rename-btn{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:700;padding:.4rem;transition:all .3s ease}.save-rename-btn{background:linear-gradient(135deg,#48bb78,#38a169);color:#fff}.save-rename-btn:hover{box-shadow:0 4px 12px #48bb784d;transform:translateY(-2px)}.cancel-rename-btn{background:#e2e8f0;color:#4a5568}.cancel-rename-btn:hover{background:#cbd5e0}.chat-window{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.chat-empty-state,.chat-window{display:flex;flex:1 1;flex-direction:column}.chat-empty-state{align-items:center;justify-content:center;padding:3rem;text-align:center}.empty-icon{font-size:5rem;margin-bottom:1.5rem}.chat-empty-state h2{color:#2d3748;font-size:2rem;margin-bottom:1rem}.chat-empty-state p{color:#718096;font-size:1.1rem;margin-bottom:2rem;max-width:500px}.start-chat-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.start-chat-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-3px)}.chat-messages{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:2rem}.chat-welcome{color:#718096;padding:3rem;text-align:center}.chat-welcome h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.message{animation:fadeIn .3s ease;display:flex;gap:1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{flex-shrink:0;font-size:2rem}.message-content{display:flex;flex-direction:column;max-width:70%}.message.user .message-content{align-items:flex-end}.message-text{word-wrap:break-word;border-radius:18px;font-size:.95rem;line-height:1.6;padding:1rem 1.5rem;white-space:pre-wrap}.message.user .message-text{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:4px;color:#fff}.message.assistant .message-text{background:#f7fafc;border:1px solid #e2e8f0;border-bottom-left-radius:4px;color:#2d3748}.message.error .message-text{background:#fed7d7;border-color:#fc8181;color:#742a2a}.message-time{color:#a0aec0;font-size:.75rem;margin-top:.3rem;padding:0 .5rem}.typing-indicator{display:flex;gap:.4rem;padding:1rem 1.5rem}.typing-indicator span{animation:bounce 1.4s infinite;background:#cbd5e0;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.message.typing .message-text{position:relative}.message.typing .message-text:after{animation:blink .7s infinite;content:"▋";margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.chat-input-container{align-items:flex-end;border-top:2px solid #e2e8f0;display:flex;gap:1rem;padding:1.5rem}.chat-input{border:2px solid #e2e8f0;border-radius:12px;flex:1 1;font-family:inherit;font-size:1rem;max-height:120px;padding:1rem;resize:none;transition:all .3s ease}.chat-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.chat-input:disabled{background:#f7fafc;cursor:not-allowed}.send-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.5rem;padding:1rem 1.5rem;transition:all .3s ease}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.send-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:968px){.chat-phase-container{flex-direction:column;height:auto}.chat-sessions-sidebar{max-height:250px;width:100%}.chat-window{height:500px}.message-content{max-width:85%}.chat-messages{padding:1rem}}@media (max-width:640px){.chat-sessions-header{padding:1rem}.chat-sessions-header h3{font-size:1rem}.new-chat-btn{font-size:.85rem;padding:.5rem .8rem}.chat-session-item{padding:.8rem}.empty-icon{font-size:3rem}.chat-empty-state h2{font-size:1.5rem}.chat-empty-state p{font-size:.95rem}.message-avatar{font-size:1.5rem}.message-text{font-size:.9rem;padding:.8rem 1.2rem}.chat-input-container{padding:1rem}.send-btn{font-size:1.3rem;padding:.8rem 1.2rem}}.research-workspace{background:#f7fafc;display:flex;height:100vh;position:relative}.sidebar-toggle-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:none;font-size:1.5rem;height:50px;left:1rem;position:fixed;top:1rem;transition:all .3s ease;width:50px;z-index:1002}.sidebar-toggle-btn:hover{box-shadow:0 6px 20px #667eea80;transform:scale(1.1)}.sidebar-toggle-btn:active{transform:scale(.95)}.sidebar-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:999}.workspace-sidebar{background:linear-gradient(180deg,#667eea,#764ba2);box-shadow:4px 0 20px #0000001a;color:#fff;display:flex;flex-direction:column;overflow-y:auto;transition:transform .3s ease;width:320px}.sidebar-header{border-bottom:2px solid #fff3;padding:1.5rem 2rem}.home-button{background:#fff3;border:2px solid #ffffff4d;border-radius:50px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease;width:100%}.home-button:hover{background:#ffffff4d;transform:translateX(-5px)}.sidebar-title-section{border-bottom:2px solid #fff3;padding:1.5rem 2rem}.logout-container{background:#ffffff1a;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem}.user-name{color:#fff;text-align:center}.logout-button,.user-name{font-size:.9rem;font-weight:600}.logout-button{background:#fed7d7;border:none;border-radius:6px;color:#c53030;cursor:pointer;padding:.6rem 1rem;transition:all .3s ease}.logout-button:hover{background:#fc8181;color:#fff;transform:scale(1.05)}.resume-modal{max-width:500px;width:90%}.resume-modal .modal-body{padding:1.5rem}.resume-message{color:#2d3748;font-size:1.1rem;font-weight:500;margin-bottom:1rem}.resume-question{color:#4a5568;font-size:1rem;margin-bottom:1.5rem}.resume-info{background:#edf2f7;border-left:4px solid #667eea;border-radius:6px;margin-top:1rem;padding:1rem}.resume-info p{color:#2d3748;font-weight:600;margin-bottom:.5rem}.resume-info ul{color:#4a5568;margin:0;padding-left:1.5rem}.resume-info li{margin-bottom:.5rem}.modal-footer{border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.modal-footer .form-button{min-width:120px}.sidebar-header h2{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.progress-circle{display:flex;justify-content:center}.circular-chart{height:120px;width:120px}.circle-bg{fill:none;stroke:#fff3;stroke-width:3}.circle{fill:none;stroke:#48bb78;stroke-width:3;stroke-linecap:round;animation:progress 1s ease-out forwards}.percentage{fill:#fff;text-anchor:middle;font-size:.5em;font-weight:700}@keyframes progress{0%{stroke-dasharray:0 100}}.phases-list{flex:1 1;overflow-y:auto;padding:1.5rem}.phase-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff40;border-radius:16px;cursor:pointer;display:flex;gap:1.2rem;margin-bottom:1.2rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.phase-item:before{background:linear-gradient(180deg,#48bb78,#38a169);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.phase-item:hover:not(.locked){background:#ffffff40;box-shadow:0 8px 30px #00000026;transform:translateX(8px)}.phase-item:hover:not(.locked):before{opacity:1}.phase-item.active{background:#fff;border-color:#fff;box-shadow:0 10px 40px #00000040;color:#667eea;transform:translateX(8px)}.phase-item.active:before{background:linear-gradient(180deg,#667eea,#764ba2);opacity:1}.phase-item.locked{background:#ffffff14;cursor:not-allowed;opacity:.4}.phase-item.processing{animation:processingPulse 2s ease-in-out infinite;border-color:#4299e199}.phase-item.processing:before{background:linear-gradient(180deg,#4299e1,#3182ce);opacity:1}@keyframes processingPulse{0%,to{background:#ffffff26;border-color:#4299e166}50%{background:#ffffff40;border-color:#4299e1cc}}.phase-item-icon{align-items:center;background:#ffffff26;border-radius:12px;display:flex;flex-shrink:0;font-size:2.5rem;height:60px;justify-content:center;transition:all .3s ease;width:60px}.phase-item.active .phase-item-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;transform:scale(1.1)}.phase-item:hover:not(.locked) .phase-item-icon{transform:scale(1.05)}.phase-item-content{display:flex;flex:1 1;flex-direction:column;justify-content:center}.phase-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.6rem}.phase-item-number{font-size:.8rem;font-weight:700;letter-spacing:.5px;opacity:.85;text-transform:uppercase}.phase-item.active .phase-item-number{color:#764ba2;opacity:1}.phase-status-badge{align-items:center;border-radius:50%;box-shadow:0 2px 8px #00000026;display:flex;font-size:.9rem;height:26px;justify-content:center;width:26px}.phase-status-badge.completed{background:linear-gradient(135deg,#48bb78,#38a169)}.phase-status-badge.processing{animation:spin 2s linear infinite;background:linear-gradient(135deg,#4299e1,#3182ce)}.phase-status-badge.failed{background:linear-gradient(135deg,#f56565,#e53e3e)}.phase-status-badge.pending{background:#ffffff40;border:2px solid #fff6}.phase-item h4{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0}.phase-item.active h4{color:#667eea}.phase-time-estimate{font-size:.82rem;font-weight:500;margin-top:.4rem;opacity:.85}.phase-item.active .phase-time-estimate{color:#764ba2;font-weight:600;opacity:1}.workspace-main{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.workspace-header{background:#fff;border-bottom:2px solid #e2e8f0;box-shadow:0 2px 10px #0000000d;padding:2rem}.session-info h1{color:#2d3748;font-size:2rem;margin-bottom:1rem}.session-meta{flex-wrap:wrap;gap:2rem}.meta-item{align-items:center;color:#4a5568;display:flex;font-size:.95rem;gap:.5rem}.meta-item strong{color:#2d3748}.status-badge{border-radius:20px;font-size:.85rem;font-weight:600;padding:.3rem .8rem;text-transform:uppercase}.status-badge.processing{background:#bee3f8;color:#2c5282}.status-badge.completed{background:#c6f6d5;color:#22543d}.status-badge.failed{background:#fed7d7;color:#742a2a}.workspace-content{flex:1 1;overflow-y:auto;padding:2rem}.workspace-error,.workspace-loading{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:5px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:60px;width:60px}.workspace-loading p{color:#4a5568;font-size:1.2rem;margin-top:1.5rem}.workspace-error h2{color:#f56565;font-size:2rem;margin-bottom:1rem}.workspace-error p{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.workspace-error button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.workspace-error button:hover{box-shadow:0 5px 20px #667eea4d;transform:translateY(-2px)}@media (max-width:968px){.sidebar-toggle-btn{align-items:center;display:flex;justify-content:center}.sidebar-overlay{display:block}.workspace-sidebar{height:100vh;left:0;max-width:320px;position:fixed;top:0;transform:translateX(-100%);width:85%;z-index:1000}.workspace-sidebar.open{transform:translateX(0)}.sidebar-header{padding:1.5rem}.sidebar-header h2{font-size:1.2rem}.circular-chart{height:100px;width:100px}.phases-list{display:flex;flex-direction:column;gap:.8rem;padding:1rem}.phase-item{align-items:center;flex-direction:row;margin-bottom:0;padding:1rem;text-align:left}.phase-item-icon{font-size:2rem;height:50px;margin-bottom:0;width:50px}.phase-item-header{flex-direction:row;gap:.5rem}.phase-item h4{font-size:.95rem}.phase-time-estimate{font-size:.75rem}.workspace-main{width:100%}.workspace-header{padding:4.5rem 1rem 1rem}.workspace-content{padding:1rem}}@media (max-width:640px){.sidebar-toggle-btn{font-size:1.3rem;height:45px;width:45px}.workspace-sidebar{width:90%}.workspace-header{padding:4rem .8rem .8rem}.session-info h1{font-size:1.2rem}.session-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.phase-item{padding:.8rem}.phase-item-icon{font-size:1.8rem;height:45px;width:45px}.home-button,.phase-item h4{font-size:.9rem}.home-button{padding:.6rem 1.2rem}}.session-list-container{margin:0 auto;max-width:1200px;padding:90px 1rem 2rem}.simple-navbar{align-items:center;background:#fff;box-shadow:0 2px 10px #0000001a;display:flex;height:70px;justify-content:space-between;left:0;padding:0 3rem;position:fixed;right:0;top:0;z-index:1000}.simple-navbar .navbar-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.simple-navbar .navbar-btn-back{background:#e2e8f0;border:2px solid #cbd5e0;border-radius:8px;color:#2d3748;cursor:pointer;font-size:.95rem;font-weight:600;padding:.7rem 1.5rem;transition:all .3s ease}.simple-navbar .navbar-btn-back:hover{background:#cbd5e0;transform:translateY(-2px)}.session-list-header{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem;padding:2rem}.session-list-header h2{color:#2d3748;margin:0}.session-count{background:#f7fafc;border-radius:8px;color:#4a5568;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.sessions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:2rem}.session-card{background:#fff;border:2px solid #0000;border-radius:12px;box-shadow:0 4px 6px #0000001a;cursor:pointer;padding:1.5rem;transition:all .3s ease}.session-card:hover{border-color:#667eea;box-shadow:0 8px 16px #0003;transform:translateY(-4px)}.session-card-header{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.session-status-dot{border-radius:50%;display:inline-block;height:12px;width:12px}.session-phase{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;flex:1 1;font-size:.8rem;font-weight:600;padding:.25rem .75rem}.delete-session-button{align-items:center;background:#fed7d7;border:none;border-radius:6px;color:#c53030;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.delete-session-button:hover{background:#fc8181;color:#fff;transform:scale(1.1)}.delete-session-button:active{transform:scale(.95)}.session-content{margin-bottom:1rem}.session-input{color:#4a5568;font-size:.95rem;line-height:1.6}.session-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;padding-top:1rem}.session-meta{color:#718096;display:flex;flex-direction:column;font-size:.85rem;gap:.25rem}.session-progress{color:#667eea;font-weight:600}.view-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:background .3s ease}.view-button:hover{background:#5568d3}.pagination{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;display:flex;gap:2rem;justify-content:center;padding:1.5rem}.pagination-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.pagination-button:hover:not(:disabled){background:#5568d3;transform:translateY(-2px)}.pagination-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none}.pagination-info{color:#2d3748;font-weight:600}.session-list-error,.session-list-loading{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:4rem 2rem;text-align:center}.session-list-error h2{color:#e53e3e;margin-bottom:1rem}.session-list-error button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem}.no-sessions{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:4rem 2rem;text-align:center}.no-sessions h3{color:#2d3748;margin-bottom:.5rem}.no-sessions p{color:#718096}.spinner-large{animation:spin 1s linear infinite;border:6px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 1rem;width:60px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:968px){.session-list-container{padding:90px 1.5rem 1.5rem}.sessions-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.session-list-container{padding:80px 1rem 1rem}.session-list-header h1{font-size:2rem}.sessions-grid{gap:1.2rem;grid-template-columns:1fr}.session-list-header{flex-direction:column;gap:1rem;text-align:center}.back-button{justify-content:center;width:100%}.session-card{padding:1.5rem}.session-card h3{font-size:1.1rem}.pagination{flex-direction:column;gap:1rem}.pagination-button{width:100%}}@media (max-width:480px){.session-list-container{padding:70px .8rem .8rem}.session-list-header h1{font-size:1.6rem}.session-card{padding:1.2rem}.session-card h3{font-size:1rem}.session-info{font-size:.85rem}.session-actions{flex-direction:column;gap:.8rem}.session-button{font-size:.9rem;justify-content:center;width:100%}.back-button{font-size:.9rem;padding:.8rem 1.5rem}}.footer{background:linear-gradient(135deg,#1a2332,#2d3748);color:#fff;margin-top:auto;padding:40px 20px 20px;width:100%}.footer-content{gap:5px;justify-content:space-between;margin:0 auto;max-width:1200px}.footer-content,.footer-logo-section{align-items:center;display:flex}.footer-logo{border-radius:12px;box-shadow:0 4px 8px #0000004d,0 8px 16px #0003,0 12px 24px #00000026;filter:drop-shadow(0 6px 12px rgba(0,0,0,.4));height:auto;width:150px}.footer-social,.social-links{align-items:center;display:flex}.social-links{gap:20px}.social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:44px;justify-content:center;text-decoration:none;transition:all .3s ease;width:44px}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 8px 20px #667eea66;transform:translateY(-4px)}.social-link svg{height:22px;width:22px}.footer-bottom{border-top:1px solid #ffffff1a;margin:20px auto 0;max-width:1200px;padding-top:20px;text-align:center;width:100%}.footer-bottom p{color:#a0aec0;font-size:14px;margin:0}@media (max-width:768px){.footer{padding:30px 15px 15px}.footer-content{flex-direction:column;gap:20px}.footer-logo{width:120px}.social-links{gap:15px}.social-link{height:40px;width:40px}.social-link svg{height:20px;width:20px}}
/*# sourceMappingURL=main.f22b5fdb.css.map*/