:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#1a1a1a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#1a1a1a}#root{width:100%;min-height:100vh}.toast-content{display:flex;align-items:center;background:#2a2a2af2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-width:300px;max-width:400px;margin:.5rem}.toast-content.toast-success{border-left:4px solid #4caf50;background:#4caf501a}.toast-content.toast-error{border-left:4px solid #f44336;background:#f443361a}.toast-content.toast-warning{border-left:4px solid #ff9800;background:#ff98001a}.toast-content.toast-info{border-left:4px solid #2196f3;background:#2196f31a}.toast-icon{font-size:1.25rem;margin-right:.75rem;flex-shrink:0}.toast-text{flex:1}.toast-message{font-weight:600;font-size:.95rem;color:#fff;margin-bottom:.25rem}.toast-description{font-size:.85rem;color:#ccc;line-height:1.4}[data-sonner-toast]{animation:toastSlideIn .3s ease-out}[data-sonner-toast][data-removed=true]{animation:toastSlideOut .2s ease-in}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 480px){.toast-content{min-width:280px;max-width:320px;margin:.25rem}.toast-message{font-size:.9rem}.toast-description{font-size:.8rem}}.evaluation-page{min-height:100vh;background:#1a1a1a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.logo-link{text-decoration:none;color:inherit}.logo-text{font-size:1.5rem;font-weight:600;color:#fff}.evaluation-main{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 100px);padding:2rem}.form-container{background:#ffffff05;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.1);padding:3rem;max-width:500px;width:100%;box-shadow:0 20px 40px #0000004d;position:relative;overflow:hidden}.form-container:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%)}.form-header{text-align:center;margin-bottom:2.5rem}.form-title{font-size:2.5rem;font-weight:600;line-height:1.2;margin-bottom:1rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.form-description{font-size:1rem;color:#ccc;line-height:1.6;font-weight:300}.evaluation-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.95rem;font-weight:500;color:#e0e0e0;margin-bottom:.5rem}.form-input{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:1rem 1.25rem;font-size:1rem;color:#fff;transition:all .3s ease;outline:none;font-family:inherit}.form-input::placeholder{color:#888}.form-input:focus{border-color:#4ecdc4;background:#ffffff1f;box-shadow:0 0 0 3px #4ecdc41a;transform:translateY(-1px)}.form-input.error{border-color:#ff6b6b;background:#ff6b6b1a}.form-input.error:focus{border-color:#ff6b6b;box-shadow:0 0 0 3px #ff6b6b1a}.error-message{color:#ff6b6b;font-size:.875rem;font-weight:400;margin-top:.25rem}.form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.submit-btn{background:linear-gradient(135deg,#4ecdc4,#45b7d1);color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #4ecdc44d}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.loading{color:transparent}.submit-btn.loading:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.back-link{color:#ccc;text-decoration:none;font-size:.95rem;text-align:center;transition:color .3s ease;font-weight:400}.user-type-toggle{margin-top:1.5rem;text-align:center}.toggle-btn{background:none;border:none;color:#64ffda;text-decoration:underline;font-size:.9rem;cursor:pointer;padding:.5rem 0;transition:color .3s ease;font-family:inherit}.toggle-btn:hover{color:#4dd0e1}.toggle-btn:focus{outline:2px solid #64ffda;outline-offset:2px;border-radius:4px}@media (max-width: 768px){.navbar{padding:1rem 1.5rem}.evaluation-main{padding:1rem}.form-container{padding:2rem 1.5rem;margin:1rem 0}.form-title{font-size:2rem}.form-description{font-size:.95rem}}@media (max-width: 480px){.form-container{padding:1.5rem 1rem}.form-title{font-size:1.75rem}.navbar{padding:1rem}}.instruction-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.instruction-modal-content{background:#2a2a2a;border-radius:15px;max-width:700px;max-height:90vh;width:100%;display:flex;flex-direction:column;border:1px solid #444;box-shadow:0 20px 60px #000000b3;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.instruction-modal-header{display:flex;justify-content:center;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #444}.instruction-modal-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.modal-content-scrollable{flex:1;overflow-y:auto;padding:0}.instruction-modal-body{padding:2rem}.instruction-section{margin-bottom:2rem}.instruction-section h3{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:1rem;border-bottom:2px solid #4ecdc4;padding-bottom:.5rem}.instruction-section ul{list-style:none;padding:0;margin:0}.instruction-section li{border-bottom:1px solid #333;color:#ccc;line-height:1.6;position:relative;padding:.75rem 0 .75rem 1.5rem}.instruction-section li:before{content:"•";color:#4ecdc4;font-weight:700;position:absolute;left:0}.instruction-section li:last-child{border-bottom:none}.highlight-correct{color:#96ceb4;font-weight:700}.highlight-incorrect{color:#ff6b6b;font-weight:700}.highlight-skip{color:#feca57;font-weight:700}.instruction-modal-footer{padding:1.5rem 2rem;border-top:1px solid #444;background:#333;border-radius:0 0 15px 15px}.scroll-notice{color:#feca57;font-weight:600;margin:0 0 1rem;text-align:center;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.modal-buttons{display:flex;justify-content:flex-end;gap:1rem}.modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.modal-btn.cancel{background:#555;color:#fff}.modal-btn.cancel:hover{background:#666}.modal-btn.proceed.enabled{background:#4ecdc4;color:#1a1a1a}.modal-btn.proceed.enabled:hover{background:#45b7d1;transform:translateY(-1px)}.modal-btn.proceed.disabled{background:#444;color:#888;cursor:not-allowed}@media (max-width: 768px){.instruction-modal-overlay{padding:1rem}.instruction-modal-content{max-height:95vh}.instruction-modal-header{padding:1rem 1.5rem}.instruction-modal-body{padding:1.5rem}.instruction-modal-footer{padding:1rem 1.5rem}.modal-buttons{flex-direction:column}.instruction-modal-title{font-size:1.3rem}}.evaluation-page{min-height:100vh;background:#1a1a1a;color:#fff}.evaluation-page ::-webkit-scrollbar{width:8px;height:8px}.evaluation-page ::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px;margin:4px 0}.evaluation-page ::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 6px #0000004d}.evaluation-page ::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5b52f0,#8b47f2);box-shadow:0 4px 12px #4f46e566}.evaluation-page ::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#443cf2,#7a3df0)}.evaluation-page ::-webkit-scrollbar-corner{background:#ffffff0d}.evaluation-page *{scrollbar-width:thin;scrollbar-color:rgba(79,70,229,.8) rgba(255,255,255,.05)}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 3rem;height:80px;border-bottom:1px solid rgba(255,255,255,.08);position:relative;background:#1a1a1af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-brand .logo-link{text-decoration:none;color:inherit}.logo-text{font-size:1.3rem;font-weight:600;color:#fff}.nav-progress{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;max-width:400px;margin:0 2rem}.progress-text{font-size:.9rem;color:#e5e7eb;font-weight:600;letter-spacing:.5px}.nav-progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;position:relative}.nav-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed,#ec4899);border-radius:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 8px #4f46e54d}.nav-progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progress-shimmer 2.5s infinite}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.nav-progress-stats{display:flex;justify-content:space-between;width:100%;font-size:.75rem;color:#9ca3af;margin-top:.25rem;transition:all .3s ease}.nav-progress-stats span{transition:color .3s ease}.nav-progress-stats span:hover{color:#e5e7eb}.nav-actions{display:flex;align-items:center}.instructions-btn{background:#4ecdc4;color:#1a1a1a;border:none;padding:.4rem .8rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.85rem;height:36px}.instructions-btn:hover{background:#45b7d1;transform:translateY(-1px)}.evaluation-main{padding:1rem 2rem 1.5rem;display:flex;justify-content:center;gap:1rem}.evaluation-container{max-width:1400px;width:100%;background:#ffffff05;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #0000004d;display:flex;gap:1.5rem;align-items:stretch}.questions-sidebar{width:350px;background:#ffffff08;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 40px #0003;height:fit-content;max-height:calc(100vh - 180px);overflow-y:auto;position:sticky;top:1rem}.questions-sidebar::-webkit-scrollbar{width:8px}.questions-sidebar::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px;margin:4px 0}.questions-sidebar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;border:1px solid rgba(255,255,255,.1);box-shadow:0 2px 6px #0000004d;transition:all .3s ease}.questions-sidebar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5b52f0,#8b47f2);box-shadow:0 4px 12px #4f46e566;transform:scale(1.1)}.questions-sidebar::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#443cf2,#7a3df0)}.questions-sidebar{scrollbar-width:thin;scrollbar-color:rgba(79,70,229,.8) rgba(255,255,255,.05)}.sidebar-header{margin-bottom:1.5rem;text-align:center}.sidebar-title{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.sidebar-progress{font-size:.9rem;color:#a0a0a0}.questions-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:1rem}.question-btn{width:44px;height:44px;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative}.question-btn.completed{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #22c55e4d}.question-btn.current{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #3b82f666;animation:pulse 2s infinite}.question-btn.pending{background:#ffffff0d;color:#a0a0a0;border:1px solid rgba(255,255,255,.1)}.question-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffffff1a}.question-btn.current:hover{box-shadow:0 6px 20px #3b82f680}.question-btn.completed:hover{box-shadow:0 6px 20px #22c55e66}.question-btn:disabled{cursor:not-allowed;opacity:.5}.question-btn:disabled:hover{transform:none;box-shadow:none}@keyframes pulse{0%,to{box-shadow:0 4px 12px #3b82f666}50%{box-shadow:0 4px 20px #3b82f6b3}}.sidebar-legend{margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.legend-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.8rem;color:#a0a0a0}.legend-dot{width:12px;height:12px;border-radius:4px}.legend-dot.completed{background:linear-gradient(135deg,#22c55e,#16a34a)}.legend-dot.current{background:linear-gradient(135deg,#3b82f6,#2563eb)}.legend-dot.pending{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.left-section{flex:1;display:flex;flex-direction:column}.right-section{flex:1;display:flex;flex-direction:column;gap:.5rem}.image-section{height:100%;display:flex;align-items:center;justify-content:center}.evaluation-image{width:100%;height:auto;max-height:70vh;object-fit:contain;border-radius:12px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.question-section{margin-bottom:0}.question-title{font-size:1.3rem;font-weight:600;margin-bottom:.3rem;color:#fff}.question-text{font-size:1.1rem;line-height:1.6;color:#ccc;background:#ffffff0d;padding:.5rem .75rem;border-radius:8px;border-left:4px solid #4ecdc4}.answer-section{margin-bottom:0}.answer-title{font-size:1.2rem;font-weight:600;margin-bottom:.3rem;color:#fff}.answer-text{font-size:1rem;line-height:1.6;color:#ccc;background:#ffffff0d;padding:.5rem .75rem;border-radius:8px;border-left:4px solid #ff6b6b}.response-section{margin-bottom:0}.response-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff}.response-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.response-btn{padding:.5rem .75rem;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:#fff;border-radius:12px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.response-btn:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-2px)}.response-btn.selected{background:#ffffff1a;border-color:#4ecdc4;box-shadow:0 0 20px #4ecdc44d}.response-btn.correct.selected{border-color:#4caf50;box-shadow:0 0 20px #4caf504d}.response-btn.incorrect.selected{border-color:#f44336;box-shadow:0 0 20px #f443364d}.response-btn.skip-unclear.selected{border-color:#ff9800;box-shadow:0 0 20px #ff98004d}.response-btn.skip-ambiguous.selected{border-color:#9c27b0;box-shadow:0 0 20px #9c27b04d}.response-btn.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.response-btn.disabled:hover{transform:none;background:#ffffff0d;border-color:#ffffff26}.response-submitted-indicator{color:#4caf50;font-size:.9rem;font-weight:500}.additional-info-section{margin-bottom:1.5rem;padding:1rem;background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:12px}.additional-info-title{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#f44336}.additional-info-content p{margin:0;padding:.5rem;background:#ffffff0d;border-radius:8px;font-style:italic;line-height:1.5}.confidence-section{margin-bottom:0}.confidence-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#fff;text-align:center}.confidence-slider-container{display:flex;align-items:center;gap:1rem;margin-bottom:.2rem}.slider-label{font-weight:600;font-size:1.1rem;color:#ccc;min-width:20px;text-align:center}.confidence-slider{flex:1;height:8px;border-radius:5px;background:#ffffff1a;outline:none;cursor:pointer}.confidence-slider.disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.confidence-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(45deg,#4ecdc4,#44a08d);cursor:pointer;border:2px solid white;box-shadow:0 2px 10px #0000004d}.confidence-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(45deg,#4ecdc4,#44a08d);cursor:pointer;border:2px solid white;box-shadow:0 2px 10px #0000004d}.confidence-description{display:flex;justify-content:space-between;font-size:.9rem;color:#ccc;margin-top:.2rem}.action-section{display:flex;flex-direction:column;gap:.5rem;align-items:center}.submit-evaluation-btn{background:#fff;color:#1a1a1a;border:none;padding:.6rem 1.5rem;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:250px}.submit-evaluation-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.submit-evaluation-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-evaluation-btn.already-submitted{background:#4caf50;color:#fff}.submit-evaluation-btn.already-submitted:hover{background:#4caf50;transform:none;box-shadow:none}.back-link{color:#ccc;text-decoration:none;font-size:1rem;transition:color .3s ease}.back-link:hover{color:#fff}@media (max-width: 1024px){.evaluation-main{flex-direction:column}.questions-sidebar{width:100%;order:-1;max-height:200px;overflow-y:auto;position:relative;top:0}.questions-grid{grid-template-columns:repeat(10,1fr)}.evaluation-container{flex-direction:column;gap:1rem}.left-section,.right-section{flex:none}.evaluation-image{max-height:50vh}}@media (max-width: 768px){.evaluation-main{padding:.75rem;flex-direction:column}.questions-sidebar{width:100%;padding:1rem;max-height:180px;order:-1}.questions-grid{grid-template-columns:repeat(6,1fr);gap:.4rem}.question-btn{width:35px;height:35px;font-size:.8rem}.sidebar-title{font-size:1.1rem}.sidebar-legend{display:none}.evaluation-container{padding:1rem;flex-direction:column;gap:1rem}.left-section,.right-section{flex:none}.right-section{gap:.75rem}.response-buttons{grid-template-columns:1fr}.navbar{padding:.75rem;flex-direction:column;gap:.5rem}.evaluation-image{max-height:40vh}.confidence-slider-container{flex-direction:column;gap:.5rem}.confidence-slider{width:100%}}@media (max-width: 480px){.questions-sidebar{padding:.75rem;max-height:150px}.questions-grid{grid-template-columns:repeat(5,1fr);gap:.3rem}.question-btn{width:30px;height:30px;font-size:.75rem}.sidebar-header{margin-bottom:1rem}.sidebar-title{font-size:1rem}.evaluation-container{margin:.5rem;padding:.75rem}.question-text,.answer-text{font-size:.9rem}.response-btn{padding:.45rem .6rem;font-size:.9rem}}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1000;animation:modalFadeIn .2s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#2a2a2a;border-radius:16px;width:90%;max-width:500px;max-height:80vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#fff}.modal-close{background:none;border:none;color:#ccc;font-size:1.5rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.modal-close:hover{color:#fff;background:#ffffff1a}.modal-body{padding:1rem 1.5rem}.modal-description{margin:0 0 1rem;color:#ccc;font-size:.95rem;line-height:1.5}.correct-answer-input{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem;color:#fff;font-family:inherit;font-size:.95rem;line-height:1.5;resize:vertical;min-height:100px;transition:all .2s ease}.correct-answer-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.correct-answer-input::placeholder{color:#777}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.modal-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.modal-btn.cancel{background:#ffffff1a;color:#ccc;border:1px solid rgba(255,255,255,.2)}.modal-btn.cancel:hover{background:#ffffff26;color:#fff}.modal-btn.submit{background:#dc2626;color:#fff;border:1px solid #dc2626}.modal-btn.submit:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.modal-btn.submit:disabled{background:#dc262680;border-color:#dc262680;cursor:not-allowed;opacity:.6}@media (max-width: 768px){.navbar{padding:1rem 1.5rem;flex-direction:column;gap:.75rem;height:auto;min-height:70px}.nav-progress{margin:0;max-width:100%;order:1}.nav-brand{order:0}.nav-actions{order:2}.progress-text{font-size:.85rem}.nav-progress-stats{font-size:.7rem}.modal-content{width:95%;margin:1rem}.modal-header,.modal-body,.modal-footer{padding-left:1rem;padding-right:1rem}.modal-footer{flex-direction:column}.modal-btn{width:100%;justify-content:center}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-left-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-container p{color:#fffc;font-size:1rem;margin:0}.evaluation-complete-page{min-height:100vh;background:linear-gradient(135deg,#1e1b4b,#3730a3);display:flex;flex-direction:column}.completion-main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.completion-container{max-width:600px;width:100%}.completion-content{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:3rem;text-align:center;box-shadow:0 25px 50px -12px #00000040}.completion-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.completion-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;background:linear-gradient(135deg,#60a5fa,#c084fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.completion-message{font-size:1.125rem;color:#ffffffe6;margin-bottom:1rem;line-height:1.6}.completion-next-steps{font-size:1rem;color:#fffc;margin-bottom:2rem;font-style:italic}.completion-actions{margin-top:2rem}.back-home-btn{display:inline-block;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;text-decoration:none;padding:.875rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #3b82f666}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f699}@media (max-width: 768px){.completion-content{padding:2rem}.completion-title{font-size:2rem}.completion-message{font-size:1rem}.completion-icon{font-size:3rem}}.app{min-height:100vh;background:#1a1a1a;color:#fff;position:relative;overflow:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;position:relative;z-index:10}.nav-brand .logo-text{font-size:1.5rem;font-weight:600;color:#fff}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{color:#ccc;text-decoration:none;font-weight:400;transition:color .3s ease}.nav-links a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:1.5rem}.demo-btn{background:#fff;color:#1a1a1a;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:.95rem;text-decoration:none;display:inline-block}.demo-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fff3}.login-link{color:#ccc;text-decoration:none;font-weight:400}.login-link:hover{color:#fff}.main-content{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 100px);position:relative;text-align:center;padding:0 2rem}.hero-section{position:relative;z-index:10;max-width:1000px}.hero-title{font-size:4rem;font-weight:400;line-height:1.1;margin-bottom:2rem;color:#fff}.gradient-text{background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500}.hero-description{font-size:1.25rem;color:#ccc;line-height:1.6;margin-bottom:3rem;font-weight:300}.hero-actions{display:flex;gap:2rem;justify-content:center;align-items:center}.demo-btn.primary{background:#fff;color:#1a1a1a;font-size:1rem;padding:1rem 2rem;text-decoration:none;display:inline-block}.build-btn{background:transparent;color:#fff;border:1px solid #333;padding:1rem 2rem;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s ease;font-size:1rem}.build-btn:hover{border-color:#555;transform:translateY(-2px);box-shadow:0 8px 25px #ffffff1a}@media (max-width: 768px){.navbar{padding:1rem 1.5rem;flex-wrap:wrap}.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-actions{flex-direction:column;gap:1rem}}
