#pnlRevisionNotes{border-top:1px solid #e5e7eb;margin-top:8px;padding-top:12px}#pnlRevisionNotes .notes-label{background:#b583ff;color:#fff;padding:4px 12px;border-radius:4px;font-size:.75rem;font-weight:600;margin-bottom:8px;display:inline-block}#txtRevisionNotes{font-size:0.8rem!important;line-height:1.5!important;color:#6b7280!important;padding:0 4px!important;background:transparent!important;border:none!important;cursor:default!important;user-select:text;outline:none!important;min-height:auto!important;max-height:none!important;overflow-y:auto;white-space:pre-wrap;word-wrap:break-word;transition:opacity 0.2s ease}#txtRevisionNotes:focus{outline:none!important;border:none!important;box-shadow:none!important}#btnToggleNotes{background:none!important;border:none!important;color:#b583ff!important;cursor:pointer!important;font-size:0.75rem!important;padding:0 2px!important;margin-left:4px!important;text-decoration:underline!important;transition:color 0.2s ease!important;display:inline!important;vertical-align:baseline!important}#btnToggleNotes:hover{color:#9333ea!important;text-decoration:underline!important}#btnToggleNotes:focus{outline:2px solid #b583ff!important;outline-offset:1px!important;border-radius:2px!important}#txtPromptRevision.editing{border-radius:6px!important;background-color:#f8fafc!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important;transition:all 0.2s ease!important}#txtPromptRevision.editing:focus{outline:none!important;border-color:#2563eb!important;box-shadow:0 0 0 3px rgba(37,99,235,.15)!important}#btnDiscard:hover{background:#4b5563!important}#btnSave:hover{background:#15803d!important}.edit-controls-buttons{display:flex;align-items:center;gap:8px}.edit-button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.edit-button svg{flex-shrink:0}.edit-button span{line-height:1}.edit-button-secondary{background:#f3f4f6;color:#374151;border:1px solid #d1d5db}.edit-button-secondary:hover{background:#e5e7eb;border-color:#9ca3af}#btnDiscard:hover{background:#f1f5f9!important;border-color:#cbd5e1!important}.edit-button-secondary:active{background:#d1d5db}#btnUpdate{background:#1784af!important;color:white!important;border:1px solid #1784af!important}#btnUpdate:hover{background:#0f6b8a!important;border-color:#0f6b8a!important}#btnUpdate:active{background:#0d5a75!important;border-color:#0d5a75!important}.edit-button-primary{background:#3b82f6;color:#fff;border:1px solid #3b82f6;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.edit-button-primary:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.edit-button-primary:active{background:#1d4ed8;border-color:#1d4ed8}#btnSave{background:linear-gradient(135deg,rgb(16,185,129) 0%,rgb(5,150,105) 100%)!important;border:1px solid rgb(5,150,105)!important}#btnSave:hover{background:linear-gradient(135deg,rgb(5,150,105) 0%,rgb(4,120,87) 100%)!important;border-color:rgb(4,120,87)!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)!important}#btnSave:active{background:linear-gradient(135deg,rgb(4,120,87) 0%,rgb(3,102,74) 100%)!important;border-color:rgb(3,102,74)!important}.edit-button:disabled{opacity:.5;cursor:not-allowed}.edit-button:disabled:hover{background:inherit;border-color:inherit}.revision-timeline-container{padding:16px;max-height:200px;overflow:hidden;border-top:1px solid #f3f4f6;margin-top:4px}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.timeline-title{margin:0;font-size:14px;font-weight:600;color:#334155}.timeline-count{font-size:12px;color:#64748b;background:#e2e8f0;padding:2px 8px;border-radius:12px}.timeline-mainwrapper{max-height:120px;overflow-y:auto;overflow-x:hidden}.timeline-wrapper{position:relative;padding-left:12px}.timeline-line{position:absolute;left:20px;top:0;bottom:0;width:2px;background:#cbd5e1;border-radius:1px}.timeline-content{position:relative;display:flex;flex-direction:column;padding:8px 0}.timeline-point{position:relative;display:flex;align-items:center;cursor:pointer;margin-bottom:24px;padding-left:0;transition:all 0.2s ease}.timeline-point:last-child{margin-bottom:8px}.timeline-point.active .timeline-dot{background:#3b82f6;border-color:#3b82f6;transform:scale(1.3);box-shadow:0 0 0 4px rgba(59,130,246,.2)}.timeline-dot{width:16px;height:16px;border:3px solid #94a3b8;background:#f1f5f9;border-radius:50%;transition:all 0.2s ease;position:relative;z-index:2;margin-right:16px;margin-left:-7px;flex-shrink:0}.timeline-point:hover .timeline-dot{border-color:#3b82f6;background:#dbeafe;transform:scale(1.2)}.timeline-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:1}.timeline-label{font-size:12px;color:#374151;font-weight:600;margin-bottom:2px;white-space:nowrap}.timeline-point.active .timeline-label{color:#3b82f6;font-weight:700}.timeline-date{font-size:10px;color:#94a3b8;line-height:1.2;display:flex;align-items:center;gap:6px}.timeline-point.active .timeline-date{color:#64748b}.timeline-delete-btn{background:none;border:none;padding:2px;border-radius:3px;cursor:pointer;color:#94a3b8;transition:all 0.2s ease;display:flex;align-items:center;justify-content:center;opacity:.7}.timeline-delete-btn:hover{background:#fef2f2;color:#ef4444;transform:scale(1.1);opacity:1}.timeline-delete-btn:active{transform:scale(.95)}.timeline-point.active .timeline-delete-btn{color:#64748b;opacity:.8}.timeline-point.active .timeline-delete-btn:hover{color:#ef4444;opacity:1}.timeline-mainwrapper::-webkit-scrollbar{width:4px}.timeline-mainwrapper::-webkit-scrollbar-track{background:#f1f5f9;border-radius:2px}.timeline-mainwrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.timeline-mainwrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.followup-section{background-color:#f9fafb;min-height:100vh;padding:2rem 0}.container-full{max-width:1400px;margin:0 auto;padding:0 2rem}.followup-panels{display:grid;grid-template-columns:1fr 1fr;gap:3rem;min-height:80vh}.followup-left-panel{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.08)}.timeline{position:relative;padding-left:2rem}.timeline::before{content:'';position:absolute;left:1rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#10b981 0%,#e5e7eb 50%,#e5e7eb 100%)}.timeline-item{position:relative;margin-bottom:2rem;padding-left:1rem}.timeline-item:last-child{margin-bottom:0}.timeline-icon{position:absolute;left:-1.5rem;top:0;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2}.timeline-item.completed .timeline-icon{background:#10b981;color:#fff}.timeline-item.processing .timeline-icon{background:#3b82f6}.timeline-item.pending .timeline-icon{background:#e5e7eb}.timeline-circle{width:8px;height:8px;border-radius:50%;background:#9ca3af}.spinner{width:16px;height:16px;border:2px solid #fff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.timeline-content{margin-left:.5rem}.timeline-content h4{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.25rem}.timeline-content p{font-size:.875rem;color:#6b7280;line-height:1.4}.timeline-item.completed .timeline-content h4{color:#059669}.timeline-item.processing .timeline-content h4{color:#2563eb}.followup-right-panel{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 16px rgba(0,0,0,.08)}.prompt-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.current-prompt-section{margin-bottom:2rem}.prompt-input-container.readonly{background:#f8fafc;border-color:#e2e8f0;cursor:default}.unified-prompt-input.readonly{background:transparent;cursor:default;color:#374151;font-family:'SF Mono',Monaco,'Cascadia Code','Roboto Mono',Consolas,monospace;font-size:.9rem;line-height:1.6}.unified-prompt-input.readonly:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.followup-options{border-top:1px solid #e5e7eb;padding-top:2rem;margin-top:2rem}@media (max-width:480px){.container-full{padding:0 1rem}.followup-panels{grid-template-columns:1fr;gap:2rem}.followup-left-panel,.followup-right-panel{padding:1.5rem}.timeline-title,.prompt-title{font-size:1.25rem}.timeline{padding-left:1.5rem}.timeline::before{left:.75rem}.timeline-icon{left:-1.25rem;width:1.5rem;height:1.5rem}.spinner{width:12px;height:12px}.timeline-content h4{font-size:1rem}.timeline-content p{font-size:.8rem}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.testing-cta-container{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);border:2px solid #8b5cf6;border-radius:16px;padding:32px;box-shadow:0 8px 32px rgba(139,92,246,.12);position:relative;overflow:hidden}.testing-cta-container::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#8b5cf6 0%,#7c3aed 50%,#a855f7 100%)}.testing-cta-content{display:flex;align-items:center;gap:24px;text-align:left}.testing-cta-text{flex:1;min-width:0}.testing-cta-title{font-size:24px;font-weight:700;color:#1e293b;margin:0 0 8px 0;line-height:1.2}.testing-cta-description{font-size:16px;color:#64748b;margin:0;line-height:1.5}.testing-cta-action{flex-shrink:0}.testing-cta-button{display:flex;align-items:center;gap:8px;padding:14px 24px;background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s ease;box-shadow:0 4px 16px rgba(139,92,246,.3);position:relative;overflow:hidden}.testing-cta-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left 0.5s ease}.testing-cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,92,246,.4)}.testing-cta-button:hover::before{left:100%}.testing-cta-button:active{transform:translateY(0);box-shadow:0 4px 16px rgba(139,92,246,.3)}.testing-cta-button svg{flex-shrink:0}@media (max-width:768px){.testing-cta-container{padding:24px}.testing-cta-content{flex-direction:column;text-align:center;gap:20px}.testing-cta-title{font-size:20px}.testing-cta-description{font-size:14px}.testing-cta-button{padding:12px 20px;font-size:14px}}.evaluation-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.08);padding:2rem}.initially-hidden{display:none!important}.evaluation-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.75rem;text-align:center}.evaluation-subtitle{font-size:1rem;font-weight:400;color:#6b7280;margin-bottom:2rem;text-align:center;line-height:1.5;max-width:600px;margin-left:auto;margin-right:auto}.evaluation-section{margin-bottom:3rem;border-radius:18px;border:1px solid #ccc;padding:20px;text-align:left}.evaluation-section:last-of-type{margin-bottom:2rem}.section-header{margin-bottom:1.5rem}.section-title{font-size:1.25rem;font-weight:600;color:#374151}.section-description{font-size:.875rem;color:#6b7280;margin:0}.template-container{display:flex;flex-direction:row;gap:1.5rem;padding:0rem;padding-top:20px}.template-left-panel{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-right:.75rem}.template-name-group{display:flex;flex-direction:column;gap:.5rem}.template-name-label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.template-save-mode-group{display:flex;flex-direction:column;gap:.75rem;padding-top:.5rem}.template-save-option{display:flex;align-items:center;gap:.5rem}.template-save-option input[type="radio"]{margin:0;width:16px;height:16px}.template-save-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0}.template-right-panel{flex:1;display:flex;flex-direction:column;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-left:.75rem;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.template-list-header{font-size:.875rem;font-weight:600;color:#374151}.template-list-container{border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;max-height:200px;overflow-y:auto;margin-top:.75rem}.template-list{display:flex;flex-direction:column}.template-list-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color 0.15s ease;position:relative}.template-list-item:last-child{border-bottom:none}.template-list-item:hover{background-color:#fff;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.template-list-item.active{background-color:#22c55e82;border-color:#22c55e;box-shadow:0 2px 4px 0 rgba(34,197,94,.2)}.template-create-new{border-bottom:2px solid #e5e7eb!important;font-weight:500}.template-item-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.template-item-title{font-size:.875rem;font-weight:500;color:#111827;line-height:1.25}.template-item-description{font-size:.75rem;color:#6b7280;line-height:1.25}.template-delete-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all 0.15s ease;margin-left:.5rem}.template-delete-btn:hover{background-color:#fee2e2;color:#dc2626}.template-delete-btn svg{width:14px;height:14px}.template-dropdown{position:relative;display:inline-block;width:100%;margin-bottom:.5rem}.template-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all 0.2s ease;min-height:60px}.template-dropdown-trigger:hover{border-color:#22c55e}.template-dropdown-trigger.active{border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.template-dropdown-selected{flex:1}.template-dropdown-text{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.25rem}.template-dropdown-description{font-size:.875rem;color:#6b7280;line-height:1.4}.template-dropdown-arrow{width:20px;height:20px;color:#9ca3af;transition:transform 0.2s ease;flex-shrink:0;margin-left:.5rem}.template-dropdown-trigger.active .template-dropdown-arrow{transform:rotate(180deg)}.template-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);z-index:1000;max-height:300px;overflow-y:auto;display:none;margin-top:4px}.template-dropdown-menu.active{display:block}.template-dropdown-option{padding:1rem;cursor:pointer;transition:background-color 0.2s ease;border-bottom:1px solid #f3f4f6}.template-dropdown-option:last-child{border-bottom:none}.template-dropdown-option:hover{background-color:#f9fafb}.template-option-title{font-size:.95rem;font-weight:600;color:#111827;margin-bottom:.25rem}.template-option-description{font-size:.825rem;color:#6b7280;line-height:1.4}.template-name-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;line-height:1.5;background:#fff;min-height:44px;transition:border-color 0.2s ease;outline:none}.template-name-input:focus{border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.1)}.template-name-input.show-placeholder:before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.template-name-input:empty.show-placeholder:before{content:attr(data-placeholder);color:#9ca3af}.testcases-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;position:relative}.testcases-preloader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);display:none;align-items:center;justify-content:center;z-index:100;border-radius:18px;backdrop-filter:blur(2px)}.testcases-preloader.active{display:flex}.testcases-preloader-content{text-align:center;padding:2rem}.testcases-preloader-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.testcases-preloader-text{font-size:.875rem;color:#6b7280;font-weight:500}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.testcase-box{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;position:relative}.testcase-title-strip{background:#8b5cf6;color:#fff;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.testcase-title-container{display:flex;align-items:center}.testcase-title-text{font-size:1rem;font-weight:600;margin:0;border-radius:4px;padding:2px 6px;transition:all 0.2s ease}.testcase-title-text.editing{background:#eae8ff;color:#000;min-width:140px;outline:none}.testcase-title-edit-btn{background:rgba(255,255,255,.2);border:none;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;margin-left:.5rem}.testcase-title-edit-btn:hover{background:rgba(255,255,255,.3)}.testcase-title-edit-btn svg{color:#fff;width:14px;height:14px}.testcase-remove-btn{background:rgba(255,255,255,.2);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.testcase-remove-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.testcase-remove-btn svg{color:#fff;width:16px;height:16px}.testcase-content{padding:1.5rem}.testcase-field-group{margin-bottom:1.5rem;position:relative}.testcase-field-group:last-of-type{margin-bottom:0}.testcase-field-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:block}.testcase-input{width:100%;min-height:80px;max-height:140px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;line-height:1.5;color:#374151;background:#fff;resize:none;overflow-y:auto;transition:border-color 0.2s ease;outline:none;cursor:text}.testcase-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.testcase-input[data-placeholder]:empty::before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.testcase-timeout-input{width:120px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#374151;background:#fff;transition:border-color 0.2s ease;outline:none}.testcase-timeout-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.testcase-field-hint{font-size:.75rem;color:#6b7280;margin:.5rem 0 0 0;line-height:1.4}.testcase-tools-strip{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.tools-label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.tools-selection-controls{display:flex;align-items:center;gap:1rem}.tools-radio-group{display:flex;align-items:center;gap:.5rem}.tools-radio-group input[type="radio"]{width:16px;height:16px;accent-color:#8b5cf6}.tools-radio-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0}.custom-tools-container{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:none}.custom-tools-container.active{display:block}.tools-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.tools-selection-grid p{grid-column:1 / -1;display:block;width:100%}.tool-selection-item{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;display:flex;align-items:center;gap:.5rem;transition:all 0.2s ease}.tool-selection-item:hover{border-color:#8b5cf6;background:#faf5ff}.tool-selection-item input[type="checkbox"]{width:16px;height:16px;accent-color:#8b5cf6}.tool-selection-label{font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;margin:0}.testcase-context-strip{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.context-label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.context-selection-controls{display:flex;align-items:center;gap:1rem}.context-radio-group{display:flex;align-items:center;gap:.5rem}.context-radio-group input[type="radio"]{width:16px;height:16px;accent-color:#eb6666}.context-radio-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0}.custom-context-container{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:none}.custom-context-container.active{display:block}.context-selection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.context-selection-grid p{grid-column:1 / -1;display:block;width:100%}.context-selection-item{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;display:flex;align-items:center;gap:.5rem;transition:all 0.2s ease}.context-selection-item:hover{border-color:#eb6666;background:#fef2f2}.context-selection-item input[type="checkbox"]{width:16px;height:16px;accent-color:#eb6666}.context-selection-label{font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tools-container{display:flex;flex-direction:column;gap:1.5rem}.tools-preloader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);display:none;align-items:center;justify-content:center;z-index:100;border-radius:18px;backdrop-filter:blur(2px)}.tools-preloader.active{display:flex}.tools-preloader-content{text-align:center;padding:2rem}.tools-preloader-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #6366f1;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.tools-preloader-text{font-size:.875rem;color:#6b7280;font-weight:500}.add-tool-btn{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:12px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem auto 0;box-shadow:0 4px 14px 0 rgba(99,102,241,.4)}.add-tool-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px 0 rgba(99,102,241,.5)}.add-tool-btn svg{width:20px;height:20px}.context-container{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;position:relative}.context-preloader{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.95);display:none;align-items:center;justify-content:center;z-index:100;border-radius:18px;backdrop-filter:blur(2px)}.context-preloader.active{display:flex}.context-preloader-content{text-align:center;padding:2rem}.context-preloader-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #eb6666;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.context-preloader-text{font-size:.875rem;color:#6b7280;font-weight:500}.add-context-btn{background:linear-gradient(135deg,#eb6666 0%,#dc2626 100%);border:none;border-radius:12px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem auto 0;box-shadow:0 4px 14px 0 rgba(235,102,102,.4)}.add-context-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px 0 rgba(235,102,102,.5)}.add-context-btn svg{width:20px;height:20px}.context-box{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;position:relative}.context-title-strip{background:#eb6666;color:#fff;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.context-title-container{display:flex;align-items:center}.context-title-text{font-size:1rem;font-weight:600;margin:0;border-radius:4px;padding:2px 6px;transition:all 0.2s ease}.context-title-text.editing{background:#fef2f2;color:#000;min-width:140px;outline:none}.context-title-edit-btn{background:rgba(255,255,255,.2);border:none;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;margin-left:.5rem}.context-title-edit-btn:hover{background:rgba(255,255,255,.3)}.context-title-edit-btn svg{color:#fff;width:14px;height:14px}.remove-context-btn{background:rgba(255,255,255,.2);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.remove-context-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.remove-context-btn svg{color:#fff;width:16px;height:16px}.context-content{padding:1.5rem}.context-field-group{margin-bottom:1.5rem;position:relative}.context-field-group:last-of-type{margin-bottom:0}.context-field-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:block}.context-description-input{width:100%;min-height:80px;max-height:140px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;line-height:1.5;color:#374151;background:#fff;resize:none;overflow-y:auto;transition:border-color 0.2s ease;outline:none;cursor:text}.context-description-input:focus{border-color:#eb6666;box-shadow:0 0 0 3px rgba(235,102,102,.1)}.context-description-input[data-placeholder]:empty::before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.tool-box{background:#fff;border:2px solid #e2e8f0;border-radius:12px;overflow:hidden;position:relative}.tool-title-strip{background:#6366f1;color:#fff;padding:.75rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0}.tool-title-container{display:flex;align-items:center}.tool-title-text{font-size:1rem;font-weight:600;margin:0;border-radius:4px;padding:2px 6px;transition:all 0.2s ease}.tool-title-text.editing{background:#e0e7ff;color:#000;min-width:140px;outline:none}.tool-title-edit-btn{background:rgba(255,255,255,.2);border:none;border-radius:4px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;margin-left:.5rem}.tool-title-edit-btn:hover{background:rgba(255,255,255,.3)}.tool-title-edit-btn svg{color:#fff;width:14px;height:14px}.remove-tool-btn{background:rgba(255,255,255,.2);border:none;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.remove-tool-btn:hover{background:rgba(255,255,255,.3);transform:scale(1.05)}.remove-tool-btn svg{color:#fff;width:16px;height:16px}.tool-content{padding:1.5rem}.tool-field-group{margin-bottom:1.5rem;position:relative}.tool-field-group:last-of-type{margin-bottom:0}.tool-field-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:block}.tool-description-input{width:100%;min-height:80px;max-height:140px;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.875rem;line-height:1.5;color:#374151;background:#fff;resize:none;overflow-y:auto;transition:border-color 0.2s ease;outline:none;cursor:text}.tool-description-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.tool-description-input[data-placeholder]:empty::before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.tool-parameters-section{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.tool-conditions-strip{background:#f8fafc;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.conditions-label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.condition-response{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.condition-response-header{margin-bottom:.75rem}.condition-response-label{font-size:.875rem;font-weight:600;color:#374151;margin:0}.condition-response-input{width:100%;min-height:60px;max-height:120px;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;line-height:1.4;color:#374151;background:#fff;resize:none;overflow-y:auto;transition:border-color 0.2s ease;outline:none;cursor:text}.condition-response-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,.1)}.condition-response-input[data-placeholder]:empty::before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.conditions-controls{display:flex;align-items:center;gap:1rem}.returns-radio-group{display:flex;align-items:center;gap:.5rem}.returns-radio-group input[type="radio"]{width:16px;height:16px;accent-color:#6366f1}.returns-radio-label{font-size:.875rem;color:#374151;cursor:pointer;margin:0}.manual-returns-container{width:100%;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb;display:none}.manual-returns-container.active{display:block}.realtime-ai-info{width:100%;margin-top:1rem;padding:1rem 1.5rem;background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;display:block}.realtime-ai-info.hidden{display:none}.realtime-ai-info-text{font-size:.875rem;color:#0369a1;margin:0;display:flex;align-items:center;gap:.5rem}.realtime-ai-info-icon{width:16px;height:16px;color:#0ea5e9;flex-shrink:0}.conditions-container-wrapper{width:100%;display:block}.subsection-title{font-size:.8rem;font-weight:600;color:#374151;margin-bottom:.75rem;display:flex;justify-content:space-between;align-items:center}.add-item-btn{background:#6366f1;border:none;border-radius:4px;padding:.25rem .5rem;color:#fff;font-size:.75rem;cursor:pointer;transition:background 0.2s ease;display:flex;align-items:center;gap:.25rem}.add-item-btn:hover{background:#4f46e5}.add-item-btn svg{width:12px;height:12px}.parameters-container,.conditions-container{display:flex;flex-direction:column;gap:.5rem}.parameter-box,.condition-box{background:#d8eaf1;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;position:relative}.parameter-fields,.condition-main-fields{display:grid;gap:.5rem;align-items:end}.parameter-fields{grid-template-columns:1fr 2fr auto auto}.condition-main-fields{grid-template-columns:auto 1fr;margin-bottom:.75rem}.condition-section{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.condition-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.condition-section-title{font-size:.875rem;font-weight:600;color:#374151;margin:0}.condition-match-wrapper{display:flex;align-items:center;gap:.5rem}.condition-match-label{font-size:.75rem;color:#6b7280;margin:0}.checkbox-group{display:flex;align-items:center;gap:.5rem}.checkbox-group input[type="checkbox"]{width:16px;height:16px}.checkbox-group label{font-size:.8rem;color:#374151;margin:0}.remove-item-btn{background:#6366f1;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease}.remove-item-btn:hover{background:#4f46e5;transform:scale(1.05)}.remove-item-btn svg{color:#fff;width:12px;height:12px;stroke:#fff;fill:none}.small-input{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;background:#fff}.small-input:focus{outline:none;border-color:#3b82f6}.small-select{padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8rem;background:#fff;cursor:pointer}.small-select:focus{outline:none;border-color:#3b82f6}.condition-arguments{border-top:1px solid #e5e7eb;padding-top:.75rem}.condition-argument-box{border-radius:4px;padding:.5rem;margin-bottom:.5rem}.condition-argument-fields{display:grid;grid-template-columns:1fr auto 1fr auto;gap:.5rem;align-items:center}.field-group{display:flex;flex-direction:column}.field-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.field-input{padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;transition:border-color 0.2s ease;background:#fff}.field-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.field-textarea{resize:vertical;min-height:80px;font-family:inherit}.add-testcase-btn{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);border:none;border-radius:12px;padding:1rem 2rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 auto;box-shadow:0 4px 14px 0 rgba(139,92,246,.4)}.add-testcase-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px 0 rgba(139,92,246,.5)}.add-testcase-btn svg{width:20px;height:20px}.manual-add-container{text-align:center;margin-top:1rem}.manual-add-btn{background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;text-decoration:underline}.manual-add-btn:hover{color:#8b5cf6;background:#faf5ff;text-decoration:none}.manual-add-btn svg{width:16px;height:16px;opacity:.7}.models-container{display:flex;flex-direction:column;gap:1.5rem}.vendor-section{margin-bottom:.5rem}.vendor-title{font-size:1rem;font-weight:700;color:#374151;margin:0 0 1rem 0}.vendor-models{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.model-option{position:relative}.model-option input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none}.model-label{display:block;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;cursor:pointer;transition:all 0.3s ease;position:relative}.model-name{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .25rem 0;padding-right:30px;line-height:1.3}.model-id{font-size:.75rem;font-weight:400;color:#6b7280;margin:0;padding-right:30px;line-height:1.2}.model-label:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 16px rgba(16,185,129,.15)}.model-option input[type="checkbox"]:checked+.model-label{border-color:#10b981;background:#f0fdf4;box-shadow:0 0 0 3px rgba(16,185,129,.1)}.model-option input[type="checkbox"]:checked+.model-label .pro-badge{display:none}.model-option input[type="checkbox"]:checked+.model-label::after{content:'';position:absolute;top:12px;right:12px;width:20px;height:20px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.model-option input[type="checkbox"]:checked+.model-label::before{content:'✓';position:absolute;top:12px;right:18px;color:#fff;font-size:12px;font-weight:700;z-index:1}.more-models-box{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:12px;padding:1rem;cursor:pointer;transition:all 0.3s ease;position:relative}.more-models-box:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-2px);box-shadow:0 4px 16px rgba(16,185,129,.15)}.more-models-text{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .25rem 0;padding-right:30px;line-height:1.3}.more-models-count{font-size:.75rem;font-weight:400;color:#6b7280;margin:0;padding-right:30px;line-height:1.2}.vendor-hidden{display:none}.api-usage-container{display:flex;flex-direction:column;gap:1.5rem}.api-option-group{margin-bottom:.5rem}.api-option-group-title{font-size:1rem;font-weight:700;color:#374151;margin:0 0 1rem 0}.api-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:.75rem}.api-option{position:relative}.api-option input[type="radio"]{position:absolute;opacity:0;pointer-events:none}.api-option-label{display:block;background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1rem;cursor:pointer;transition:all 0.2s ease;position:relative}.api-option-label:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 8px rgba(16,185,129,.15)}.api-option input[type="radio"]:checked+.api-option-label{border-color:#10b981;background:#f0fdf4;box-shadow:0 0 0 2px rgba(16,185,129,.1)}.api-option input[type="radio"]:checked+.api-option-label .pro-badge{display:none}.api-option input[type="radio"]:checked+.api-option-label::after{content:'';position:absolute;top:12px;right:12px;width:16px;height:16px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center}.api-option input[type="radio"]:checked+.api-option-label::before{content:'✓';position:absolute;top:12px;right:16px;color:#fff;font-size:10px;font-weight:700;z-index:1}.api-option-title{font-size:.95rem;font-weight:600;color:#374151;margin:0 0 .25rem 0;padding-right:30px;line-height:1.3}.api-option-description{font-size:.8rem;font-weight:400;color:#6b7280;margin:0;padding-right:30px;line-height:1.2}.pro-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;font-size:.6rem;font-weight:500;padding:.2rem .3rem;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.api-option-disabled .api-option-label,.model-option-disabled .model-label{background:#f9fafb;border-color:#d1d5db;cursor:not-allowed;opacity:.8}.api-option-disabled .api-option-label:hover,.model-option-disabled .model-label:hover{border-color:#d1d5db;background:#f9fafb;transform:none;box-shadow:none}.api-option-disabled .api-option-title,.api-option-disabled .api-option-description,.model-option-disabled .model-label .model-name,.model-option-disabled .model-label .model-id{color:#6b7280}.api-option-disabled .pro-badge,.model-option-disabled .pro-badge{opacity:1}.api-option-fixed .api-option-label{cursor:default}.api-option-fixed .api-option-label:hover{border-color:#10b981;background:#f0fdf4;transform:translateY(-1px);box-shadow:0 2px 8px rgba(16,185,129,.15)}.evaluation-actions{display:flex;justify-content:center;gap:1rem;padding-top:2rem}.evaluation-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:1000}.evaluation-modal-overlay.active{display:flex}.evaluation-modal-box{width:min(800px,92vw);background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 10px 30px rgba(0,0,0,.15);overflow:hidden}.evaluation-modal-header{padding:1rem 1.25rem .25rem}.evaluation-modal-title{margin:0;font-size:1.125rem;font-weight:700;color:#111827}.evaluation-modal-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#6b7280}.evaluation-modal-body{padding:.75rem 1.25rem}.evaluation-modal-textarea{width:100%;min-height:220px;resize:vertical;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem;font-size:.9rem;line-height:1.45}.evaluation-modal-textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.evaluation-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;padding:.75rem 1.25rem 1.25rem}.evaluation-modal-btn{border:none;border-radius:8px;padding:.5rem 1rem;font-weight:600;cursor:pointer}.evaluation-modal-btn.cancel{background:#f3f4f6;color:#374151}.evaluation-modal-btn.cancel:hover{background:#e5e7eb}.evaluation-modal-btn.primary{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%);color:#fff;box-shadow:0 4px 14px rgba(139,92,246,.3)}.evaluation-modal-btn.primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(139,92,246,.4)}.evaluation-action-btn{padding:.875rem 2rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;gap:.5rem;min-width:180px;justify-content:center}.start-evaluation{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 4px 14px 0 rgba(16,185,129,.4)}.start-evaluation:hover{transform:translateY(-2px);box-shadow:0 8px 20px 0 rgba(16,185,129,.5)}.save-evaluation{background:#f8fafc;color:#374151;border:2px solid #e2e8f0}.save-evaluation:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px)}@media (max-width:768px){.evaluation-container{padding:1.5rem;margin:0 1rem}.testcase-title-strip{padding:.5rem 1rem}.testcase-content{padding:1rem}.testcase-tools-strip,.testcase-context-strip{padding:.75rem 1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.tools-selection-controls,.context-selection-controls{width:100%;justify-content:flex-start}.tools-selection-grid,.context-selection-grid{grid-template-columns:1fr}.tool-title-strip{padding:.5rem 1rem}.tool-content{padding:1rem}.tool-conditions-strip{padding:.75rem 1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.conditions-controls{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.returns-radio-group{flex-shrink:0}.realtime-ai-info{padding:.75rem 1rem}.realtime-ai-info-text{font-size:.8rem}.parameter-fields{grid-template-columns:1fr;gap:.75rem}.condition-argument-fields{grid-template-columns:1fr;gap:.5rem}.vendor-models{grid-template-columns:1fr}.vendor-title{font-size:.9rem}.model-label{padding:.75rem}.model-name{font-size:.9rem;padding-right:26px}.model-id{font-size:.7rem;padding-right:26px}.more-models-box{padding:.75rem}.more-models-text{font-size:.9rem;padding-right:26px}.more-models-count{font-size:.7rem;padding-right:26px}.api-usage-container{gap:1rem}.api-option-group-title{font-size:.9rem}.api-options{grid-template-columns:2fr}.api-option-label{padding:.75rem}.api-option-title{font-size:.9rem;padding-right:26px}.api-option-description{font-size:.75rem;padding-right:26px}.pro-badge{font-size:.65rem;padding:.2rem .4rem;top:10px;right:10px}.evaluation-actions{flex-direction:column;align-items:center}.evaluation-action-btn{width:100%;max-width:300px}.manual-add-container{margin-top:.75rem}.manual-add-btn{font-size:.8rem;padding:.375rem .75rem}.context-title-strip{padding:.5rem 1rem}.context-content{padding:1rem}.add-context-btn{padding:.875rem 1.5rem;font-size:.875rem}.template-container{flex-direction:column;gap:1rem}.template-left-panel{margin-right:0;margin-bottom:1rem;padding:1rem}.template-right-panel{margin-left:0;padding:1rem}.template-list-container{max-height:150px}.template-list-item{padding:.5rem .75rem}.template-item-title{font-size:.8125rem}.template-item-description{font-size:.6875rem}.template-delete-btn{width:20px;height:20px}.template-delete-btn svg{width:12px;height:12px}}.hero-section{padding:3rem 0 1rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;color:#065f46;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:3rem;font-weight:600;color:#047857;margin-bottom:.5rem}.hero-subtitle2{font-size:2rem;color:#6b7280;margin-bottom:2rem}.hero-highlight{background-color:#f4f7c8;padding-left:5px;padding-right:5px;font-weight:600}.hero-visual{margin:2rem 0 1rem}.hero-visual img{max-width:100%;max-height:300px;height:auto;border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.highlights-section{padding:2rem 0;background-color:#f9fafb}.highlights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.highlight-item{background:linear-gradient(135deg,#10b981 0%,#059669 100%);padding:1.25rem 1rem;border-radius:8px;text-align:center;color:#fff;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transition:transform 0.3s ease,box-shadow 0.3s ease}.highlight-item:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.highlight-icon{font-size:1.5rem;margin-bottom:.5rem}.highlight-text{font-size:.95rem;font-weight:500;line-height:1.4}.cta-section{padding:1rem 0 4rem;background-color:#fff;text-align:center}.cta-content{max-width:800px;margin:0 auto}.cta-section .unified-prompt-interface{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:2rem}.prompt-suggestions{margin-top:1.5rem;max-width:800px;margin-left:auto;margin-right:auto}.suggestions-grid{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.suggestion-chip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:.5rem .75rem;display:flex;align-items:center;gap:.375rem;cursor:pointer;transition:all 0.3s ease;font-size:.875rem;font-weight:500;color:#475569;white-space:nowrap}.suggestion-chip:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,0,0,.1)}.suggestion-chip:active{transform:translateY(0);box-shadow:0 1px 3px rgba(0,0,0,.1)}.suggestion-emoji{font-size:1rem;line-height:1}.suggestion-text{font-size:.875rem;line-height:1}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:2.5rem}.hero-subtitle2{font-size:1.25rem}.highlights-grid{grid-template-columns:1fr}.cta-section .unified-prompt-interface{max-width:100%;margin:0 0}}@media (max-width:480px){.hero-section{padding-top:2rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:2rem}.hero-subtitle2{font-size:.9rem;margin-bottom:0rem}.cta-title{font-size:2rem}._pnlPromptInitContainer{padding-top:0rem}.cta-section .unified-prompt-interface{max-width:100%;margin:0 0rem}.prompt-suggestions{margin-top:1rem}.suggestions-grid{display:flex;gap:.375rem}.suggestion-chip{font-size:.8rem;padding:.375rem .625rem}.suggestion-emoji{font-size:.875rem}.suggestion-text{font-size:.67rem}}.unified-prompt-interface{width:100%;max-width:100%}.prompt-input-container{background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:4px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all 0.3s ease;position:relative}.prompt-input-container:focus-within{border-color:#3b82f6;box-shadow:0 4px 16px rgba(59,130,246,.15)}.unified-prompt-input{width:100%;border:none;outline:none;font-size:1rem;line-height:1.5;padding:16px 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;background:transparent;min-height:52px;max-height:400px;overflow-y:auto;word-wrap:break-word;white-space:pre-wrap;text-align:left}.unified-prompt-input:empty::before,.unified-prompt-input.show-placeholder::before{content:attr(data-placeholder);color:#9ca3af;pointer-events:none}.unified-prompt-input.show-placeholder:focus::before{display:none}.prompt-controls-strip{display:flex;justify-content:space-between;align-items:center;padding:8px 20px 12px;border-top:1px solid #f3f4f6;margin-top:4px}.controls-left{display:flex;align-items:center}.prompt-hint{font-size:.675rem;color:#d0d0d1;font-weight:500}.controls-right{display:flex;align-items:center;gap:.75rem}@media (max-width:480px){.unified-prompt-interface{margin:0 1rem}.unified-prompt-input{font-size:.9rem;padding:12px 16px}.prompt-controls-strip{padding:6px 16px 8px;gap:.75rem;align-items:stretch}.controls-left{justify-content:center}.prompt-hint{font-size:.8rem;text-align:center;order:2}.controls-right{justify-content:center;gap:.5rem;order:3}}