:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;background-color:#f5f5f5;color:#333}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1.5rem}.three-column-container{max-width:1800px}.grid{display:grid;gap:1.5rem;padding:2rem 0;position:relative;transition:grid-template-columns .3s ease-in-out}.two-column{grid-template-columns:1fr}@media (min-width: 768px){.two-column{grid-template-columns:minmax(340px,1.2fr) 3fr}.three-column{grid-template-columns:minmax(340px,1.2fr) 2.8fr 2.8fr}}@media (min-width: 1400px){.container{max-width:1600px}.three-column-container{max-width:1900px}.two-column{grid-template-columns:minmax(360px,1.3fr) 3.7fr}.three-column{grid-template-columns:minmax(360px,1.3fr) 3fr 3fr}}.add-panel-container{position:absolute;right:0;top:10px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;pointer-events:none}@media (max-width: 767px){.add-panel-container{display:none}}@media (min-width: 1400px){.add-panel-container{right:0}}.three-column-container .add-panel-container{right:10px}.add-panel-btn{height:40px;width:40px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #00000026;cursor:pointer;font-size:20px;transition:all .2s cubic-bezier(.4,0,.2,1);padding:0;pointer-events:auto;color:#1d4749}.add-panel-btn:hover{background-color:#1d4749;color:#fff;transform:scale(1.1);box-shadow:0 3px 6px #0003}.add-panel-btn:focus{outline:none}.add-panel-btn .plus-icon,.add-panel-btn .remove-icon{font-size:24px;font-weight:400;display:flex;align-items:center;justify-content:center;height:100%;width:100%;margin-left:-1px;margin-top:-1px}.add-panel-btn:after{content:attr(title);position:absolute;right:45px;top:50%;transform:translateY(-50%);background-color:#3c3c3cd9;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;transition:opacity .2s ease;pointer-events:none;box-shadow:0 1px 3px #0000001a}.add-panel-btn:hover:after{opacity:1}.center-panel{position:relative;overflow:visible}.header{background-color:#1d4749;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1900px;margin:0 auto}.header h1{font-size:1.875rem;font-weight:700}@media (min-width: 768px){.header{padding:1.25rem 2.5rem}}@media (min-width: 1600px){.container{padding:0 2rem}}.card{background-color:#fff;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;padding:1.5rem;color:#333}.section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#333}.loading{text-align:center;padding:2rem;color:#333}.error{text-align:center;padding:2rem;color:#ef4444}.empty-state{text-align:center;padding:2rem 0;color:#6b7280}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:#333}.form-input,.form-textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;color:#333}.form-textarea{min-height:100px}.product-limit-container{margin-bottom:1.5rem;background-color:#f9fafb;padding:1rem;border-radius:.375rem}.product-limit-value{font-weight:600;margin-left:8px;color:#1d4749}.slider-with-value{position:relative;padding:.5rem 0}.slider-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.75rem;color:#6b7280}.form-slider{width:100%;height:8px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d5db;border-radius:4px;outline:none}.form-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#1d4749;cursor:pointer}.form-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#1d4749;cursor:pointer}.btn{display:inline-block;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#1d4749;color:#fff}.btn-primary:hover{background-color:#163536}.btn-full{width:100%}.quiz-section{margin-bottom:1.5rem}.quiz-container{background-color:#f9fafb;padding:1rem;border-radius:.375rem;margin-bottom:1.5rem}.quiz-title{font-weight:500;margin-bottom:.75rem;color:#333}.quiz-options{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.quiz-option{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem;text-align:left;transition:all .2s;color:#333}.quiz-option:hover{background-color:#f3f4f6}.quiz-option.selected{background-color:#dbeafe;border-color:#1d4749;color:#1e40af}.rephrased-query-container{border-left:4px solid var(--primary-color)}.search-info,.rephrased-info,.model-info{margin:0 0 10px;padding:0}.search-info{font-size:.95rem}.rephrased-info{font-size:.95rem;font-weight:500;color:#059669}.rephrased-info strong{color:#1d4749}.model-info{color:var(--text-secondary);font-size:.85rem;margin-top:12px;padding-top:10px;border-top:1px solid #f0f0f0}.results-count{margin-bottom:1rem;color:#6b7280;font-size:.875rem;font-style:italic}.custom-prompt-preview{font-family:monospace;font-size:.875rem;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:.375rem;padding:1rem;max-height:200px;overflow-y:auto;white-space:pre-wrap;margin-bottom:1rem;color:#334155;line-height:1.4}.button-group{display:flex;gap:.5rem;margin-top:1rem}.btn-secondary{background-color:#e5e7eb;color:#4b5563}.btn-secondary:hover{background-color:#d1d5db}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.m-0{margin:0}.collapsible-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.25rem 0}.collapsible-header:hover{color:#1d4749}.collapse-icon{font-size:1.5rem;font-weight:700;color:#3b82f6;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:transform .3s ease}.collapse-icon.collapsed{transform:rotate(90deg)}.collapsible-content{border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:.75rem;max-height:1000px;opacity:1;overflow:hidden;transition:max-height .5s ease-in-out,opacity .4s ease-in,margin-top .3s ease,padding-top .3s ease;will-change:max-height,opacity,padding-top,margin-top}.collapsible-content.collapsed{max-height:0;opacity:0;padding-top:0;margin-top:0;border-top:none;transition:max-height .4s ease-out,opacity .3s ease-out,padding-top .2s ease,margin-top .2s ease,border-top .2s step-end;will-change:max-height,opacity,padding-top,margin-top}.product-list{display:flex;flex-direction:column;gap:.75rem}.product-item{border:1px solid #e5e7eb;border-radius:.375rem;padding:.875rem;transition:all .2s ease}.product-item:hover{background-color:#f9fafb;transform:translateY(-1px);box-shadow:0 3px 6px #0000000d}.product-item-content{display:flex;flex-direction:row;gap:1.25rem}.product-image-container{margin-top:0;display:flex;justify-content:center;align-items:center;width:130px;height:110px;border-radius:.25rem;overflow:hidden;background-color:#f9fafb}.product-image{max-width:130px;max-height:100px;object-fit:contain;border-radius:.25rem}@media (min-width: 1400px){.two-column>div:nth-child(2) .product-image-container,.three-column>div:nth-child(2) .product-image-container,.three-column>div:nth-child(3) .product-image-container{width:160px;height:130px}.two-column>div:nth-child(2) .product-image,.three-column>div:nth-child(2) .product-image,.three-column>div:nth-child(3) .product-image{max-width:160px;max-height:120px}}@media (max-width: 640px){.product-item-content{flex-direction:column}.product-left{margin-bottom:1rem}.product-image-container{width:100%;height:auto;padding:.5rem}.product-image{max-width:100%}}.product-left{flex:0 0 auto;display:flex;align-items:center}.product-right{flex:1}.product-title{font-size:1.125rem;font-weight:600;color:#333}.product-meta{display:flex;justify-content:flex-start;margin-top:.5rem;margin-bottom:.5rem;gap:1rem}.product-category{color:#6b7280}.product-confidence{font-weight:500;margin-left:.5rem;color:#1d4749}.product-price{font-weight:600;color:#059669}.product-description{font-size:.875rem;color:#4b5563}.model-options{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.model-option{display:flex;align-items:center;padding:1rem;border-radius:.5rem;border:1px solid var(--border-color);transition:all .2s ease}.model-option:hover{background-color:var(--hover-color)}.model-option input[type=radio]{margin-right:1rem;cursor:pointer}.model-option label{display:flex;flex-direction:column;cursor:pointer;flex:1}.model-provider{color:var(--text-secondary);font-size:.875rem;margin-top:.25rem}.model-option input[type=radio]:checked+label{border-color:var(--primary-color, #1D4749);box-shadow:0 0 0 1px var(--primary-color, #1D4749)}.form-select{display:block;width:100%;padding:.5rem 1rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;margin-bottom:1rem;cursor:pointer}.form-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.product-set-selector{display:none}.confidence-message-container{border-left:4px solid #0ca678}.confidence-message-container h3{color:#343a40;margin-top:0;margin-bottom:10px;font-size:18px;font-weight:600}.confidence-message-container p{color:#495057;margin-bottom:0;line-height:1.5}.form-check{display:flex;align-items:center;cursor:pointer;padding:8px 12px;border-radius:6px;background-color:#f0f7ff;border:1px solid #e1effe;transition:all .2s ease}.form-check:hover{background-color:#e1effe;border-color:#bfdbfe}.form-check-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;border:2px solid #1D4749;border-radius:50%;margin-right:.5rem;position:relative;flex-shrink:0}.form-check-input:checked{background-color:#1d4749}.form-check-input:checked:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-65%) rotate(45deg)}.form-check-input:focus{outline:none;box-shadow:0 0 0 3px #3b82f640}.form-check-label{font-weight:500;color:#1e40af;cursor:pointer;-webkit-user-select:none;user-select:none}.confidence-icon{display:inline-block;margin-right:8px;font-size:16px}.form-check-description{margin-top:8px;margin-left:40px;font-size:13px;color:#6b7280;line-height:1.4}.three-column-container .grid{gap:1.5rem}.three-column-container .card{margin-bottom:1rem}@media (min-width: 1400px){.three-column-container .product-title{font-size:1.3rem}.three-column-container .product-description{font-size:1rem;line-height:1.5}}@keyframes slideInFromRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(30px);opacity:0}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.panel-exit{animation:slideOutToRight .3s cubic-bezier(.2,.8,.2,1) forwards!important}.panel-exit .card{animation:fadeOut .2s ease-in-out forwards!important}.third-panel{position:relative;overflow:hidden;margin-top:0;padding-top:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.three-column>*:nth-child(2),.three-column>*:nth-child(3){padding-top:0;z-index:5}.three-column>*:nth-child(3){animation:slideInFromRight .4s cubic-bezier(.2,.8,.2,1) forwards}.three-column>*:nth-child(2) .card,.three-column>*:nth-child(3) .card{animation:fadeIn .5s ease-in-out forwards;opacity:0}.three-column>*:nth-child(2) .card:nth-child(1),.three-column>*:nth-child(3) .card:nth-child(1){animation-delay:.1s}.three-column>*:nth-child(2) .card:nth-child(2),.three-column>*:nth-child(3) .card:nth-child(2){animation-delay:.2s}.three-column>*:nth-child(2) .card:nth-child(3),.three-column>*:nth-child(3) .card:nth-child(3){animation-delay:.3s}.three-column>*:nth-child(2) .card:nth-child(4),.three-column>*:nth-child(3) .card:nth-child(4){animation-delay:.4s}.remove-panel-container{position:absolute;right:70px;top:10px;height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1050;pointer-events:none}@media (max-width: 767px){.remove-panel-container{display:none}}@media (min-width: 1400px){.remove-panel-container{right:70px}}.three-column-container .remove-panel-container{right:70px}.remove-column-button{position:absolute;right:-20px;top:10px;z-index:1100}@media (min-width: 768px){.remove-column-button{right:-20px}}@media (min-width: 1400px){.remove-column-button{right:-25px}}.three-column-container .remove-column-button{right:-25px}.product-set-selector{display:flex;gap:1.5rem;margin-bottom:1rem}.product-set-selector .form-check{display:flex;align-items:center;gap:.5rem}.product-set-selector .form-check-input{margin-top:0}.loading-indicator{padding:.5rem;margin-top:.5rem;text-align:center;font-style:italic;color:#666;background-color:#f8f8f8;border-radius:4px}.header-content{display:flex;justify-content:space-between;align-items:center}.session-history-downloader button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem}.session-history-downloader .icon{font-size:1.1rem}.timing-metrics{margin-top:.5rem;padding:.75rem;background-color:#f5f8fa;border-radius:6px;font-size:.85rem}.search-result-header+.timing-metrics{margin-top:0;margin-bottom:1rem;background-color:#f0f7ff;border-left:4px solid #7dade2}.timing-title{margin:0 0 .5rem;font-size:.95rem;color:#556}.timing-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.timing-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem .5rem;background-color:#fff;border-radius:4px;border-left:3px solid #7dade2}.timing-item.total{grid-column:span 2;border-left:3px solid #e27d7d;font-weight:700}.timing-item.total.full-width{grid-column:1 / -1}.timing-label{color:#555}.timing-value{font-family:monospace;font-weight:700}.loading-message{color:#888;text-align:center;margin:0;font-style:italic}.image-upload-area{border:2px dashed #ccc;border-radius:8px;padding:20px;text-align:center;background-color:#f8f9fa;cursor:pointer;transition:border-color .3s;min-height:200px;display:flex;justify-content:center;align-items:center}.image-upload-area:hover{border-color:#007bff}.image-upload-area.has-image{border-style:solid;background-color:#fff;padding:10px}.upload-placeholder{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.upload-icon{font-size:48px;margin-bottom:10px}.image-preview-container{position:relative;width:100%;display:flex;justify-content:center}.image-preview{max-width:100%;max-height:300px;border-radius:4px;object-fit:contain}.image-clear-btn{position:absolute;top:10px;right:10px;padding:5px 10px;opacity:.8}.image-clear-btn:hover{opacity:1}.description-box{background-color:#f8f9fa;border:1px solid #ddd;border-radius:8px;padding:15px;margin-top:10px;white-space:pre-line;font-size:16px;line-height:1.5}.analysis-results h3{margin-bottom:15px;font-size:18px;font-weight:600}.image-analysis-container{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 992px){.image-analysis-container{grid-template-columns:1fr 1fr}}.tabs-container{margin-bottom:1.5rem}.tabs{display:flex;border-bottom:1px solid #e5e7eb}.tab{padding:.75rem 1.5rem;border:none;background:none;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;position:relative}.tab:hover{color:#1d4749}.tab.active{color:#1d4749;font-weight:600}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#1d4749}.section-subtitle{font-size:1.1rem;font-weight:500;margin-bottom:1rem;color:#333}.image-analysis-section{animation:fadeIn .3s ease-in-out}.input-with-icon{position:relative;display:flex}.input-with-icon .form-textarea{width:100%}.image-upload-button{position:absolute;right:12px;bottom:12px;width:36px;height:36px;border-radius:50%;background-color:#f0f7ff;border:1px solid #d1d5db;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;transition:all .2s ease;color:#1d4749;z-index:2}.image-upload-button:hover{background-color:#1d4749;color:#fff;transform:scale(1.1)}.image-upload-button:disabled{background-color:#f5f5f5;color:#aaa;cursor:not-allowed}.image-preview-small{display:flex;align-items:center;margin-top:10px;border-radius:4px;background-color:#f0f7ff;padding:8px;max-width:150px}.image-preview-small img{max-height:50px;max-width:100px;object-fit:contain;border-radius:4px}.image-preview-small .image-clear-btn{border:none;background:#fffc;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:8px;font-size:12px;color:#666}.image-preview-small .image-clear-btn:hover{background:#ff00001a;color:#ef4444}.analyzing-indicator{margin-top:10px;padding:10px;background-color:#f0f7ff;border-left:4px solid #1D4749;color:#1d4749;font-size:14px;animation:pulse 1.5s infinite}.error-message{margin-top:10px;padding:12px;background-color:#fee2e2;border-left:4px solid #ef4444;color:#b91c1c;font-size:14px;border-radius:4px}.error-message strong{font-weight:600}.error-suggestion{margin-top:8px;padding-top:8px;border-top:1px solid rgba(239,68,68,.2);font-size:13px;font-style:italic}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.prompt-modal{background:#fff;border-radius:8px;width:90%;max-width:650px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 15px 30px #0003;animation:modalFadeIn .3s ease-out}.prompt-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #eee}.prompt-modal-header h2{margin:0;font-size:1.25rem;color:#1d4749}.modal-close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;transition:color .2s ease}.modal-close-btn:hover{color:#ef4444}.prompt-modal-body{padding:1.5rem;overflow-y:auto;flex:1}.prompt-modal-description{margin-bottom:1.25rem;color:#666;font-size:.9rem}.prompt-modal-textarea{font-family:monospace;font-size:.9rem;resize:vertical;line-height:1.5;min-height:250px}.prompt-modal-footer{border-top:1px solid #eee;padding:1.25rem 1.5rem;display:flex;justify-content:flex-end;gap:.75rem}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.image-analysis-settings{background-color:#f0f9ff;border-radius:8px;padding:.75rem;border-left:4px solid #0284c7;margin-bottom:1rem;font-size:.9rem}.image-analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.image-analysis-header h3{margin:0;color:#0284c7;font-size:1rem}.image-analysis-actions{display:flex;align-items:center;gap:.5rem}.timing-badge{background-color:#0284c71a;color:#0284c7;font-size:.8rem;padding:.25rem .5rem;border-radius:4px;border:1px solid rgba(2,132,199,.2);font-family:monospace;font-weight:600}.btn-outline-primary{background-color:transparent;color:#1d4749;border:1px solid #1D4749;transition:all .2s ease}.btn-outline-primary:hover{background-color:#1d4749;color:#fff}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.prompt-preview{background-color:#fff;border-radius:4px;padding:.5rem;border:1px solid rgba(2,132,199,.2);font-size:.85rem}.prompt-preview-label{margin:0 0 .25rem;font-size:.75rem;font-weight:700;color:#666;text-transform:uppercase}.prompt-preview-text{margin:0;font-family:monospace;font-size:.8rem;color:#334155;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 768px){.two-column>div:first-child .card,.three-column>div:first-child .card{padding:1rem}.two-column>div:nth-child(2) .card,.three-column>div:nth-child(2) .card,.three-column>div:nth-child(3) .card{padding:1.5rem}.two-column>div:first-child .section-title,.three-column>div:first-child .section-title{font-size:1.25rem;margin-bottom:.75rem}.two-column>div:first-child .form-group,.three-column>div:first-child .form-group{margin-bottom:1rem}.two-column>div:first-child .form-label,.three-column>div:first-child .form-label{margin-bottom:.25rem}.two-column>div:first-child .product-limit-container,.three-column>div:first-child .product-limit-container{padding:.75rem;margin-bottom:1rem}.two-column>div:first-child .quiz-container,.three-column>div:first-child .quiz-container{padding:.75rem;margin-bottom:1rem}.two-column>div:first-child .quiz-title,.three-column>div:first-child .quiz-title{font-size:.9rem;margin-bottom:.5rem}.two-column>div:first-child .quiz-option,.three-column>div:first-child .quiz-option{padding:.35rem;font-size:.9rem}}.temperature-selector{margin-bottom:1rem}.temperature-selector .form-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.temperature-controls{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.temperature-slider{flex:1;min-width:120px}.temperature-input{width:70px;padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;text-align:center}.temperature-input:focus{outline:none;border-color:#1d4749;box-shadow:0 0 0 2px #1d47491a}.temperature-description{font-size:.75rem;color:#666;line-height:1.3;margin-top:.25rem}.temperature-description.creative{color:#e67e22}.temperature-description.balanced{color:#27ae60}.temperature-description.focused{color:#3498db}@media (max-width: 640px){.temperature-controls{flex-direction:column;align-items:stretch;gap:.5rem}.temperature-slider{min-width:auto}.temperature-input{width:100%;max-width:100px;align-self:center}}
