*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#1e293b;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}#root{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:2rem;min-height:100vh}.header{text-align:center;margin-bottom:2rem;padding:1.5rem 0}.header h1{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 4px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:.75rem}.header p{font-size:1.05rem;color:#ffffffe6;max-width:600px;margin:0 auto;text-shadow:0 1px 2px rgba(0,0,0,.2)}.header .subtitle{font-size:1rem;color:#fffc;margin-top:1rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.header .subtitle .tech-badge{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:20px;border:1px solid rgba(255,255,255,.2);font-size:.875rem;font-weight:600;transition:all .3s ease}.header .subtitle .tech-badge:hover{background:#ffffff40;transform:translateY(-2px)}.card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem;box-shadow:0 4px 16px #00000014;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;min-height:auto;height:fit-content}.card:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0000001f}.card.compact{padding:.875rem}.card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.75rem;padding-bottom:.625rem;border-bottom:1px solid #f1f5f9}.card-title{font-size:1rem;font-weight:700;color:#1e293b;margin:0}.grid.status-grid{grid-template-columns:1fr;gap:.875rem}@media (min-width: 1024px){.grid.status-grid{grid-template-columns:repeat(2,1fr)}}.form-group{margin-bottom:1.125rem}.form-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#374151;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:.675rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.925rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{min-height:110px;font-family:Monaco,Menlo,monospace;font-size:.875rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:8px;font-size:.925rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:6px;font-size:.85rem;font-weight:500}.status-running{background:#fef3c7;color:#92400e}.status-completed{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.strategy-card{border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem;background:#fff}.strategy-card.winner{border-color:#10b981;border-width:3px;background:linear-gradient(135deg,#f0fdf4,#dcfce7)!important;box-shadow:0 4px 12px #10b98133}.strategy-title{font-size:1.2rem;font-weight:600;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:#1e293b}.winner-badge{background:#10b981;color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.8rem;font-weight:600;box-shadow:0 2px 4px #10b9814d}.strategy-card .metric-label,.strategy-card .metric-value,.strategy-card h4,.strategy-card .text-sm{color:#1f2937!important}.metric{display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.metric:last-child{border-bottom:none}.metric-label{font-weight:500;color:#6b7280}.metric-value{font-weight:600;color:#1f2937}.recommendation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem;margin-top:2rem}.recommendation h3{color:#1e293b;margin-bottom:1rem}.confidence-high{color:#059669}.confidence-medium{color:#d97706}.confidence-low{color:#dc2626}.loading-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.loading-spinner{animation:none}*{transition:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-slide-in{animation:slideInFromLeft .8s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.feature-card:nth-child(1){animation:fadeInUp .6s ease-out .1s both}.feature-card:nth-child(2){animation:fadeInUp .6s ease-out .2s both}.feature-card:nth-child(3){animation:fadeInUp .6s ease-out .3s both}.feature-card:nth-child(4){animation:fadeInUp .6s ease-out .4s both}.feature-card:nth-child(5){animation:fadeInUp .6s ease-out .5s both}.feature-card:nth-child(6){animation:fadeInUp .6s ease-out .6s both}.header .tech-badge:nth-child(1){animation:slideInFromLeft .8s ease-out .5s both}.header .tech-badge:nth-child(2){animation:slideInFromLeft .8s ease-out .7s both}.header .tech-badge:nth-child(3){animation:slideInFromLeft .8s ease-out .9s both}.header .tech-badge:nth-child(4){animation:slideInFromLeft .8s ease-out 1.1s both}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-center.text-gray-500{padding:2rem 1rem}.text-center.text-gray-500 svg{margin-bottom:.75rem;opacity:.4}.text-center.text-gray-500 p{font-size:.875rem;margin:0}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-600{color:#2563eb}.text-blue-700{color:#1d4ed8}.text-blue-800{color:#1e40af}.text-blue-900{color:#1e3a8a}.text-green-600{color:#16a34a}.text-green-700{color:#15803d}.text-green-800{color:#166534}.text-orange-600{color:#ea580c}.text-yellow-600{color:#ca8a04}.text-red-600{color:#dc2626}.text-purple-600{color:#9333ea}.text-indigo-600{color:#4f46e5}.text-white{color:#fff}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-blue-200{background-color:#bfdbfe}.bg-green-50{background-color:#f0fdf4}.bg-orange-50{background-color:#fff7ed}.bg-yellow-50{background-color:#fefce8}.bg-yellow-100{background-color:#fef3c7}.bg-yellow-500{background-color:#eab308}.bg-red-50{background-color:#fef2f2}.bg-purple-50{background-color:#faf5ff}.border{border-width:1px}.border-2{border-width:2px}.border-gray-200{border-color:#e5e7eb}.border-blue-200{border-color:#bfdbfe}.border-blue-300{border-color:#93c5fd}.border-yellow-200{border-color:#fde68a}.border-yellow-300{border-color:#fcd34d}.border-white{border-color:#fff}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.m-0{margin:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.w-2{width:.5rem}.w-4{width:1rem}.w-full{width:100%}.h-2{height:.5rem}.h-4{height:1rem}.max-h-80{max-height:20rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-4{top:1rem}.right-0{right:0}.right-4{right:1rem}.top-full{top:100%}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.block{display:block}.opacity-50{opacity:.5}.min-w-0{min-width:0}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.max-w-xs{max-width:20rem}.text-center{text-align:center}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feature-showcase{margin-bottom:1.75rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:0 .5rem}.feature-card{position:relative;background:#ffffff1f;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.25);transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;cursor:pointer}.feature-card:hover{transform:translateY(-6px) scale(1.015);box-shadow:0 16px 32px #00000040;border-color:#ffffff73}.feature-card:hover .feature-glow{opacity:1}.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.feature-card.interactive{cursor:pointer;transition:all .3s ease}.feature-card.interactive:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0000004d;border-color:#fff6}.feature-card.interactive:focus{outline:2px solid rgba(255,255,255,.8);outline-offset:2px}.feature-cta{display:flex;align-items:center;gap:.5rem;margin-top:1rem;opacity:0;transform:translateY(10px);transition:all .3s ease}.feature-card.interactive:hover .feature-cta{opacity:1;transform:translateY(0)}.cta-text{font-size:.875rem;font-weight:500;color:#ffffffe6}.cta-arrow{color:#ffffffb3;transition:transform .3s ease}.feature-card.interactive:hover .cta-arrow{transform:translate(4px)}.feature-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .3s ease}.feature-modal{background:#fff;border-radius:20px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1rem;border-bottom:1px solid #e5e7eb}.modal-title-section{display:flex;align-items:center;gap:1rem}.modal-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.modal-close{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;color:#6b7280;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-content{padding:1rem 2rem 2rem}.modal-description{font-size:1rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.modal-benefits{margin-bottom:2rem}.modal-benefits h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.modal-benefits ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem}.modal-benefits li{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;font-size:.875rem;color:#374151}.benefit-check{color:#10b981;flex-shrink:0}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;align-items:center}.learn-more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.875rem;transition:all .2s ease}.learn-more-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.close-btn{padding:.75rem 1.5rem;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}.close-btn:hover{background:#e5e7eb}.feature-icon-wrapper{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#ffffff1a;border-radius:12px;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.feature-icon{transition:all .3s ease;filter:drop-shadow(0 0 8px currentColor)}.feature-content{position:relative;z-index:2}.feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.feature-description{font-size:.95rem;color:#ffffffd9;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.feature-glow{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.from-blue-500\/20{--tw-gradient-from: rgba(59, 130, 246, .2);--tw-gradient-to: rgba(59, 130, 246, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-600\/20{--tw-gradient-to: rgba(37, 99, 235, .2)}.from-yellow-500\/20{--tw-gradient-from: rgba(234, 179, 8, .2);--tw-gradient-to: rgba(234, 179, 8, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-yellow-600\/20{--tw-gradient-to: rgba(202, 138, 4, .2)}.from-green-500\/20{--tw-gradient-from: rgba(34, 197, 94, .2);--tw-gradient-to: rgba(34, 197, 94, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-green-600\/20{--tw-gradient-to: rgba(22, 163, 74, .2)}.from-purple-500\/20{--tw-gradient-from: rgba(168, 85, 247, .2);--tw-gradient-to: rgba(168, 85, 247, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-purple-600\/20{--tw-gradient-to: rgba(147, 51, 234, .2)}.from-red-500\/20{--tw-gradient-from: rgba(239, 68, 68, .2);--tw-gradient-to: rgba(239, 68, 68, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-red-600\/20{--tw-gradient-to: rgba(220, 38, 38, .2)}.from-indigo-500\/20{--tw-gradient-from: rgba(99, 102, 241, .2);--tw-gradient-to: rgba(99, 102, 241, 0);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-indigo-600\/20{--tw-gradient-to: rgba(79, 70, 229, .2)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.border-blue-400\/30{border-color:#60a5fa4d}.border-yellow-400\/30{border-color:#fbbf244d}.border-green-400\/30{border-color:#4ade804d}.border-purple-400\/30{border-color:#c4b5fd4d}.border-red-400\/30{border-color:#f871714d}.border-indigo-400\/30{border-color:#818cf84d}.text-blue-400{color:#60a5fa}.text-yellow-400{color:#fbbf24}.text-green-400{color:#4ade80}.text-purple-400{color:#c084fc}.text-red-400{color:#f87171}.text-indigo-400{color:#818cf8}.advanced-options-panel{background:linear-gradient(135deg,#3b82f61a,#9333ea1a);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(59,130,246,.25);border-radius:12px;padding:1.5rem;margin-bottom:1.25rem;position:relative;overflow:hidden}.advanced-options-panel:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.5),transparent)}.advanced-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid rgba(59,130,246,.2)}.advanced-title{display:flex;align-items:center;gap:.75rem}.advanced-title h4{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.advanced-icon{color:#3b82f6;filter:drop-shadow(0 0 8px rgba(59,130,246,.3))}.advanced-badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2);box-shadow:0 4px 12px #3b82f64d}.advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.advanced-option-card{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:1.5rem;transition:all .3s ease;position:relative;overflow:hidden}.advanced-option-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026;border-color:#3b82f666}.advanced-option-card.full-width{grid-column:1 / -1}.option-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.option-icon{color:#3b82f6;flex-shrink:0}.option-info h5{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .25rem}.option-info p{font-size:.875rem;color:#64748b;margin:0}.advanced-toggle{position:relative;display:inline-block;width:50px;height:28px;margin-left:auto}.advanced-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#cbd5e1;transition:.3s;border-radius:28px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.advanced-toggle input:checked+.toggle-slider{background:linear-gradient(135deg,#3b82f6,#8b5cf6)}.advanced-toggle input:checked+.toggle-slider:before{transform:translate(22px)}.option-description{font-size:.875rem;color:#475569;line-height:1.6;margin-bottom:1rem}.option-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:linear-gradient(135deg,#3b82f61a,#9333ea1a);color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;border:1px solid rgba(59,130,246,.2)}.optimization-selector{margin-top:1rem}.selector-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.selector-option{position:relative;cursor:pointer}.selector-option input{position:absolute;opacity:0;width:0;height:0}.option-content{background:#ffffff80;border:2px solid rgba(203,213,225,.5);border-radius:12px;padding:1rem;text-align:center;transition:all .3s ease}.selector-option.selected .option-content{background:linear-gradient(135deg,#3b82f61a,#9333ea1a);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}.option-name{font-weight:600;color:#1e293b;margin-bottom:.5rem}.option-desc{font-size:.75rem;color:#64748b;line-height:1.4}.fork-strategy-visual{margin:1rem 0}.fork-diagram{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#3b82f60d;border-radius:12px;border:1px dashed rgba(59,130,246,.3)}.main-db{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600}.fork-arrow{color:#3b82f6;font-size:1.5rem;font-weight:700}.fork-containers{display:flex;flex-direction:column;gap:.5rem}.fork-item{background:#3b82f61a;color:#3b82f6;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:500;border:1px solid rgba(59,130,246,.3)}.agent-list{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.agent-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#3b82f60d;border-radius:8px;font-size:.875rem;font-weight:500;color:#475569}.agent-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.agent-dot.orchestrator{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 0 8px #3b82f666}.agent-dot.tuner{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 0 8px #10b98166}.agent-dot.validator{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 0 8px #f59e0b66}@media (max-width: 768px){.feature-grid{grid-template-columns:1fr;gap:1rem;padding:0}.feature-card{padding:1.5rem}.feature-card:hover{transform:translateY(-4px) scale(1.01)}.advanced-options-panel{padding:1.5rem}.advanced-grid{grid-template-columns:1fr;gap:1rem}.selector-options{grid-template-columns:1fr}.advanced-header{flex-direction:column;align-items:flex-start;gap:1rem}.fork-diagram{flex-direction:column;gap:.5rem}.fork-containers{flex-direction:row}}.loading-state-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:1.75rem;margin:1.25rem 0;border:1px solid rgba(59,130,246,.2);position:relative;overflow:hidden}.loading-state-container:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(59,130,246,.1),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.loading-header{text-align:center;margin-bottom:3rem}.loading-title{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.loading-title h3{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.loading-subtitle{font-size:1rem;color:#64748b;max-width:500px;margin:0 auto;line-height:1.6}.loading-spinner-large{width:32px;height:32px;border:3px solid #e2e8f0;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-steps{display:flex;flex-direction:column;gap:2rem;margin-bottom:3rem}.loading-step{display:flex;align-items:flex-start;gap:1.5rem;position:relative;transition:all .3s ease}.loading-step.active{transform:scale(1.02)}.loading-step.active .step-content{background:#3b82f60d;border-color:#3b82f64d}.loading-step.completed .step-icon-wrapper{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981}.loading-step.completed .step-icon{color:#fff}.loading-step.pending .step-icon-wrapper{background:#f1f5f9;border-color:#e2e8f0}.loading-step.pending .step-icon{color:#94a3b8}.step-indicator{display:flex;flex-direction:column;align-items:center;position:relative}.step-icon-wrapper{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:2px solid #3b82f6;transition:all .3s ease;position:relative;z-index:2}.step-icon{color:#fff;transition:all .3s ease}.loading-step.active .step-icon{animation:pulse 2s infinite}.step-connector{width:2px;height:40px;background:linear-gradient(to bottom,#3b82f6,#e2e8f0);margin-top:8px}.loading-step:last-child .step-connector{display:none}.step-content{flex:1;background:#ffffff80;border:1px solid rgba(226,232,240,.5);border-radius:12px;padding:1.5rem;transition:all .3s ease}.step-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.step-description{font-size:.875rem;color:#64748b;line-height:1.5;margin:0}.step-progress{margin-top:1rem}.progress-bar{width:100%;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;animation:progress 3s ease-in-out infinite}@keyframes progress{0%{width:0%}50%{width:70%}to{width:100%}}.loading-stats{display:flex;justify-content:center;gap:3rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.5)}.stat-item{text-align:center}.stat-value{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#64748b;font-weight:500}@media (max-width: 768px){.loading-state-container{padding:2rem}.loading-steps{gap:1.5rem}.loading-step{gap:1rem}.step-icon-wrapper{width:40px;height:40px}.step-content{padding:1rem}.loading-stats{gap:2rem}.loading-title{flex-direction:column;gap:.5rem}}.notification-toast{position:fixed;top:2rem;right:2rem;z-index:1000;transition:all .3s ease;transform:translate(100%);opacity:0}.notification-toast.visible{transform:translate(0);opacity:1}.notification-toast.hidden{transform:translate(100%);opacity:0}.toast-content{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:12px;border:1px solid;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a;max-width:400px;min-width:300px}.toast-icon{flex-shrink:0;margin-top:.125rem}.toast-message{flex:1}.toast-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.toast-description{font-size:.75rem;opacity:.8;line-height:1.4}.toast-close{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:4px;opacity:.6;transition:opacity .2s;flex-shrink:0}.toast-close:hover{opacity:1}@media (max-width: 768px){.notification-toast{top:1rem;right:1rem;left:1rem}.toast-content{min-width:auto}}.metrics-dashboard{display:flex;flex-direction:column;gap:1rem}.primary-metrics{display:grid;grid-template-columns:2fr 1fr 1fr;gap:.75rem}.metric-card{border-radius:10px;padding:.75rem;border:1px solid;transition:all .3s ease;position:relative;overflow:hidden}.metric-card:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0000001a}.metric-card.primary{min-height:60px}.metric-card.featured{background:linear-gradient(135deg,#10b9811a,#0596690d);border-color:#10b9814d;box-shadow:0 4px 12px #10b98126}.metric-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.status-dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b98199}.metric-value{font-size:1.5rem;font-weight:800;color:#1f2937;line-height:1;margin-bottom:.25rem}.metric-value.large{font-size:1.875rem;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-suffix{font-size:.875rem;font-weight:600;color:#6b7280;margin-left:.25rem}.metric-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.secondary-metrics{display:flex;justify-content:space-between;background:#ffffff80;border:1px solid rgba(226,232,240,.8);border-radius:8px;padding:.75rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.metric-item{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:center}.metric-compact-value{font-size:1rem;font-weight:700;color:#1f2937}.metric-compact-label{font-size:.75rem;font-weight:500;color:#6b7280}.progress-section{background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:8px;padding:.75rem}.progress-bar{width:100%;height:4px;background:#3b82f633;border-radius:2px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:2px;animation:progress-flow 2s ease-in-out infinite}@keyframes progress-flow{0%{width:0%}50%{width:70%}to{width:100%}}.progress-text{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#3b82f6}@media (max-width: 1024px){.primary-metrics{grid-template-columns:1fr 1fr;gap:.75rem}.metric-card.featured{grid-column:1 / -1}}@media (max-width: 768px){.primary-metrics{grid-template-columns:1fr;gap:.75rem}.secondary-metrics{flex-direction:column;gap:.5rem}.metric-item{justify-content:flex-start;padding:.25rem 0;border-bottom:1px solid rgba(226,232,240,.5)}.metric-item:last-child{border-bottom:none}.metric-value{font-size:1.5rem}.metric-value.large{font-size:1.875rem}}.metric-value{transition:all .3s ease}.metric-card:hover .metric-value{transform:scale(1.05)}.metric-card.featured:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(16,185,129,.1) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.metric-card.featured:hover:before{opacity:1}.metrics-bar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:.875rem;box-shadow:0 4px 16px #00000012;margin-bottom:1rem;border:1px solid rgba(255,255,255,.3)}.metrics-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.metrics-title{font-size:.95rem;font-weight:600;color:#1e293b;margin:0}.metrics-bar .metrics-dashboard,.metrics-bar .primary-metrics{gap:.625rem}.metrics-bar .metric-card{padding:.625rem;min-height:60px}.metrics-bar .metric-value{font-size:1.375rem}.metrics-bar .metric-value.large{font-size:1.75rem}.metrics-bar .secondary-metrics{padding:.5rem .625rem}@media (max-width: 768px){.metrics-bar{padding:.75rem}.metrics-bar .metric-card{padding:.5rem;min-height:54px}.metrics-bar .metric-value{font-size:1.125rem}.metrics-bar .metric-value.large{font-size:1.375rem}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:3rem;text-align:center;max-width:600px;width:100%;box-shadow:0 20px 40px #0000001a}.error-icon{color:#ef4444;margin-bottom:2rem;display:flex;justify-content:center}.error-content h1{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.error-message{font-size:1.1rem;color:#64748b;margin-bottom:2rem;line-height:1.6}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.btn-secondary:hover{background:#e2e8f0}.error-details{text-align:left;margin-top:2rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.error-details summary{cursor:pointer;font-weight:600;color:#475569;margin-bottom:1rem}.error-stack{background:#1e293b;color:#e2e8f0;padding:1rem;border-radius:6px;font-size:.875rem;overflow-x:auto;white-space:pre-wrap;word-break:break-word}@media (max-width: 768px){.error-content{padding:2rem}.error-actions{flex-direction:column}.error-content h1{font-size:1.5rem}}.mt-8{margin-top:2rem}.hover\\:underline:hover{text-decoration:underline}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.ease{transition-timing-function:cubic-bezier(.4,0,.2,1)}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\\:transform:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.border-l-4{border-left-width:4px}.border-blue-500{border-color:#3b82f6}@media (max-width: 768px){.results-grid{grid-template-columns:1fr}.header h1{font-size:2rem}.grid-cols-2,.grid-cols-3{grid-template-columns:1fr}.grid-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.md\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1024px){.lg\\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.btn{position:relative;overflow:hidden}.btn: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 .5s}.btn:hover:before{left:100%}@media (prefers-contrast: high){.card,.btn-primary{border:2px solid #000}body{background:#fff;color:#000}}@media (max-width: 768px){.feature-modal-overlay{padding:1rem}.feature-modal{max-height:90vh}.modal-header{padding:1.5rem 1.5rem 1rem}.modal-content{padding:1rem 1.5rem 1.5rem}.modal-title{font-size:1.25rem}.modal-benefits ul{grid-template-columns:1fr}.modal-actions{flex-direction:column;gap:.75rem}.learn-more-btn,.close-btn{width:100%;justify-content:center}}
