.docker-dashboard{background:linear-gradient(135deg,#f5f7fa,#e8eef5);margin:0 auto;max-width:100%;min-height:calc(100vh - 120px);padding:1rem 2rem;width:100%}.dashboard-header{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem}.dashboard-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5b8def,#06c);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.header-status{align-items:center;display:flex;gap:16px}.status-indicator{border-radius:8px;box-shadow:0 2px 4px #0000001a;font-size:.9rem;font-weight:600;padding:.75rem 1.25rem}.status-indicator.connected{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-indicator.disconnected{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.status-indicator.checking{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.mcp-badge{align-items:flex-end;background:linear-gradient(135deg,#5b8def,#06c);border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;flex-direction:column;font-size:.9rem;padding:.75rem 1.25rem}.tool-count{font-size:12px;opacity:.9}.error-banner{margin-bottom:24px}.dashboard-tabs{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;gap:8px;margin-bottom:1.5rem;padding:.5rem}.dashboard-tabs button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;color:#666;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:.75rem 1.5rem;transition:all .2s ease;transition:all .2s}.dashboard-tabs button:hover{background:#eff6ff;color:#06c}.dashboard-tabs button.active{background:linear-gradient(135deg,#5b8def,#06c);box-shadow:0 2px 4px #06c3;color:#fff}.dashboard-content{border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000d;min-height:400px;padding:1.5rem}.containers-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.container-card{border:2px solid #e0e0e0;border-radius:12px;padding:20px}.container-card:hover{box-shadow:0 4px 12px #667eea1a}.container-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.container-name{align-items:center;display:flex;font-size:18px;gap:8px}.container-id{color:#999;font-family:monospace;font-size:12px}.container-info{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.info-row{font-size:14px}.info-row .label{color:#666}.info-row .value{color:#333;font-weight:600}.status-running{color:#4caf50}.status-exited,.status-stopped{color:#f44336}.status-warning{color:#ff9800}.container-actions{border-top:1px solid #e0e0e0;display:flex;gap:8px;padding-top:16px}.container-actions button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:10px;transition:all .2s}.container-actions button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.container-actions button:disabled{cursor:not-allowed;opacity:.5}.images-list{display:flex;flex-direction:column;gap:12px}.image-card{border:2px solid #e0e0e0;justify-content:space-between;padding:16px 20px}.image-card:hover{border-color:#667eea}.image-info{align-items:center;display:flex;gap:12px}.image-info strong{font-size:16px}.image-id{color:#999;font-size:12px;margin:4px 0 0}.image-size{align-items:center;color:#666;display:flex;font-weight:600;gap:8px}.networks-list{display:flex;flex-direction:column;gap:12px}.network-card{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:12px;display:flex;gap:16px;padding:16px 20px;transition:all .2s}.network-card:hover{border-color:#667eea}.network-info{display:flex;flex-direction:column;gap:4px}.network-info strong{font-size:16px}.network-driver{color:#666;font-size:14px}.volumes-list{display:flex;flex-direction:column;gap:12px}.volume-card{align-items:flex-start;background:#fff;border:2px solid #e0e0e0;border-radius:12px;display:flex;gap:16px;padding:16px 20px;transition:all .2s}.volume-card:hover{border-color:#667eea}.volume-info{display:flex;flex-direction:column;gap:4px}.volume-info strong{font-size:16px}.volume-driver,.volume-mountpoint{color:#666;font-size:13px}.volume-mountpoint{background:#f5f5f5;border-radius:4px;font-family:monospace;margin-top:4px;padding:4px 8px}.mcp-tools-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.mcp-tool-card{background:#fff;border:2px solid #667eea;border-radius:12px;padding:20px}.tool-header{align-items:center;color:#667eea;gap:12px;margin-bottom:12px}.tool-description{color:#666;font-size:14px;margin-bottom:16px}.tool-schema{background:#f5f5f5;border-radius:8px;padding:12px}.schema-label{color:#333;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.tool-schema pre{color:#666;font-size:12px;margin:0;overflow-x:auto}.tool-params{gap:8px;margin-top:8px}.tool-param,.tool-params{display:flex;flex-direction:column}.tool-param{background:#fff;border-left:3px solid #667eea;border-radius:4px;gap:4px;padding:8px}.param-name{color:#333;font-family:Courier New,monospace;font-size:13px;font-weight:600}.param-name .required{color:#ef4444;margin-left:2px}.param-type{background:#e0e7ff;border-radius:3px;color:#4338ca;display:inline-block;font-size:11px;font-weight:600;padding:2px 6px;text-transform:uppercase}.param-desc{color:#666;font-size:12px;line-height:1.4}.modal-overlay{background:#000000b3}.modal-content{max-width:1200px;overflow-y:auto;width:95%}.modal-content h3{color:#333;font-size:24px;margin:0 0 20px}.modal-content button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;padding:12px;transition:all .2s;width:100%}.modal-content button:hover{background:#5568d3}.logs-content{background:#1e1e1e;border-radius:8px;color:#d4d4d4;font-family:Courier New,monospace;font-size:13px;line-height:1.6;max-height:500px;overflow-x:auto;overflow-y:auto;padding:20px;white-space:pre-wrap}.stats-grid{grid-gap:16px;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.stat-card{background:#f5f5f5}.stat-card div{display:flex;flex-direction:column;gap:4px}.stat-label{color:#666;font-size:13px}.stat-value{color:#333;font-size:20px}.stat-percent{color:#999;font-size:14px}.environment-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:24px;margin-bottom:32px;padding:24px}.env-icon-large{font-size:48px;opacity:.8}.env-info h3{color:#1e293b;font-size:28px;font-weight:700;margin:0 0 8px}.env-description{color:#64748b;font-size:16px;line-height:1.5;margin:0 0 12px}.env-focus{color:#475569;font-size:14px}.env-focus strong{color:#334155}.environment-details{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr;margin-bottom:32px}.detail-section h4{color:#1e293b;font-size:18px;font-weight:700;margin:0 0 16px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:linear-gradient(135deg,#e0f2fe,#bae6fd);border:1px solid #7dd3fc;border-radius:20px;color:#0c4a6e;font-size:13px;font-weight:600;padding:6px 12px}.env-purpose{color:#475569;font-size:15px;line-height:1.6;margin:0}.resource-summary{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.summary-card{background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:24px;text-align:center;transition:all .2s}.summary-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea1a;transform:translateY(-2px)}.summary-card svg{margin-bottom:16px;opacity:.8}.summary-card h4{color:#1e293b;font-size:20px;font-weight:700;margin:0 0 8px}.summary-card p{color:#64748b;font-size:16px;font-weight:600;margin:0 0 8px}.summary-card small{color:#94a3b8;font-size:12px;font-style:italic}@media (max-width:768px){.environment-header{flex-direction:column;gap:16px;text-align:center}.env-info h3{font-size:24px}.environment-details{gap:24px}.environment-details,.resource-summary{grid-template-columns:1fr}}.refresh-button{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;justify-content:center;margin-right:12px;padding:8px;transition:all .2s}.refresh-button:hover:not(:disabled){background:#f3f4f6;border-color:#667eea}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.refresh-button svg.spinning{animation:spin 1s linear infinite}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;gap:16px}.dashboard-tabs{flex-wrap:wrap}.containers-grid,.mcp-tools-grid,.stats-grid{grid-template-columns:1fr}}.health-healthy{color:#10b981;font-weight:600}.health-unhealthy{color:#ef4444;font-weight:600}.health-starting{color:#f59e0b;font-weight:600}.health-na,.health-unknown{color:#6b7280;font-weight:400}.image-id{color:#6b7280;font-family:monospace;font-size:.75rem;margin-top:.25rem}.multistep-form{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;min-height:100vh;padding:2rem 0 100px;position:relative}.form-container{margin:0 auto;max-width:1800px;padding:0 1.5rem;width:98%}.form-header h1{font-size:2.5rem;margin:0 0 .5rem}.form-header p{font-size:1.1rem;margin:0;opacity:.9}.progress-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:1rem;box-sizing:border-box;justify-content:space-around;margin:0 auto 2rem;max-width:100%;padding:1.5rem 2rem;width:100%}.progress-step{border-radius:.5rem;justify-content:flex-start;min-width:180px;padding:.5rem 1rem;transition:all .3s ease}.progress-step:hover{background:#ffffff1a}.progress-step.active,.step-icon{background:#fff3}.step-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.step-name{font-size:1rem}.step-desc{font-size:.85rem;opacity:.8}.step-connector{flex-shrink:0;opacity:.5}.form-body{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:1rem}.form-body,.step-content{color:#374151;margin-bottom:2rem;width:100%}.step-content{background:#fff;border-radius:.75rem;display:flex;flex-direction:column;min-height:500px;padding:2.5rem 3rem}.step-content h2{font-size:1.8rem;margin:0 0 .5rem}.step-description{margin:0 0 2rem}.service-checks{grid-gap:1rem;display:grid}.service-check{border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem}.service-check.success{background:#ecfdf5}.service-check .status{font-weight:600}.service-check.success .status{color:#10b981}.service-check.error .status{color:#ef4444}.model-selection{background:#f9fafb;border-radius:.5rem;padding:1.5rem}.model-selection label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.model-select{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;color:#374151;cursor:pointer;font-size:1rem;padding:.75rem;width:100%}.model-select:focus{border-color:#667eea;outline:none}.hint{font-size:.875rem;margin:.5rem 0 0}.rag-stats{align-items:center;background:#eff6ff;border-radius:.5rem;color:#1e40af;display:flex;font-weight:500;gap:1rem;margin-bottom:2rem;padding:1rem}.model-info{font-size:.875rem;margin-left:auto;opacity:.8}.rag-input-section{margin-bottom:2rem}.rag-input-section label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.document-textarea{border:2px solid #e5e7eb;border-radius:.5rem;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem;resize:vertical;width:100%}.document-textarea:focus{border-color:#667eea;outline:none}.metadata-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.metadata-input{border:2px solid #e5e7eb;border-radius:.5rem;font-size:.95rem;padding:.75rem}.metadata-input:focus{border-color:#667eea;outline:none}.rag-search-section{margin-bottom:2rem}.rag-search-section label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.search-box{display:flex;gap:.5rem;margin-bottom:1rem}.search-input{border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;padding:.75rem}.search-input:focus{border-color:#667eea;outline:none}.search-results{grid-gap:.75rem;display:grid;gap:.75rem}.search-result-item{background:#f9fafb;border-left:4px solid #667eea;border-radius:.5rem;padding:1rem}.result-score{color:#6b7280;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.result-content{color:#1f2937;line-height:1.5;margin-bottom:.5rem}.result-metadata{align-items:center;font-size:.85rem;gap:.5rem}.documents-list{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.documents-list h3{color:#1f2937;margin:0 0 1rem}.document-item{align-items:center;background:#f9fafb;border-radius:.5rem;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem}.doc-preview{color:#374151;flex:1 1;font-size:.9rem}.doc-source{color:#6b7280;font-size:.85rem;font-weight:500}.plugins-section{margin-bottom:2rem}.plugins-section h3{color:#1f2937;margin:0 0 1rem}.plugins-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.plugin-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:.5rem;padding:1.5rem}.plugin-card.enabled{background:#ecfdf5;border-color:#10b981}.plugin-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.plugin-name{color:#1f2937;flex:1 1;font-weight:600}.plugin-status{border-radius:.25rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.plugin-status.success{background:#d1fae5;color:#065f46}.plugin-status.error{background:#fee2e2;color:#991b1b}.plugin-tools{color:#6b7280;font-size:.9rem;margin:0}.tools-section{display:flex;flex:1 1;flex-direction:column;margin-top:1.5rem;min-height:0}.tools-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.tools-section h3{color:#1f2937;margin:0}.auto-select-badge{align-items:center;animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.tools-list{grid-gap:.75rem;align-content:start;display:grid;flex:1 1;gap:.75rem;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding-right:.5rem}.tool-item{align-items:start;border:2px solid #e5e7eb;border-radius:.5rem;gap:1rem;padding:1rem;transition:all .2s ease}.tool-item.selected{background:#eff6ff;border-color:#3b82f6}.tool-item.auto-selected{animation:glow 2s ease-in-out infinite;background:#fffbeb;border-color:#f59e0b}@keyframes glow{0%,to{box-shadow:0 0 5px #f59e0b4d}50%{box-shadow:0 0 15px #f59e0b80}}.tool-checkbox{color:#6b7280;flex-shrink:0}.tool-item.selected .tool-checkbox{color:#3b82f6}.tool-item.auto-selected .tool-checkbox{color:#f59e0b}.tool-name{align-items:center;color:#1f2937;display:flex;font-family:Courier New,monospace;font-weight:600;gap:.5rem;margin-bottom:.25rem}.auto-badge{align-items:center;background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:4px;color:#fff;display:inline-flex;flex-shrink:0;font-size:.75rem;padding:.125rem .375rem}.tool-description{color:#6b7280;font-size:.9rem;line-height:1.4}.selected-summary{align-items:center;background:#eff6ff;border-radius:.5rem;color:#1e40af;display:flex;font-weight:600;gap:.5rem;padding:1rem}.auto-count{color:#f59e0b;font-size:.875rem;margin-left:.25rem}.token-counter{background:#f9fafb;border-radius:.5rem;display:flex;gap:1rem;margin-bottom:2rem;padding:1rem}.token-stat{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;flex:1 1;padding:.75rem;text-align:center}.token-stat.total{background:#eff6ff;border-color:#667eea}.token-label{color:#6b7280;display:block;font-size:.85rem;margin-bottom:.25rem}.token-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700}.token-stat.total .token-value{color:#667eea}.prompt-section{margin-bottom:2rem}.prompt-section label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.prompt-textarea{border:2px solid #e5e7eb;border-radius:.5rem;font-family:Courier New,monospace;font-size:1rem;line-height:1.5;min-height:250px;padding:.75rem;resize:vertical;width:100%}.prompt-textarea:focus{border-color:#667eea;outline:none}.tools-notice{align-items:center;background:#fef3c7;border-radius:.5rem;color:#92400e;display:flex;font-weight:500;gap:.5rem;padding:1rem}.execution-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.summary-item{color:#374151;gap:.75rem;padding:1rem}.execution-result,.summary-item{background:#f9fafb;border-radius:.5rem}.execution-result{border-left:4px solid #10b981;margin-top:2rem;padding:2rem}.execution-result h3{color:#1f2937;margin:0 0 1rem}.result-metadata{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.9rem;gap:1rem;margin-bottom:1.5rem}.result-content h4{color:#1f2937;font-size:1rem;margin:1rem 0 .5rem}.result-prompt{color:#374151;font-family:Courier New,monospace;margin:0 0 1rem}.result-prompt,.result-response{background:#fff;border-radius:.5rem;line-height:1.6;padding:1rem}.result-response{color:#1f2937;margin:0;white-space:pre-wrap}.execution-history{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.execution-history h3{color:#1f2937;margin:0 0 1rem}.history-item{align-items:center;background:#f9fafb;border-radius:.5rem;display:flex;gap:1rem;margin-bottom:.5rem;padding:.75rem}.history-time{color:#6b7280;font-size:.85rem;font-weight:500;min-width:80px}.history-prompt{color:#374151;flex:1 1;font-size:.9rem}.btn{border-radius:.5rem;display:inline-flex;font-family:inherit;font-size:1rem}.btn-primary:hover:not(:disabled){box-shadow:0 4px 6px #0000001a}.btn-secondary:hover:not(:disabled){background:#f9fafb}.btn-icon{padding:.75rem}.btn-large{font-size:1.1rem;justify-content:center;margin-bottom:2rem;padding:1rem 2rem;width:100%}.error-message{border-radius:.5rem;color:#991b1b;margin:1rem 0;padding:1rem}.form-navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:1rem}.step-counter{font-size:1rem;font-weight:600}.executing-container{gap:2rem;margin:2rem 0;padding:3rem}.executing-animation,.executing-container{align-items:center;display:flex;flex-direction:column}.executing-animation{gap:1.5rem}.spin-large{animation:spin 1s linear infinite;color:#667eea;filter:drop-shadow(0 0 20px rgba(102,126,234,.6))}.executing-text{-webkit-text-fill-color:#0000;animation:pulse-text 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin:0}.executing-subtext{color:#6b7280;font-size:1.1rem;font-weight:500;margin:0}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.7}}.progress-container{max-width:600px;width:100%}.progress-bar{border-radius:20px;box-shadow:inset 0 2px 4px #0000001a;height:40px}.tools-list::-webkit-scrollbar{width:8px}.tools-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.tools-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.tools-list::-webkit-scrollbar-thumb:hover{background:#555}@media (max-width:1200px){.tools-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tools-list{grid-template-columns:1fr}.tools-header{align-items:flex-start;flex-direction:column}.auto-select-badge{font-size:.75rem;padding:.375rem .75rem}.multistep-form{padding:1rem}.form-header h1{font-size:1.8rem}.progress-indicator{flex-direction:column;gap:.5rem}.progress-step{width:100%}.step-connector{display:none}.form-body{padding:1.5rem}.execution-summary,.metadata-inputs,.plugins-grid{grid-template-columns:1fr}.form-navigation,.token-counter{flex-direction:column}.form-navigation{gap:1rem}.form-navigation .btn{justify-content:center;width:100%}}.input-mode-switch{display:flex;gap:.5rem;margin-bottom:1rem}.mode-btn{align-items:center;background:#ffffff0d;border:2px solid #fff3;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;flex:1 1;font-size:.95rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s}.mode-btn:hover{background:#ffffff1a;border-color:#ffffff4d}.mode-btn.active{background:#fff3;border-color:#ffffff80;box-shadow:0 2px 8px #0003}.url-input{background:#ffffff0d;border:2px solid #fff3;border-radius:.5rem;color:#fff;font-size:1rem;margin-bottom:1rem;padding:.75rem;width:100%}.url-input:focus{background:#ffffff1a;border-color:#ffffff80;outline:none}.url-options{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;padding:1rem}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-size:.95rem;gap:.5rem}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.checkbox-label span{-webkit-user-select:none;user-select:none}.update-interval{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-left:1.75rem}.interval-input{background:#ffffff0d;border:2px solid #fff3;border-radius:.25rem;color:#fff;font-size:.9rem;padding:.4rem;text-align:center;width:60px}.interval-input:focus{border-color:#ffffff80;outline:none}.search-options{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;margin-bottom:1rem;padding:.75rem}.result-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.result-source-badge{border-radius:1rem;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.result-source-badge.rag{background:#667eea4d;border:1px solid #667eea80}.result-source-badge.web{background:#4caf504d;border:1px solid #4caf5080}.result-metadata a{color:#fffc;margin-left:.5rem;text-decoration:none;transition:color .2s}.result-metadata a:hover{color:#fff;text-decoration:underline}.result-metadata strong{color:#ffffffe6;margin-left:.5rem}.search-result-item.web{border-left:3px solid #4caf5099}.search-result-item.rag{border-left:3px solid #667eea99}.multistep-footer-nav{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#5a67d8fa,#6b46c1fa);border-top:2px solid #8b5cf666;bottom:104px;box-shadow:0 -4px 20px #0000004d;display:flex;gap:20px;height:58px;justify-content:space-between;left:0;padding:14px 28px;position:fixed;right:0;z-index:998}.multistep-footer-nav .btn{border-radius:8px;font-size:14px;font-weight:600;min-width:120px;padding:12px 24px;transition:all .2s ease}.multistep-footer-nav .btn-primary{background:#fff;border:none;color:#5a67d8}.multistep-footer-nav .btn-primary:hover:not(:disabled){background:#f0f0f0;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.multistep-footer-nav .btn-secondary{background:#fff3;border:1px solid #ffffff4d;color:#fff}.multistep-footer-nav .btn-secondary:hover:not(:disabled){background:#ffffff4d;transform:translateY(-2px)}.multistep-footer-nav .btn:disabled{cursor:not-allowed;opacity:.5}.multistep-footer-nav .step-counter{background:#ffffff26;border:1px solid #ffffff40;border-radius:20px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px}.markdown-renderer{color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;max-width:100%;overflow-x:auto;width:100%}.markdown-h1{border-bottom:2px solid #e5e7eb;color:#111827;font-size:2em;font-weight:700;margin:.67em 0;padding-bottom:.3em}.markdown-h2{border-bottom:1px solid #e5e7eb;color:#111827;font-size:1.5em;font-weight:600;margin:.83em 0;padding-bottom:.2em}.markdown-h3{font-size:1.17em;margin:1em 0}.markdown-h3,.markdown-h4{color:#374151;font-weight:600}.markdown-h4{font-size:1em;margin:1.33em 0}.markdown-paragraph{line-height:1.7;margin:1em 0}.markdown-link{color:#58a6ff;text-decoration:none;transition:color .2s}.markdown-link:hover{color:#79c0ff;text-decoration:underline}.markdown-image{border-radius:8px;box-shadow:0 4px 6px #0000004d;height:auto;margin:1em 0;max-width:100%;transition:transform .2s}.markdown-image:hover{transform:scale(1.02)}.markdown-inline-code{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:3px;color:#dc2626;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;padding:.2em .4em}.markdown-code-block{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin:1em 0;overflow-x:auto;padding:1em}.markdown-code-block code{color:#374151;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;line-height:1.5}.markdown-list,.markdown-ordered-list{margin:1em 0;padding-left:2em}.markdown-list-item{margin:.5em 0}.markdown-blockquote{border-left:4px solid #667eea;color:#6b7280;font-style:italic;margin:1em 0;padding-left:1em}.markdown-table-wrapper{margin:1em 0;overflow-x:auto}.markdown-table{background-color:#fff;border:1px solid #e5e7eb;border-collapse:collapse;border-radius:6px;width:100%}.markdown-td,.markdown-th{border:1px solid #e5e7eb;padding:.75em;text-align:left}.markdown-th{background-color:#f9fafb;color:#111827;font-weight:600}.markdown-td{color:#374151}.markdown-renderer hr{background-color:#e5e7eb;border:0;height:1px;margin:2em 0}@media (max-width:768px){.markdown-h1{font-size:1.75em}.markdown-h2{font-size:1.35em}.markdown-h3{font-size:1.1em}.markdown-image{max-width:100%}.markdown-table-wrapper{overflow-x:scroll}}.terraform-form{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;max-width:1800px;padding:2rem 2.5rem;width:98%}.form-header{margin-bottom:2rem;text-align:center}.form-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#5b8def,#06c);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#6b7280;font-size:1rem}.progress-indicator{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;justify-content:space-between;margin-bottom:2.5rem;overflow-x:auto;padding:1.5rem}.progress-step{border-radius:8px;cursor:pointer;flex-shrink:0;gap:.75rem;padding:.75rem 1rem;transition:all .2s ease}.progress-step:hover{background:#f8fafc}.progress-step.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);box-shadow:0 2px 8px #5b8def33}.progress-step.completed .step-icon{color:#10b981}.progress-step.active .step-icon{color:#06c}.step-icon{color:#9ca3af;transition:color .2s ease}.step-label{display:flex;flex-direction:column;gap:.25rem}.step-name{color:#1f2937;font-size:.95rem;font-weight:600}.step-desc{color:#6b7280;font-size:.8rem}.step-connector{color:#d1d5db;margin:0 .5rem}.form-body{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000000f;margin-bottom:1.5rem;min-height:500px;padding:2.5rem}.step-content h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.step-description{color:#6b7280;font-size:1rem;margin-bottom:2rem}.service-checks{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.service-check{align-items:center;background:#f9fafb;border:2px solid #0000;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .2s ease}.service-check.success{background:#f0fdf4;border-color:#10b981;color:#047857}.service-check.error{background:#fef2f2;border-color:#ef4444;color:#dc2626}.service-check span{font-weight:500}.service-check .status{font-size:.9rem;margin-left:auto}.terraform-version{align-items:center;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:8px;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.terraform-version h3{color:#1e40af;font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.terraform-version p{color:#1e3a8a;margin:.25rem 0}.info-box{background:#eff6ff;border-left:4px solid #3b82f6;border-radius:8px;display:flex;gap:1rem;margin-top:2rem;padding:1.5rem}.info-box.warning{background:#fef3c7;border-left-color:#f59e0b}.info-box.warning h4{color:#92400e}.info-box.warning p{color:#78350f}.info-box h4{color:#1e40af;font-size:1.1rem;margin:0 0 .5rem}.info-box p{color:#1e3a8a;line-height:1.6;margin:0}.workspace-create{margin-bottom:2rem}.workspace-create label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.input-group{display:flex;gap:.75rem}.workspace-input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease}.workspace-input:focus{border-color:#3b82f6;outline:none}.workspaces-list{margin-bottom:2rem}.workspaces-list h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.workspace-item{align-items:center;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:.75rem;padding:1rem 1.25rem;transition:all .2s ease}.workspace-item:hover{background:#f8fafc;border-color:#3b82f6}.workspace-item.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#06c}.workspace-info{align-items:center;display:flex;flex:1 1;gap:1rem}.workspace-name{color:#1f2937;display:block;font-weight:600}.workspace-details{color:#6b7280;display:block;font-size:.85rem;margin-top:.25rem}.selected-workspace{align-items:center;background:#dcfce7;border-radius:8px;color:#166534;display:flex;font-weight:500;gap:.75rem;padding:1rem}.providers-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:2rem}.provider-card{border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:1.5rem;position:relative;text-align:center;transition:all .2s ease}.provider-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.provider-card.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#06c}.provider-card h3{color:#1f2937;font-size:1.1rem;margin:.75rem 0 .5rem}.provider-card p{color:#6b7280;font-size:.85rem;margin:0}.provider-check{color:#10b981;position:absolute;right:.75rem;top:.75rem}.provider-info{background:#eff6ff;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.provider-info h3{color:#1e40af;margin-top:0}.provider-info a{color:#06c;text-decoration:none}.provider-info a:hover{text-decoration:underline}.config-section{margin-bottom:2rem}.config-section label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.config-textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.9rem;line-height:1.5;margin-bottom:1rem;padding:1rem;resize:vertical;transition:border-color .2s ease;width:100%}.config-textarea:focus{border-color:#3b82f6;outline:none}.variables-section{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.variables-section label{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem;margin-bottom:.75rem}.variable-input-group{display:flex;gap:.75rem;margin-bottom:1rem}.variable-input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:.95rem;padding:.75rem 1rem;transition:border-color .2s ease}.variable-input:focus{border-color:#3b82f6;outline:none}.variables-list{display:flex;flex-direction:column;gap:.5rem}.variable-item{align-items:center;background:#f9fafb;border-radius:6px;gap:1rem;padding:.75rem 1rem}.var-key{color:#1f2937;font-weight:600}.var-key,.var-value{font-family:Monaco,monospace}.var-value{color:#6b7280}.execute-summary{background:#f9fafb;border-radius:8px;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding:1.5rem}.summary-item{align-items:center;color:#1f2937;display:flex;font-weight:500;gap:.5rem}.execute-actions{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:2rem}.result-box{border-left:4px solid;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.result-box.success{background:#f0fdf4;border-color:#10b981}.result-box.error{background:#fef2f2;border-color:#ef4444}.result-box h4{color:#1f2937;margin:0 0 1rem}.result-box pre{background:#fff;border-radius:6px;font-family:Monaco,Courier New,monospace;font-size:.85rem;line-height:1.5;margin:0;max-height:400px;overflow-x:auto;overflow-y:auto;padding:1rem}.form-navigation{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.step-counter{color:#6b7280;font-weight:500}.btn{align-items:center;background:#fff;border:none;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:linear-gradient(135deg,#5b8def,#06c);box-shadow:0 2px 8px #06c3}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #0066cc4d;transform:translateY(-1px)}.btn-secondary{background:#f9fafb}.btn-secondary:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.btn-success{box-shadow:0 2px 8px #10b98133}.btn-success:hover:not(:disabled){box-shadow:0 4px 12px #10b9814d;transform:translateY(-1px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef444433;color:#fff}.btn-danger:hover:not(:disabled){box-shadow:0 4px 12px #ef44444d;transform:translateY(-1px)}.btn-icon{min-width:0;min-width:auto;padding:.5rem}.error-message{background:#fef2f2;border-left:4px solid #ef4444;gap:.75rem}.warning-message{align-items:center;background:#fffbeb;border-left:4px solid #f59e0b;border-radius:8px;color:#d97706;display:flex;font-weight:500;gap:.75rem;margin-bottom:1rem;padding:1rem 1.25rem}.hint{color:#6b7280;font-size:.85rem;margin-top:.5rem}@media (max-width:768px){.terraform-form{padding:1rem}.form-body{padding:1.5rem}.progress-indicator{align-items:stretch;flex-direction:column}.step-connector{display:none}.execute-actions,.providers-grid{grid-template-columns:1fr}}.provider-variables-section{background:#f0fdf4;border-left:4px solid #10b981;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.provider-variables-section h4{color:#059669;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.recommended-vars{grid-gap:.75rem;display:grid;gap:.75rem}.var-recommendation{background:#fff;border:1px solid #d1fae5;border-radius:6px;color:#374151;font-size:.9rem;padding:.75rem 1rem}.var-recommendation strong{color:#059669;font-family:Courier New,monospace;margin-right:.5rem}.provider-config-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:1.5rem;padding:1rem}.provider-config-preview h4{color:#374151;font-size:1rem;margin-bottom:.75rem;margin-top:0}.config-preview{background:#1f2937;border-radius:6px;color:#10b981;font-family:Courier New,monospace;font-size:.85rem;margin:0;overflow-x:auto;padding:1rem}.config-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.filename-input{border:1px solid #d1d5db;border-radius:6px;flex:0 0 200px;font-family:Courier New,monospace;font-size:.9rem;padding:.5rem .75rem}.presets-section{margin-bottom:2.5rem}.presets-section h3{align-items:center;color:#5b8def;display:flex;font-size:1.3rem;gap:.5rem;margin-bottom:.5rem}.presets-grid{grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.preset-card{background:#fff;border:2px solid #e5e7eb;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.preset-card:hover{border-color:#5b8def;box-shadow:0 4px 12px #5b8def26}.preset-card.selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#06c;box-shadow:0 4px 16px #06c3}.preset-header{justify-content:space-between;margin-bottom:1rem}.preset-header svg{color:#5b8def}.preset-difficulty{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.preset-difficulty.beginner{background:#d1fae5;color:#059669}.preset-difficulty.intermediate{background:#fef3c7;color:#d97706}.preset-difficulty.advanced{background:#fee2e2;color:#dc2626}.preset-card h4{color:#111827;font-size:1.1rem;font-weight:700;margin:0 0 .75rem}.preset-description{font-size:.9rem;margin-bottom:1rem;min-height:60px}.preset-meta{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.preset-category{background:#f3f4f6;border-radius:6px;color:#374151;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.preset-cost{color:#10b981;font-size:.9rem;gap:.25rem}.preset-components{color:#4b5563;font-size:.85rem}.preset-components strong{color:#111827;margin-bottom:.5rem}.preset-components ul{list-style:disc;padding-left:1.25rem}.preset-components li{line-height:1.4;margin-bottom:.25rem}.preset-check{color:#06c;filter:drop-shadow(0 2px 4px rgba(0,102,204,.3));position:absolute;right:1rem;top:1rem}.divider{margin:2.5rem 0;position:relative;text-align:center}.divider:before{background:#e5e7eb;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.divider span{background:#fff;color:#9ca3af;font-size:.9rem;font-weight:600;padding:0 1rem;position:relative;z-index:1}.preset-details{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #06c;border-radius:12px;margin-top:2rem;padding:2rem}.preset-details h3{color:#06c;font-size:1.4rem;margin-bottom:1.5rem;margin-top:0}.preset-info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.preset-info-item{background:#fff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem}.preset-info-item strong{color:#1e40af;display:block;font-size:.85rem;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.preset-components-full{background:#fff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem}.preset-components-full h4{color:#1e40af;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.preset-components-full ul{column-count:2;column-gap:2rem;list-style:disc;margin:0;padding-left:1.5rem}.preset-components-full li{break-inside:avoid;color:#374151;line-height:1.5;margin-bottom:.5rem;page-break-inside:avoid}.preset-explanation{background:#fff;border:1px solid #bfdbfe;border-radius:8px;padding:1.5rem}.preset-explanation h4{color:#1e40af;font-size:1.1rem;margin-bottom:1rem;margin-top:0}.explanation-content{color:#374151;font-size:.95rem;line-height:1.6;white-space:pre-wrap}.suggested-presets{background:#f0f9ff;border:2px dashed #5b8def;border-radius:10px;margin:1.5rem 0;padding:1.5rem}.suggested-presets h4{align-items:center;color:#06c;display:flex;font-size:1.1rem;gap:.5rem;margin-bottom:1rem;margin-top:0}.suggested-presets-list{grid-gap:1rem;display:grid;gap:1rem}.suggested-preset-item{background:#fff;border:2px solid #bfdbfe;border-radius:8px;cursor:pointer;padding:1rem;transition:all .2s ease}.suggested-preset-item:hover{border-color:#06c;box-shadow:0 2px 8px #0066cc26;transform:translateX(4px)}.suggested-preset-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.suggested-preset-header strong{color:#111827;font-size:.95rem}.suggested-preset-item p{color:#6b7280;font-size:.85rem;line-height:1.4;margin:.5rem 0}.suggested-preset-meta{align-items:center;border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:.8rem;justify-content:space-between;margin-top:.75rem;padding-top:.75rem}.credentials-section{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b;border-radius:12px;margin-bottom:2rem;padding:2rem}.credentials-section h3{color:#92400e;font-size:1.3rem;margin-bottom:.5rem;margin-top:0}.credentials-section h4{color:#92400e;font-size:1.1rem;margin-bottom:1rem;margin-top:1.5rem}.credentials-section .hint{color:#78350f;margin-bottom:1.5rem}.credentials-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:1rem}.credential-field{display:flex;flex-direction:column;gap:.5rem}.credential-field label{align-items:center;color:#1f2937;display:flex;font-size:.9rem;font-weight:600;gap:.5rem}.required-badge{background:#dc2626}.optional-badge,.required-badge{border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.5px;padding:2px 8px}.optional-badge{background:#6b7280}.credential-input{background:#fff;border:2px solid #d1d5db;border-radius:8px;font-family:Courier New,monospace;font-size:.9rem;padding:.75rem;transition:all .2s ease}.credential-input:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.credential-input.empty{background:#fef2f2;border-color:#fca5a5}.credential-input.empty:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.validation-error{color:#dc2626;font-size:.8rem;font-weight:500}.config-file-section{background:#1e293b;border:2px solid #334155;border-radius:12px;margin-bottom:2rem;overflow:hidden}.config-file-header{align-items:center;background:#0f172a;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:1rem 1.5rem}.config-file-info{align-items:center;color:#94a3b8;display:flex;gap:1rem}.config-file-info svg{color:#60a5fa}.filename-input-inline{background:#1e293b;border:1px solid #475569;border-radius:6px;color:#e2e8f0;font-family:Courier New,monospace;font-size:.9rem;min-width:150px;padding:.5rem .75rem}.filename-input-inline:focus{border-color:#60a5fa;outline:none}.config-lines{color:#64748b;font-size:.85rem}.config-actions{align-items:center;display:flex;gap:.5rem}.config-editor-wrapper{background:#1e293b;display:flex;max-height:600px;overflow:hidden}.line-numbers{-ms-overflow-style:none;background:#0f172a;border-right:1px solid #334155;color:#64748b;font-family:Courier New,monospace;font-size:.9rem;min-width:60px;overflow-y:scroll;padding:1rem .5rem;scrollbar-width:none;text-align:right;-webkit-user-select:none;user-select:none}.line-numbers::-webkit-scrollbar{display:none}.line-number{line-height:1.5;padding:0 .5rem}.config-editor-improved{-ms-overflow-style:none;background:#1e293b;border:none;color:#e2e8f0;flex:1 1;font-family:Courier New,monospace;font-size:.9rem;line-height:1.5;overflow-y:scroll;padding:1rem;resize:none;scrollbar-width:none;tab-size:2}.config-editor-improved::-webkit-scrollbar{display:none}.config-editor-improved:focus{outline:none}.config-editor-improved::placeholder{color:#475569}.variable-input-group-improved{grid-gap:1rem;align-items:end;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;display:grid;gap:1rem;grid-template-columns:1fr 1fr auto;margin-bottom:1.5rem;padding:1.5rem}.variable-select-group{display:flex;flex-direction:column;gap:.5rem}.variable-select-group label{color:#374151;font-size:.9rem;font-weight:600}.variable-select{background:#fff;border:2px solid #d1d5db;border-radius:6px;color:#1f2937;cursor:pointer;font-size:.9rem;padding:.75rem;transition:all .2s}.variable-select:hover{border-color:#9ca3af}.variable-select:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.variable-input-alt{border:2px solid #d1d5db;border-radius:6px;font-size:.9rem;margin-top:.5rem;padding:.75rem;transition:all .2s}.variable-input-alt:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.btn-add-var{align-items:center;display:flex;gap:.5rem;height:-webkit-fit-content;height:fit-content;padding:.75rem 1.5rem;white-space:nowrap}.btn-success{background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857)}@media (max-width:768px){.presets-grid{grid-template-columns:1fr}.preset-components-full ul{column-count:1}.credentials-grid,.preset-info-grid,.variable-input-group-improved{grid-template-columns:1fr}.config-file-header{align-items:flex-start;flex-direction:column;gap:1rem}.config-actions{justify-content:space-between;width:100%}}.auto-tool-form{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin:0 auto;max-width:1800px;padding:32px 40px;width:98%}.tool-form-header{border-bottom:2px solid #e9ecef;margin-bottom:32px;padding-bottom:24px;text-align:center}.tool-form-header h2{color:#212529;font-size:28px;font-weight:700;margin:0 0 12px}.tool-form-header p{color:#6c757d;font-size:16px;margin:0}.form-progress{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px;position:relative}.form-progress:before{background:#e9ecef;content:"";height:2px;left:40px;position:absolute;right:40px;top:20px;z-index:0}.progress-step{flex:1 1;flex-direction:column;gap:8px;position:relative;z-index:1}.progress-step,.step-indicator{align-items:center;display:flex}.step-indicator{background:#fff;border:3px solid #e9ecef;border-radius:50%;color:#adb5bd;font-size:16px;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.progress-step.active .step-indicator{background:#667eea;border-color:#667eea;box-shadow:0 0 0 4px #667eea33;color:#fff}.progress-step.completed .step-indicator{background:#10b981;border-color:#10b981;color:#fff}.step-label{color:#6c757d;font-size:12px;font-weight:600;max-width:100px;text-align:center}.progress-step.active .step-label{color:#667eea}.progress-step.completed .step-label{color:#10b981}.step-content{margin-bottom:32px}.step-content h3{color:#212529;font-size:22px;font-weight:700;margin:0 0 8px}.step-description{color:#6c757d;font-size:14px;margin:0 0 24px}.form-fields{gap:20px}.form-field,.form-fields{display:flex;flex-direction:column}.form-field{gap:8px}.form-field label{color:#495057;font-size:14px;font-weight:600}.required{color:#ef4444;margin-left:4px}.form-field input,.form-field select,.form-field textarea{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 16px;transition:all .3s ease}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.field-hint{color:#6c757d;font-size:12px;font-style:italic}.checkbox-field{align-items:center;background:#f8f9fa;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;transition:all .3s ease}.checkbox-field:hover{background:#e9ecef}.checkbox-field input[type=checkbox]{cursor:pointer;height:20px;width:20px}.checkbox-field span{color:#495057;font-size:14px;font-weight:600}.confirmation-view{background:#f8f9fa;border-radius:8px;padding:24px}.confirmation-view h4{color:#212529;font-size:18px;font-weight:700;margin:0 0 16px}.params-review{display:flex;flex-direction:column;gap:12px}.param-item{background:#fff;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:12px}.param-key{color:#495057;font-weight:600}.param-value{color:#212529;font-family:Courier New,monospace}.result-view{text-align:center}.success-icon{color:#10b981;margin-bottom:16px}.result-view h4{color:#212529;font-size:22px;font-weight:700;margin:0 0 20px}.result-content{background:#f8f9fa;border-radius:8px;max-height:400px;overflow-y:auto;padding:20px;text-align:left}.result-content pre{word-wrap:break-word;color:#495057;font-size:13px;margin:0;white-space:pre-wrap}.error-message{background:#ef44441a;border:2px solid #ef44444d;color:#dc2626;gap:12px;margin-bottom:20px;padding:12px 16px}.form-navigation{border-top:2px solid #e9ecef;display:flex;gap:16px;justify-content:space-between;margin-top:32px;padding-top:24px}.btn-primary,.btn-secondary{border-radius:8px;display:flex;flex:1 1;font-size:14px;justify-content:center;padding:12px 24px}.btn-primary{background:#667eea}.btn-primary:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#e9ecef;color:#495057}.btn-secondary:hover{background:#dee2e6}@media (max-width:768px){.auto-tool-form{padding:20px}.form-progress{flex-wrap:wrap}.step-label{font-size:10px;max-width:80px}.step-indicator{font-size:14px;height:32px;width:32px}}.settings-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:40px 20px;width:100%}.settings-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;margin:0 auto;max-width:1800px;overflow:hidden;width:98%}.settings-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px}.settings-title{align-items:center;display:flex;gap:20px}.settings-title h1{font-size:32px;font-weight:700;margin:0 0 8px}.settings-title p{font-size:16px;margin:0;opacity:.9}.settings-content{padding:40px}.security-notice{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;display:flex;gap:16px;margin-bottom:32px;padding:20px}.security-notice svg{color:#f59e0b;flex-shrink:0;margin-top:2px}.security-notice h3{color:#92400e;font-size:16px;font-weight:600;margin:0 0 8px}.security-notice p{color:#78350f;font-size:14px;line-height:1.6;margin:0}.settings-section{margin-bottom:48px}.section-header{gap:12px;margin-bottom:12px}.section-header svg{color:#667eea}.section-header h2{font-size:24px}.section-description{color:#6b7280;font-size:15px;line-height:1.6;margin:0 0 24px}.api-keys-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.api-key-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s ease}.api-key-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.api-key-card.active{background:linear-gradient(135deg,#10b9811a,#0596691a);border-color:#10b981}.api-key-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.provider-info h3{color:#1f2937;font-size:18px;font-weight:600;margin:0 0 4px}.provider-info p{color:#6b7280;font-size:13px;margin:0}.status-badge{display:inline-flex;gap:6px;padding:6px 12px}.status-active{background:#d1fae5;color:#065f46}.docs-link{color:#667eea;font-size:13px;font-weight:500;text-decoration:none;transition:color .2s ease}.docs-link:hover{color:#764ba2}.api-key-input-group{display:flex;flex-direction:column;gap:8px}.input-wrapper{align-items:center;position:relative}.api-key-input{background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-family:Courier New,monospace;font-size:14px;padding:12px 48px 12px 16px;transition:all .2s ease}.api-key-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.toggle-visibility{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;transition:color .2s ease}.toggle-visibility:hover{color:#667eea}.key-status{align-items:center;color:#059669;display:inline-flex;font-size:13px;font-weight:500;gap:6px}.key-status svg{color:#10b981}.endpoint-info{background:#10b9811a;border-radius:6px;color:#065f46;display:inline-block;font-family:Courier New,monospace;font-size:13px;padding:6px 12px}.settings-actions{border-top:2px solid #e5e7eb;display:flex;gap:16px;margin-top:32px;padding-top:32px}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:14px 28px;transition:all .3s ease}.btn-secondary{border:2px solid #e5e7eb}.save-status{align-items:center;animation:slideIn .3s ease;border-radius:10px;display:flex;font-size:15px;font-weight:500;gap:12px;margin-top:24px;padding:16px 20px}.save-status.success{background:#d1fae5;color:#065f46}.save-status.cleared{background:#fef3c7;color:#92400e}.save-status svg{flex-shrink:0}@media (max-width:768px){.settings-page{padding:20px 10px}.settings-header{padding:24px 20px}.settings-title{align-items:flex-start;flex-direction:column;gap:12px}.settings-title h1{font-size:24px}.settings-content{padding:24px 20px}.api-keys-grid{grid-template-columns:1fr}.settings-actions{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0;color:#fff;margin:0}.hero-section:before{background:radial-gradient(circle at 20% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff14 0,#0000 50%);bottom:0;left:0;right:0;top:0}.hero-title{letter-spacing:-.02em;margin:0 0 1rem;perspective:1000px;transform-style:preserve-3d}.hero-title .gradient-text{-webkit-text-fill-color:#0000;animation:shimmer 3s linear infinite;background:linear-gradient(90deg,gold,#ffb347,gold);background-clip:text;-webkit-background-clip:text;background-size:200% auto}.hero-subtitle{font-weight:400;margin:0 auto 2rem;max-width:600px;opacity:.95}.hero-stats-row{flex-wrap:wrap;margin-bottom:2rem}.hero-stat{background:#ffffff1a;border:1px solid #fff3;border-radius:0;padding:1rem 1.5rem}.hero-stat-number{font-weight:800;line-height:1}.hero-stat-label{font-size:.875rem;font-weight:600;letter-spacing:.05em;opacity:.9}.hero-cta{background:#fff;border-radius:0;box-shadow:0 4px 20px #0003;color:#667eea;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-cta:hover{background:#f8f9fa;box-shadow:0 8px 30px #0000004d;transform:translateY(-3px) scale(1.02)}.marketplace{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;width:100%}.marketplace-body{background:#f8f9fa;display:flex;flex:1 1}.marketplace-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:1.5rem 2rem;z-index:10}.header-left{gap:1rem}.header-right{gap:1.5rem}.wallet-display{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:flex;font-weight:600;gap:.5rem;padding:.5rem 1rem}.wallet-display .balance{font-size:1.1rem}.btn-add-tokens{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:24px;justify-content:center;transition:all .2s ease;width:24px}.btn-add-tokens:hover{background:#ffffff4d;transform:scale(1.1)}.user-info{background:#f5f5f5;border-radius:20px;gap:.5rem}.role-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.btn-login,.btn-logout{border:none;border-radius:20px;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:all .3s ease}.btn-login{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-logout{background:#ff6b6b;color:#fff}.btn-login:hover,.btn-logout:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.marketplace-nav{background:#ffffffe6;border-bottom:2px solid #e0e0e0;display:flex;gap:.5rem;overflow-x:auto;padding:1rem 2rem}.marketplace-nav button{align-items:center;background:#0000;border:none;border-radius:10px;color:#666;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease;white-space:nowrap}.marketplace-nav button:hover{background:#667eea1a;color:#667eea}.marketplace-nav button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.marketplace-nav-enhanced{background:#fffffffa;border-right:1px solid #00000014;display:flex;flex-direction:column;min-height:calc(100vh - 80px);overflow-y:auto;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;width:280px}.nav-primary{border-bottom:1px solid #0000000f;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:0 1rem 1.5rem}.nav-item{align-items:center;background:#0000;border:none;border-radius:12px;color:#4a5568;cursor:pointer;display:flex;gap:1rem;overflow:hidden;padding:.875rem 1rem;position:relative;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-item:before{background:linear-gradient(135deg,#667eea,#764ba2);content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:transform .3s ease;width:3px}.nav-item:hover{background:#667eea14;color:#667eea;transform:translateX(4px)}.nav-item:hover:before{transform:scaleY(1)}.nav-item.active{background:linear-gradient(135deg,#667eea26,#764ba226);color:#667eea;font-weight:600}.nav-item.active:before{transform:scaleY(1)}.nav-item-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.nav-item-title{font-size:.95rem;font-weight:600;letter-spacing:-.01em}.nav-item-desc{font-size:.75rem;font-weight:500;opacity:.7}.nav-ecosystem{border-bottom:1px solid #0000000f;display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem;padding:0 1rem 1.5rem}.nav-section-title{align-items:center;color:#718096;display:flex;font-size:.75rem;font-weight:700;gap:.5rem;letter-spacing:.08em;margin-bottom:.25rem;padding:.5rem .5rem .75rem;text-transform:uppercase}.nav-role-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#4a5568;cursor:pointer;display:flex;gap:.875rem;padding:.75rem .875rem;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-role-item:hover{background:#0000000a;transform:translateX(4px)}.nav-role-item.active{background:#667eea1a}.role-icon{align-items:center;border-radius:8px;box-shadow:0 2px 8px #00000026;color:#fff;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:transform .3s ease;width:36px}.nav-role-item:hover .role-icon{box-shadow:0 4px 12px #0003;transform:scale(1.05)}.nav-role-content{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.nav-role-title{font-size:.875rem;font-weight:600;letter-spacing:-.01em}.nav-role-badge{font-size:.7rem;font-weight:500;opacity:.7}.nav-actions{display:flex;flex-direction:column;gap:.5rem;padding:0 1rem}.nav-action-item{align-items:center;background:#667eea0f;border:none;border-radius:10px;color:#4a5568;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:all .3s ease}.nav-action-item:hover{background:#667eea1f;color:#667eea;transform:translateX(4px)}.wallet-balance{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;margin-left:auto;padding:.25rem .625rem}@media (max-width:768px){.marketplace-nav-enhanced{border-bottom:1px solid #00000014;border-right:none;max-height:400px;min-height:auto;position:static;width:100%}}.marketplace-content{flex:1 1;max-width:100%;overflow-y:auto;padding:1rem 2rem;width:100%}.error-banner{background:#ff6b6b;border-radius:10px;color:#fff;justify-content:space-between;margin-bottom:1rem;padding:1rem}.error-banner button{color:#fff;font-size:1.5rem}.overview-view{display:flex;flex-direction:column;gap:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.stat-card{border-radius:15px;box-shadow:0 4px 15px #0000001a;gap:.5rem;padding:2rem}.stat-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.stat-card h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.stat-card p{color:#666;font-weight:500}.featured-section{background:#fffffff2;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:1.5rem}.featured-section h2{color:#333;margin:0 0 1.5rem}.items-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.item-card{background:#fff;border:2px solid #e0e0e0;border-radius:12px;display:flex;flex-direction:column;gap:1rem;height:100%;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.item-card:hover{border-color:#667eea;box-shadow:0 8px 20px #667eea33;transform:translateY(-3px)}.card-header{gap:.75rem}.card-header h3{color:#333;font-size:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.verified-icon{color:#4caf50;flex-shrink:0}.card-description{line-clamp:3;-webkit-box-orient:vertical;color:#666;display:-webkit-box;flex:1 1;font-size:.9rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis}.card-tags{gap:.5rem}.tag{background:#f0f0f0;border-radius:12px;color:#666;font-size:.75rem;padding:.25rem .75rem}.capability-tag{background:#667eea1a;color:#667eea}.card-stats{display:flex;flex-wrap:wrap;gap:1rem}.card-stats .stat{align-items:center;color:#999;display:flex;font-size:.85rem;gap:.25rem}.card-stats .stat svg{color:#ccc}.card-footer{align-items:center;border-top:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.card-actions{gap:.5rem;opacity:0;position:absolute;right:10px;top:10px;transform:translateY(-10px);transition:all .3s ease}.item-card:hover .card-actions{opacity:1;transform:translateY(0)}.action-btn{border-radius:50%;box-shadow:0 2px 8px #00000026;height:32px;width:32px}.action-btn:hover{box-shadow:0 4px 12px #0003;transform:scale(1.1)}.action-btn.deploy{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.action-btn.run{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.action-btn.prompt{background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff}.action-btn svg{height:16px;width:16px}.price{align-items:center;display:flex}.free-badge{background:#4caf50;border-radius:20px;color:#fff;font-size:.9rem;font-weight:700;padding:.5rem 1rem}.token-price{align-items:center;color:#667eea;display:flex;font-size:1.1rem;font-weight:700;gap:.25rem}.btn-purchase{border-radius:20px;padding:.5rem 1.5rem;transition:all .3s ease}.btn-purchase:hover{box-shadow:0 4px 12px #667eea4d}.owner-badge{background:gold;border-radius:20px;color:#333;font-size:.85rem;font-weight:700;padding:.5rem 1rem}.view-header{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.view-header h2{color:#333;margin:0}.btn-create{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;padding:.75rem 1.5rem;transition:all .3s ease}.btn-create:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.my-items-section{background:#fffffff2;border-radius:15px;box-shadow:0 4px 15px #0000001a;margin-bottom:2rem;padding:2rem}.my-items-section h3{color:#333;margin:0 0 1.5rem}.auth-modal{max-height:95vh;max-width:90vw;overflow-y:auto;padding:2rem 3rem;width:90%}.auth-modal h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.auth-modal form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.form-row{gap:1rem;grid-template-columns:1fr}}.auth-modal input,.auth-modal select{background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease;width:100%}.auth-modal input:focus,.auth-modal select:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.role-selector{display:flex;flex-direction:column;gap:1.25rem;margin:2rem 0}.role-selector-label{color:#2d3748;font-size:1.3rem;font-weight:700;margin-bottom:.75rem;text-align:center}.role-cards-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(4,1fr);padding:.5rem;width:100%}@media (max-width:1600px){.auth-modal{max-width:92vw;padding:2rem 2.5rem;width:92%}.role-cards-grid{gap:1rem}.role-card{min-height:360px;padding:1rem}}@media (max-width:1200px){.role-cards-grid{gap:1.25rem;grid-template-columns:repeat(2,1fr)}.auth-modal{max-width:90vw;padding:1.75rem 2rem;width:90%}.role-card{min-height:auto}}@media (max-width:768px){.role-cards-grid{gap:1rem;grid-template-columns:1fr}}.role-card{background:linear-gradient(145deg,#fff,#f8f9ff);border:2px solid #e0e7ff;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;height:100%;min-height:380px;overflow:hidden;padding:1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.role-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:5px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.role-card:hover{border-color:#667eea;box-shadow:0 12px 28px #667eea33;transform:translateY(-6px)}.role-card:hover:before{transform:scaleX(1)}.role-card.selected{background:linear-gradient(145deg,#f0f4ff,#e0e7ff);border-color:#667eea;border-width:3px;box-shadow:0 0 0 4px #667eea26,0 12px 28px #667eea40;transform:scale(1.02)}.role-card.selected:before{height:6px;transform:scaleX(1)}.role-card-icon{filter:drop-shadow(0 4px 6px rgba(0,0,0,.1));font-size:2.5rem;margin-bottom:.75rem;text-align:center}.role-card h3{color:#1a202c;font-size:1.05rem;font-weight:700;line-height:1.3;margin:0 0 .4rem;text-align:center}.role-card-subtitle{color:#4a5568;font-size:.85rem;font-weight:500;line-height:1.4;margin:0 0 1rem;text-align:center}.role-card-pricing{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 4px 10px #667eea33;margin-bottom:1rem;padding:.85rem;text-align:center}.pricing-tier{color:#fff;font-size:.8rem;font-weight:600;opacity:.9;padding:.3rem 0}.pricing-tier.featured{font-size:.95rem;font-weight:700;opacity:1}.pricing-revenue{color:#fff;font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.pricing-info{color:#fffffff2;font-size:.8rem;font-weight:500}.role-card-features{color:#4a5568;flex-grow:1;font-size:.8rem;list-style:none;margin:0;padding:0}.role-card-features li{align-items:center;display:flex;font-weight:500;line-height:1.3;padding:.35rem 0}.role-card-features li:before{background:#667eea;border-radius:50%;content:"";flex-shrink:0;height:5px;margin-right:.6rem;width:5px}@media (max-width:768px){.role-cards-grid{gap:1.25rem;grid-template-columns:1fr}.auth-modal{max-height:98vh;max-width:98vw;padding:1.5rem;width:98%}.role-card{min-height:auto;padding:1.5rem}.role-card-icon{font-size:3rem;margin-bottom:1rem}.role-card h3{font-size:1.2rem}.role-card-subtitle{font-size:.9rem}.role-card-pricing{padding:1rem}.role-card-features{font-size:.85rem}}.error-message{background:linear-gradient(135deg,#ff6b6b,#ee5a52);border-radius:12px;box-shadow:0 4px 12px #ff6b6b4d;color:#fff;font-weight:500;padding:1rem 1.25rem;text-align:center}.auth-modal button[type=submit]{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.auth-modal button[type=submit]:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-3px)}.auth-modal button[type=submit]:active{transform:translateY(-1px)}.auth-modal button[type=submit]:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-switch{color:#666;font-size:.95rem;margin-top:1rem;text-align:center}.auth-switch button{background:none;border:none;color:#667eea;cursor:pointer;font-size:inherit;font-weight:700;padding:.25rem .5rem;text-decoration:underline;transition:color .2s ease}.auth-switch button:hover{color:#764ba2}.prompt-modal{max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem;width:90%}.prompt-header{align-items:center;border-bottom:2px solid #e0e7ff;display:flex;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem}.prompt-header svg{animation:sparkle 2s ease-in-out infinite;color:#667eea}@keyframes sparkle{0%,to{opacity:1;transform:scale(1) rotate(0deg)}50%{opacity:.8;transform:scale(1.1) rotate(5deg)}}.prompt-header h2{color:#1a202c;font-size:1.75rem;font-weight:700;margin:0}.prompt-item-info{align-items:flex-start;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border:2px solid #e0e7ff;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.25rem}.prompt-item-icon{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #667eea1a;display:flex;flex-shrink:0;height:60px;justify-content:center;width:60px}.prompt-item-icon svg{color:#667eea}.prompt-item-details h3{color:#1a202c;font-size:1.2rem;font-weight:700;margin:0 0 .5rem}.prompt-item-details p{color:#4a5568;font-size:.95rem;line-height:1.5;margin:0}.prompt-instructions{background:linear-gradient(135deg,#fff9e6,#fff5cc);border-left:4px solid #fbbf24;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.prompt-instructions h4{align-items:center;color:#92400e;display:flex;font-size:1rem;font-weight:700;gap:.5rem;margin:0 0 .75rem}.prompt-instructions ul{color:#78350f;margin:0;padding-left:1.5rem}.prompt-instructions li{font-size:.9rem;line-height:1.5;margin-bottom:.5rem}.prompt-input-section{margin-bottom:1.5rem}.prompt-input-section label{color:#2d3748;display:block;font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.prompt-input-section textarea{background:#fafafa;border:2px solid #e0e7ff;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;min-height:200px;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.prompt-input-section textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.char-count{color:#718096;font-size:.85rem;font-weight:500;margin-top:.5rem;text-align:right}.prompt-actions{border-top:2px solid #e0e7ff;display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}.prompt-actions button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-secondary{border:2px solid #d1d5db!important;color:#4b5563}.btn-secondary:hover{box-shadow:0 4px 12px #0000001a}.btn-primary{box-shadow:0 4px 12px #667eea4d}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6;transform:none}.spinner-small{animation:spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:14px;width:14px}.close-button{background:#f1f1f1;color:#666;font-weight:600;padding:.5rem 1rem;right:1.5rem;top:1.5rem}.close-button:hover{background:#e0e0e0;color:#333}@media (max-width:768px){.marketplace-header{flex-direction:column;gap:1rem;padding:1rem}.header-left h1{font-size:1.5rem}.header-right{flex-wrap:wrap;justify-content:center}.marketplace-content{padding:1rem}.stats-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.items-grid{grid-template-columns:1fr}}.role-view{background:#fff;max-width:100%;overflow-y:auto;padding:3rem 4rem;width:100%}.role-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;gap:2rem;margin-bottom:3rem;padding-bottom:2rem}.role-header svg{color:#667eea;flex-shrink:0}.role-header h1{color:#111827;font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.role-header p{color:#6b7280;font-size:1.25rem;margin:0}.role-benefits{margin-bottom:4rem}.role-benefits h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:2rem}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));width:100%}.benefit-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid #667eea1a;border-radius:12px;padding:2rem;transition:all .3s ease}.benefit-card:hover{border-color:#667eea4d;box-shadow:0 8px 24px #667eea26;transform:translateY(-4px)}.benefit-card svg{color:#667eea;margin-bottom:1rem}.benefit-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.benefit-card p{color:#6b7280;line-height:1.6;margin:0}.role-features{background:#f9fafb;border-radius:12px;margin-bottom:4rem;padding:2rem}.role-features h2{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.features-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.features-list li{font-size:1.1rem;padding:.75rem 0}.pricing-tiers{margin-bottom:4rem}.pricing-tiers h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.tiers-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.tier-card{background:#fff;border:2px solid #e5e7eb;border-radius:16px;padding:2rem;position:relative;text-align:center;transition:all .3s ease}.tier-card:hover{box-shadow:0 12px 32px #0000001a;transform:translateY(-8px)}.tier-card.featured{border-color:#667eea;box-shadow:0 8px 24px #667eea33}.tier-card .badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem 1rem;position:absolute;right:20px;top:-12px}.tier-card h3{color:#111827;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.tier-card .price{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:.5rem}.tier-card .cost{color:#6b7280;font-size:1.25rem;margin-bottom:1.5rem}.tier-card ul{list-style:none;margin:0 0 2rem;padding:0;text-align:left}.tier-card ul li{border-bottom:1px solid #f3f4f6;color:#374151;padding:.75rem 0}.tier-card ul li:last-child{border-bottom:none}.operator-requirements{margin-bottom:4rem}.operator-requirements h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:2rem}.requirements-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.requirement-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.requirement-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.requirement-card ul{list-style:none;margin:0;padding:0}.requirement-card ul li{color:#6b7280;font-size:.95rem;padding:.5rem 0}.developer-tools{margin-bottom:4rem}.developer-tools h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:2rem}.tools-grid{grid-gap:2rem;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.tool-card{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:1px solid #667eea1a;border-radius:12px;padding:2rem}.tool-card h3{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.tool-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.tool-card code{background:#1f2937;border-radius:6px;color:#10b981;display:block;font-family:Monaco,Courier New,monospace;font-size:.875rem;overflow-x:auto;padding:.75rem 1rem}.agent-examples{background:#f9fafb;border-radius:12px;margin-bottom:4rem;padding:2rem}.agent-examples h2{color:#111827;font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.examples-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));list-style:none;margin:0;padding:0}.examples-list li{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.examples-list li strong{color:#667eea;font-weight:600}.role-cta{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;margin-bottom:4rem;padding:3rem 2rem;text-align:center}.role-cta h2{color:#111827;font-size:2rem;font-weight:700;margin-bottom:1rem}.role-cta p{color:#6b7280;font-size:1.25rem;margin-bottom:2rem}.btn-primary{font-size:1.1rem;padding:1rem 2.5rem}.btn-primary:hover{box-shadow:0 8px 24px #667eea66}.btn-secondary{border:2px solid #667eea;color:#667eea;font-size:1rem;font-weight:600;padding:.75rem 2rem}.btn-secondary:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:1024px){.role-view{padding:2rem}.role-header h1{font-size:2rem}.benefits-grid,.requirements-grid,.tiers-grid,.tools-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}@media (max-width:768px){.role-view{padding:1.5rem}.role-header{align-items:flex-start;flex-direction:column;gap:1rem}.role-header h1{font-size:1.75rem}.benefits-grid,.examples-list,.features-list,.requirements-grid,.tiers-grid,.tools-grid{grid-template-columns:1fr}}.action-buttons-row{align-items:center;display:flex;gap:.5rem;justify-content:flex-end}.btn-action{background:#fff;border:2px solid;height:36px;justify-content:center;padding:0;transition:all .2s cubic-bezier(.4,0,.2,1);width:36px}.btn-action:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.btn-action:active{transform:translateY(0)}.btn-action.btn-deploy{border-color:#667eea;color:#667eea}.btn-action.btn-deploy:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff}.btn-action.btn-run{border-color:#10b981;color:#10b981}.btn-action.btn-run:hover{background:#10b981;box-shadow:0 4px 12px #10b9814d;color:#fff}.btn-action.btn-prompt{border-color:#f59e0b;color:#f59e0b}.btn-action.btn-prompt:hover{background:#f59e0b;box-shadow:0 4px 12px #f59e0b4d;color:#fff}.item-card .card-footer{align-items:center;display:flex;justify-content:space-between;margin-top:auto;padding-top:1rem}.item-card .card-actions{align-items:center;display:flex;gap:.75rem}.btn-purchase{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea40;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:all .2s ease}.btn-purchase:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}@media (max-width:400px){.action-buttons-row{flex-direction:column;gap:.4rem;width:100%}.btn-action{width:100%}}.hero-section{background:linear-gradient(135deg,#667eea0d,#764ba20d 50%,#ed64a60d);border-radius:24px;overflow:hidden;padding:4rem 2rem;perspective:1000px;position:relative}.hero-section:before{animation:heroRotate 20s linear infinite;background:radial-gradient(circle at center,#667eea1a 0,#0000 70%);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;width:200%}@keyframes heroRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2 50%,#ed64a6);-webkit-background-clip:text;background-clip:text;letter-spacing:-1px;line-height:1.1;margin:0 0 1.5rem;text-shadow:0 4px 20px #667eea33}.hero-subtitle,.hero-title{position:relative;z-index:1}.hero-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto 2.5rem;max-width:700px}.hero-stats-row{display:flex;gap:3rem;justify-content:center;margin:2.5rem 0;position:relative;z-index:1}.hero-stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #667eea1a;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:1.5rem 2rem;text-align:center;transition:all .3s ease}.hero-stat:hover{border-color:#667eea4d;box-shadow:0 8px 30px #667eea26;transform:translateY(-5px)}.hero-stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.hero-stat-label{color:#64748b;font-size:.95rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.hero-cta{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 8px 25px #667eea59;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;overflow:hidden;padding:1rem 2.5rem;position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);z-index:1}.hero-cta:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.hero-cta:hover:before{left:100%}.hero-cta:hover{box-shadow:0 12px 35px #667eea80;transform:translateY(-3px) scale(1.05)}.hero-cta:active{transform:translateY(-1px) scale(1.02)}@media (max-width:768px){.hero-section{padding:3rem 1.5rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats-row{flex-direction:column;gap:1.5rem}.hero-stat{padding:1rem 1.5rem}.hero-stat-number{font-size:2rem}.hero-cta{font-size:1rem;padding:.9rem 2rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stat-number{font-size:1.75rem}}.stats-grid{perspective:1000px}.stat-card{transform-style:preserve-3d}.stat-card:hover{transform:rotateY(5deg) rotateX(5deg) translateY(-5px)}.item-card{transform-style:preserve-3d}.role-selector-header{margin-bottom:2.5rem;padding:0 2rem;text-align:center}.role-selector-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.2rem;font-weight:800;letter-spacing:-.5px;margin:0 0 .75rem}.role-selector-subtitle{color:#6b7280;font-size:1.1rem;font-weight:400;margin:0}.modern-plan{background:#fff;border:3px solid #0000;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;min-height:520px;overflow:visible;padding:0;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.modern-plan:hover{box-shadow:0 12px 40px #667eea40;transform:translateY(-8px) scale(1.02)}.modern-plan.selected{border-color:#667eea;box-shadow:0 12px 40px #667eea59;transform:translateY(-8px) scale(1.05)}.modern-plan.selected:before{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b98166;color:#fff;content:"✓ SELECTED";font-size:.75rem;letter-spacing:1px;padding:6px 16px;right:20px;top:-12px;z-index:10}.modern-plan.selected:before,.plan-badge{border-radius:20px;font-weight:700;position:absolute}.plan-badge{box-shadow:0 2px 8px #00000026;font-size:.7rem;left:20px;letter-spacing:.8px;padding:6px 14px;top:20px;z-index:5}.plan-badge.consumer{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff}.plan-badge.provider{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.plan-badge.developer{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.plan-badge.operator{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.plan-header{background:linear-gradient(135deg,#f8f9ff,#f0f4ff);border-radius:20px 20px 0 0;gap:1.25rem;padding:3rem 2rem 1.5rem}.plan-header,.plan-icon{align-items:center;display:flex}.plan-icon{border-radius:18px;box-shadow:0 8px 24px #0000001f;flex-shrink:0;height:70px;justify-content:center;width:70px}.plan-icon.consumer{background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff}.plan-icon.provider{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.plan-icon.developer{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.plan-icon.operator{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.plan-title-group h3{color:#1f2937;font-size:1.6rem;font-weight:800;letter-spacing:-.3px;margin:0}.plan-tagline{color:#6b7280;font-size:.95rem;font-weight:500;margin:.25rem 0 0}.plan-pricing{background:#fff;border-bottom:2px solid #f3f4f6;padding:2rem}.pricing-options{display:flex;flex-direction:column;gap:1rem}.price-option{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;padding:.875rem 1.25rem;position:relative;transition:all .3s ease}.price-option:hover{background:#f3f4f6;border-color:#d1d5db}.price-option.featured{background:linear-gradient(135deg,#667eea15,#764ba215);border-color:#667eea;box-shadow:0 4px 12px #667eea26}.price-option.featured .price-amount{color:#667eea}.price-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.5px;padding:3px 10px;position:absolute;right:12px;top:-8px}.price-label{color:#374151;font-size:.9rem;font-weight:700;min-width:80px}.price-amount{color:#1f2937;font-size:1.5rem;font-weight:800}.price-period{color:#9ca3af;font-size:.9rem;font-weight:600}.price-tokens{background:#fff;border-radius:8px;color:#6b7280;font-size:.85rem;font-weight:600;padding:4px 12px}.revenue-model{display:flex;flex-direction:column;gap:1.5rem}.revenue-share{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;border-radius:16px;padding:1.5rem;text-align:center}.revenue-percentage{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;line-height:1;margin-bottom:.5rem}.revenue-label{color:#065f46;font-size:.95rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.revenue-details{display:flex;flex-direction:column;gap:.75rem}.detail-item{align-items:center;background:#f9fafb;border-radius:10px;display:flex;font-size:.9rem;font-weight:600;gap:.75rem;padding:.75rem 1rem}.detail-item svg{color:#667eea;flex-shrink:0}.plan-features{background:#fff;flex:1 1;padding:2rem}.features-header{color:#9ca3af;font-size:.85rem;font-weight:700;letter-spacing:1px;margin-bottom:1.25rem;text-transform:uppercase}.features-list{display:flex;flex-direction:column;gap:.875rem;list-style:none;margin:0;padding:0}.features-list li{align-items:center;color:#374151;display:flex;font-size:.95rem;font-weight:500;gap:.75rem}.features-list li svg{color:#10b981;flex-shrink:0}.plan-cta{background:linear-gradient(180deg,#fff 0,#f9fafb);border-radius:0 0 20px 20px;padding:1.5rem 2rem 2rem;text-align:center}.cta-text{color:#6b7280;font-size:.9rem;font-style:italic;font-weight:600}.plan-comparison-link{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem;text-align:center}.link-button{background:none;border:none;border-radius:10px;color:#667eea;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease}.link-button:hover{background:#667eea15;transform:translateX(4px)}@media (max-width:1400px){.modern-plan{min-height:600px}.plan-header{padding:2.5rem 1.75rem 1.25rem}.plan-icon{height:60px;width:60px}.plan-title-group h3{font-size:1.4rem}}@media (max-width:1000px){.role-selector-title{font-size:1.8rem}.role-selector-subtitle{font-size:1rem}.modern-plan{min-height:auto}.pricing-options{flex-direction:column}}@media (max-width:768px){.role-selector-header{margin-bottom:2rem;padding:0 1rem}.role-selector-title{font-size:1.6rem}.plan-header{flex-direction:column;padding:2.5rem 1.5rem 1.5rem;text-align:center}.plan-icon{margin-bottom:.5rem}.revenue-percentage{font-size:2.5rem}.plan-comparison-link{margin-top:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modern-plan{animation:fadeInUp .6s ease-out forwards}.modern-plan:first-child{animation-delay:.1s}.modern-plan:nth-child(2){animation-delay:.2s}.modern-plan:nth-child(3){animation-delay:.3s}.modern-plan:nth-child(4){animation-delay:.4s}.deployment-builder{background:linear-gradient(135deg,#667eea,#764ba2);min-height:calc(100vh - 232px);padding:1rem 2rem 40px;position:relative}.builder-header{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.builder-header,.header-left{align-items:center;display:flex}.header-left{color:#667eea;gap:15px}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700;margin:0}.user-badge{align-items:center;background:linear-gradient(135deg,#667eea15,#764ba215);border:1px solid #667eea30;border-radius:20px;color:#667eea;cursor:help;display:inline-flex;font-size:.85rem;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s ease}.user-badge:hover{background:linear-gradient(135deg,#667eea25,#764ba225);border-color:#667eea50;transform:translateY(-1px)}.header-right{gap:8px}.header-right button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:8px;padding:.75rem 1.5rem;transition:all .2s ease}.header-right button:hover{background:#eff6ff;color:#667eea}.header-right button.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 4px #667eea33;color:#fff}.error-banner{background:#ffebee;border:2px solid #ef5350;color:#c62828;margin-bottom:1.5rem;padding:16px}.error-banner button{color:#c62828;font-size:24px;line-height:1;padding:0}.marketplace-stats-container{margin-bottom:2rem}.stats-grid{grid-gap:1.5rem;gap:1.5rem}.stat-card{box-shadow:0 2px 8px #0000000d;gap:1.25rem}.stat-card:hover{box-shadow:0 4px 12px #0000001a}.stat-icon-wrapper{align-items:center;border-radius:12px;display:flex;justify-content:center;min-height:64px;min-width:64px;transition:transform .3s ease}.stat-card:hover .stat-icon-wrapper{transform:scale(1.1)}.stat-value{margin:0 0 .25rem}.stat-label{margin:0}.view-header{color:#1f2937;margin-bottom:2rem;text-align:center}.view-header h2{color:#1f2937;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.view-header p{color:#6b7280;font-size:1rem;margin:0}.presets-view{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.presets-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.preset-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;padding:1.5rem;transition:all .2s ease}.preset-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.preset-header{align-items:center;display:flex;gap:15px;margin-bottom:15px}.preset-header svg{color:#667eea}.preset-header h3{color:#1f2937;flex:1 1;font-size:1.1rem;font-weight:600;margin:0}.difficulty-badge{border-radius:12px;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.difficulty-badge.beginner{background:#d1fae5;border:1px solid #10b981;color:#065f46}.difficulty-badge.intermediate{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.difficulty-badge.advanced{background:#fed7aa;border:1px solid #f97316;color:#7c2d12}.difficulty-badge.expert{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.preset-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0 0 15px}.preset-category{color:#6b7280;font-size:.8125rem}.preset-category,.preset-components{margin-bottom:15px}.preset-components strong{color:#374151;display:block;font-size:.8125rem;margin-bottom:8px}.preset-components ul{color:#6b7280;font-size:.8125rem;margin:0;padding-left:20px}.preset-components li{margin-bottom:4px}.preset-mcp{margin-bottom:20px}.preset-mcp strong{color:#374151;display:block;font-size:.8125rem;margin-bottom:8px}.mcp-tags{display:flex;flex-wrap:wrap;gap:6px}.mcp-tag{background:#e0e7ff;border:1px solid #667eea;border-radius:8px;color:#4338ca;font-size:.6875rem;font-weight:500;padding:4px 10px}.preset-footer{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:20px;padding-top:20px}.preset-cost,.preset-footer{align-items:center;display:flex}.preset-cost{color:#1f2937;font-size:1rem;font-weight:600;gap:5px}.preset-cost svg{color:#10b981}.btn-deploy{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:.625rem 1.25rem;transition:all .2s ease}.btn-deploy:hover{box-shadow:0 4px 8px #10b9814d;transform:translateY(-2px)}.create-view{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.btn-back{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.btn-back:hover{background:#e5e7eb;color:#1f2937}.config-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;margin-top:1.5rem;padding:1.875rem}.form-section{margin-bottom:30px}.form-section h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 15px}.target-selector{display:flex;flex-wrap:wrap;gap:15px}.target-option{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:120px;padding:15px;transition:all .2s ease}.target-option:hover{background:#f9fafb;border-color:#667eea;color:#667eea}.target-option.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.target-option span{font-size:.75rem;font-weight:600}.form-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;font-size:.875rem;outline:none;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-input::placeholder{color:#9ca3af}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.variables-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-height:60px;padding:15px}.no-variables{color:#9ca3af;font-size:.8125rem;font-style:italic;margin:0}.variable-item{color:#374151;display:flex;font-size:.8125rem;gap:10px;margin-bottom:8px}.variable-key{color:#1f2937;font-weight:600}.variable-value{color:#6b7280}.config-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px}.config-item{color:#374151;font-size:.8125rem;margin-bottom:10px}.config-item:last-child{margin-bottom:0}.config-item strong{color:#1f2937;margin-right:10px}.form-actions{display:flex;gap:15px;margin-top:30px}.btn-create{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 2px 4px #10b98133;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.btn-create:hover:not(:disabled){box-shadow:0 4px 8px #10b9814d;transform:translateY(-2px)}.btn-create:disabled{cursor:not-allowed;opacity:.5}.btn-cancel{background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 1.5rem;transition:all .2s ease}.btn-cancel:hover{background:#e5e7eb;color:#1f2937}.deployments-view{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.no-deployments{color:#6b7280;padding:80px 20px;text-align:center}.no-deployments svg{color:#9ca3af;margin-bottom:20px}.no-deployments h3{color:#1f2937;font-size:1.5rem;margin:0 0 10px}.no-deployments p{color:#6b7280;font-size:1rem;margin:0 0 30px}.btn-primary{box-shadow:0 2px 4px #667eea33;font-size:1rem;font-weight:600;padding:.875rem 1.75rem;transition:all .2s ease}.btn-primary:hover{box-shadow:0 4px 8px #667eea4d}.deployments-list{display:flex;flex-direction:column;gap:20px}.deployment-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;padding:1.5rem;transition:all .2s ease}.deployment-card:hover{border-color:#667eea;box-shadow:0 4px 12px #0000001a}.deployment-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:15px;margin-bottom:20px;padding-bottom:20px}.deployment-header svg{color:#667eea}.deployment-info{flex:1 1}.deployment-info h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 5px}.deployment-env{color:#6b7280;font-size:.8125rem;margin:0}.status-icon{opacity:.8}.status-icon.success{color:#22c55e}.status-icon.error{color:#ef4444}.status-icon.pending{animation:pulse 2s infinite;color:#eab308}.status-badge{border-radius:12px;font-size:12px;padding:6px 14px}.status-badge.pending{background:#fef3c7;border:1px solid #f59e0b;color:#92400e}.status-badge.deploying,.status-badge.provisioning{background:#dbeafe;border:1px solid #3b82f6;color:#1e40af}.status-badge.running{background:#d1fae5;border:1px solid #10b981;color:#065f46}.status-badge.failed{background:#fee2e2;border:1px solid #ef4444;color:#991b1b}.status-badge.destroyed{background:#f3f4f6;border:1px solid #9ca3af;color:#4b5563}.deployment-details{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.detail-item{color:#374151;font-size:.8125rem}.detail-item strong{color:#6b7280;display:block;font-size:.6875rem;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.deployment-actions{display:flex;gap:10px}.btn-action{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:8px;padding:.625rem 1.125rem;transition:all .2s ease}.btn-action:hover:not(:disabled){transform:translateY(-2px)}.btn-action:disabled{cursor:not-allowed;opacity:.5}.btn-action.provision{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f633;color:#fff}.btn-action.provision:hover:not(:disabled){box-shadow:0 4px 8px #3b82f64d}.btn-action.deploy{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 4px #10b98133;color:#fff}.btn-action.deploy:hover:not(:disabled){box-shadow:0 4px 8px #10b9814d}.btn-action.destroy{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 4px #ef444433;color:#fff;min-width:100px}.btn-action.destroy:hover:not(:disabled){box-shadow:0 4px 8px #ef44444d;transform:translateY(-2px)}.btn-action.destroy svg{flex-shrink:0}.modal-overlay{animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;z-index:10000}.modal-content{animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:32px;position:relative}.notification-modal{max-width:500px;padding:2.5rem;text-align:center}.modal-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:16px;top:16px;transition:all .2s}.modal-close:hover{background:#f3f4f6;color:#374151;transform:rotate(90deg)}.modal-icon-wrapper{align-items:center;display:flex;height:100px;justify-content:center;margin:0 auto 24px;position:relative;width:100px}.modal-icon-wrapper:before{animation:pulse 2s ease-in-out infinite;border-radius:50%;content:"";height:100%;opacity:.1;position:absolute;width:100%}.modal-icon-wrapper.success:before{background:#10b981}.modal-icon-wrapper.error:before{background:#ef4444}.modal-icon-wrapper.info:before{background:#3b82f6}.modal-icon{align-items:center;animation:iconBounce .5s ease-out;border-radius:50%;display:flex;height:90px;justify-content:center;width:90px}@keyframes iconBounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.modal-icon.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 24px #10b9814d;color:#fff}.modal-icon.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 24px #ef44444d;color:#fff}.modal-icon.info{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 8px 24px #3b82f64d;color:#fff}.modal-title{color:#1f2937;font-size:26px;font-weight:700;margin:0 0 16px}.modal-title.success{color:#059669}.modal-title.error{color:#dc2626}.modal-title.info{color:#2563eb}.modal-message{color:#6b7280;font-size:16px;line-height:1.6;margin:0 auto 24px;max-width:400px}.modal-details{margin:16px 0 24px;text-align:left;width:100%}.modal-details details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;padding:0}.modal-details details[open]{background:#f1f5f9}.modal-details summary{align-items:center;background:#f8fafc;border-bottom:1px solid #0000;color:#667eea;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;list-style:none;padding:12px 16px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.modal-details summary::-webkit-details-marker{display:none}.modal-details summary:before{content:"▶";font-size:10px;transition:transform .2s ease}.modal-details details[open] summary:before{transform:rotate(90deg)}.modal-details details[open] summary{background:#e2e8f0;border-bottom-color:#e2e8f0}.modal-details summary:hover{background:#f1f5f9;color:#764ba2}.modal-details pre{background:#fff;border:none;border-radius:0;color:#475569;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12px;line-height:1.6;margin:0;max-height:180px;overflow-x:auto;overflow-y:auto;padding:14px 16px;white-space:pre-wrap;word-break:break-word}.btn-modal-ok{border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:16px 24px;text-transform:uppercase;transition:all .3s;width:100%}.btn-modal-ok.success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d}.btn-modal-ok.error{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d}.btn-modal-ok.info{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d}.btn-modal-ok:hover{box-shadow:0 6px 20px #667eea80;transform:translateY(-2px)}.btn-modal-ok:active{transform:translateY(0)}.preset-actions{display:flex;gap:8px}.btn-customize{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 14px;transition:all .2s ease}.btn-customize:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af;transform:translateY(-1px)}.modal-overlay.fullscreen{box-sizing:border-box;padding:20px}.preset-customization-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;height:calc(100vh - 40px);max-height:900px;max-width:1200px;overflow:hidden;width:100%}.preset-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;min-height:80px;padding:24px 24px 20px;position:relative}.preset-modal-title{align-items:center;display:flex;gap:16px}.preset-modal-title h2{font-size:1.5rem;font-weight:700;margin:0;padding-right:50px}.preset-modal-title p{font-size:.9rem;margin:4px 0 0;opacity:.9}.preset-modal-header .modal-close{align-items:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.preset-modal-header .modal-close:hover{background:#ffffff4d}.preset-modal-body{display:flex;flex:1 1;overflow:hidden}.preset-modal-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;padding:16px 0;width:240px}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:4px;padding:0 12px}.sidebar-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.sidebar-nav-item:hover{background:#e5e7eb;color:#1f2937}.sidebar-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.sidebar-info{align-items:flex-start;background:#e0e7ff;border-radius:8px;color:#4338ca;display:flex;font-size:12px;gap:8px;margin:12px;padding:16px}.sidebar-info svg{flex-shrink:0;margin-top:2px}.preset-modal-content{flex:1 1;overflow-y:auto;padding:24px}.config-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden}.config-section.expanded{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.section-header{background:#f9fafb;cursor:pointer;padding:16px 20px;transition:background .2s}.section-header:hover{background:#f3f4f6}.section-header h3{align-items:center;color:#1f2937;display:flex;font-size:1rem;gap:10px}.section-content{border-top:1px solid #e5e7eb;padding:20px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.form-row:last-child{margin-bottom:0}.form-row.toggles{grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#374151;font-size:13px;font-weight:600}.form-group input,.form-group select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:14px;padding:10px 14px;transition:all .2s}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.form-group input[type=number]::-webkit-inner-spin-button,.form-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toggle-group{display:flex;flex-direction:column;gap:4px}.toggle-group.standalone{margin-bottom:16px}.toggle-label{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px}.toggle-label input[type=checkbox]{display:none}.toggle-switch{background:#d1d5db;border-radius:12px;flex-shrink:0;height:24px;position:relative;transition:all .3s;width:44px}.toggle-switch:after{background:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;content:"";height:20px;left:2px;position:absolute;top:2px;transition:all .3s;width:20px}.toggle-label input:checked+.toggle-switch{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-label input:checked+.toggle-switch:after{left:22px}.toggle-description{color:#6b7280;font-size:12px;margin-left:56px}.preset-info-card{background:linear-gradient(135deg,#f0f4ff,#faf5ff);border:1px solid #e0e7ff;border-radius:10px;margin-top:16px;padding:16px}.preset-info-card h4{color:#4338ca;font-size:14px;font-weight:600;margin:0 0 12px}.preset-info-card p{color:#4b5563;font-size:13px;margin:6px 0}.preset-info-card .components-list{margin-top:12px}.preset-info-card .components-list strong{color:#374151;display:block;font-size:13px;margin-bottom:8px}.preset-info-card .components-list ul{margin:0;padding-left:20px}.preset-info-card .components-list li{color:#6b7280;font-size:12px;margin-bottom:4px}.variables-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.no-variables-message{color:#6b7280;font-style:italic;padding:20px;text-align:center}.preset-modal-footer{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 24px}.footer-info{color:#6b7280;font-size:14px;gap:8px}.footer-info strong{color:#667eea}.footer-actions{display:flex;gap:12px}.btn-deploy-custom{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.btn-deploy-custom:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-deploy-custom:disabled{cursor:not-allowed;opacity:.6}@media (max-width:900px){.preset-customization-modal{height:calc(100vh - 20px);max-height:none}.preset-modal-body{flex-direction:column}.preset-modal-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;padding:12px;width:100%}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:8px}.sidebar-nav-item{font-size:12px;padding:8px 12px}.sidebar-info{display:none}.form-row.toggles{grid-template-columns:1fr}.preset-modal-footer{flex-direction:column;gap:12px}.footer-actions{justify-content:stretch;width:100%}.footer-actions button{flex:1 1}}.compact-chat{background:#fff;border-radius:12px 12px 0 0;bottom:104px;box-shadow:0 -8px 32px #00000026;display:flex;flex-direction:column;left:50%;max-width:1200px;overflow:hidden;position:fixed;transform:translateX(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:90%;z-index:998}.compact-chat.fullscreen{border-radius:0;bottom:0;height:100vh;left:0;max-width:100%;right:0;top:0;transform:none;width:100%;z-index:2000}.compact-chat.footer-position{box-shadow:0 -8px 32px #0003;left:auto;max-width:400px;right:20px;top:auto;transform:none;width:400px}.compact-chat.footer-position,.compact-chat.footer-position.collapsed{border-radius:12px 12px 0 0;bottom:104px}.compact-chat.footer-position.expanded{bottom:104px;height:500px}.compact-chat.collapsed{border-radius:12px 12px 0 0;height:auto;max-height:60px}.compact-chat.expanded{height:500px}.compact-chat.expanded.fullscreen{height:100vh}.compact-chat-toggle{align-items:center;background:linear-gradient(135deg,#5a67d8,#6b46c1);border-radius:12px;box-shadow:0 4px 12px #5a67d84d;color:#fff;cursor:text;display:flex;gap:.75rem;padding:1rem 1.5rem;transition:all .3s ease}.compact-chat.fullscreen .compact-chat-toggle{border-radius:0;padding:1.5rem 2rem}.compact-chat.expanded .compact-chat-toggle,.compact-chat.footer-position .compact-chat-toggle{border-radius:12px 12px 0 0}.compact-chat-toggle:hover{background:linear-gradient(135deg,#4c51bf,#5b21b6);box-shadow:0 6px 20px #5a67d880;transform:translateY(-2px)}.toggle-text{font-size:.95rem;font-weight:600;white-space:nowrap}.toggle-input{background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:text;flex:1 1;font-size:.9rem;outline:none;padding:.5rem 1rem;transition:all .2s}.fullscreen-toggle,.position-toggle{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;padding:.5rem;transition:all .2s;width:32px}.fullscreen-toggle:hover,.position-toggle:hover{background:#ffffff4d;border-color:#ffffff80}.toggle-input::placeholder{color:#ffffffb3}.toggle-input:hover{background:#ffffff4d;border-color:#ffffff80}.compact-chat-header{align-items:center;background:linear-gradient(135deg,#5568d3,#653a8d);border-top:1px solid #ffffff1a;color:#fff;display:flex;justify-content:space-between;padding:1rem 1.25rem}.header-title{font-weight:600;gap:.5rem}.header-controls{display:flex;gap:.5rem}.rag-toggle{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;transition:all .2s}.rag-toggle.active,.rag-toggle:hover{background:#ffffff4d}.rag-toggle.active{border-color:#ffffff80}.compact-chat-messages{background:#f9fafb;flex:1 1;overflow-y:auto;padding:1rem}.compact-chat.fullscreen .compact-chat-messages{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.empty-state{gap:.5rem;height:100%}.empty-state p{font-size:1.1rem;font-weight:500;margin:.5rem 0 0}.empty-state .hint{color:#9ca3af;font-size:.85rem;max-width:80%}.message{animation:slideIn .3s ease-out;display:flex;gap:.75rem;margin-bottom:1rem}.message-avatar{align-items:flex-start;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:.5rem;width:32px}.message-user .message-avatar{background:#3b82f6;color:#fff}.message-assistant .message-avatar,.message-error .message-avatar{background:#10b981;color:#fff}.message-error .message-avatar{background:#ef4444}.message-content{flex:1 1;min-width:0}.message-user .message-content{background:#3b82f6;border-radius:12px 12px 12px 4px;color:#fff;padding:.75rem 1rem}.message-assistant .message-content{background:#fff;border:1px solid #e5e7eb;border-radius:12px 12px 12px 4px;padding:.75rem 1rem}.message-error .message-content{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;padding:.75rem 1rem}.error-content{font-size:.875rem;line-height:1.5}.message-metadata{border-top:1px solid #e5e7eb;color:#6b7280;display:flex;font-size:.75rem;gap:.75rem;margin-top:.5rem;padding-top:.5rem}.message-metadata span{align-items:center;display:flex;gap:.25rem}.typing-indicator{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.compact-chat-input{background:#fff;border-radius:0;border-top:1px solid #e5e7eb;display:flex;gap:.5rem;padding:1rem}.compact-chat-input textarea{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-family:inherit;font-size:.9rem;max-height:120px;min-height:40px;padding:.75rem;resize:none;transition:border-color .2s}.compact-chat-input textarea:focus{border-color:#667eea;outline:none}.compact-chat-input textarea:disabled{background:#f3f4f6;cursor:not-allowed}.compact-chat-input button{align-items:center;background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;min-width:48px;padding:.75rem;transition:all .2s}.compact-chat-input button:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.compact-chat-input button:disabled{background:#d1d5db;cursor:not-allowed;transform:none}.compact-chat-messages::-webkit-scrollbar{width:6px}.compact-chat-messages::-webkit-scrollbar-track{background:#f1f1f1}.compact-chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.compact-chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}@media (max-width:1024px){.compact-chat{width:600px}}@media (max-width:768px){.compact-chat{left:20px;right:20px;width:calc(100% - 40px)}.compact-chat.expanded{height:400px}}@media (max-width:480px){.compact-chat{left:10px;right:10px;width:calc(100% - 20px)}.compact-chat.expanded{height:350px}.compact-chat-header{padding:.75rem}.header-title{font-size:.9rem}.rag-toggle{font-size:.7rem;padding:.25rem .5rem}}.message-content code{background:#0000000d;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:.875em;padding:.125rem .25rem}.message-user .message-content code{background:#fff3}.message-content pre{background:#1e293b;border-radius:6px;color:#e2e8f0;margin:.5rem 0;overflow-x:auto;padding:1rem}.message-content pre code{background:none;color:inherit;padding:0}.message-content a{color:#3b82f6;text-decoration:underline}.message-user .message-content a{color:#fff}.message-content ol,.message-content ul{margin:.5rem 0;padding-left:1.5rem}.message-content li{margin:.25rem 0}.extracted-images{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;padding:1rem}.images-header{align-items:center;color:#4b5563;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:.75rem}.images-grid{grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.extracted-image{border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;height:120px;object-fit:cover;transition:all .2s;width:100%}.extracted-image:hover{border-color:#5a67d8;box-shadow:0 4px 12px #5a67d84d;transform:scale(1.05)}.image-card{flex-direction:column;gap:.25rem}.image-card a{display:block}.image-caption{color:#6b7280;font-size:.7rem;max-width:150px;overflow:hidden;padding:.25rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.extracted-media{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;padding:1rem}.media-header{align-items:center;color:#4b5563;display:flex;font-size:.85rem;font-weight:500;gap:.5rem;margin-bottom:.75rem}.videos-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.video-card{aspect-ratio:16/9;background:#000;border-radius:8px;overflow:hidden}.embedded-video{border:none;border-radius:8px;height:100%;width:100%}@media (max-width:600px){.images-grid{grid-template-columns:repeat(2,1fr)}.videos-grid{grid-template-columns:1fr}.extracted-image{height:100px}}.landing-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);min-height:calc(100vh - 70px);overflow-y:auto;padding:2rem;width:100%}.hero-section{background:linear-gradient(135deg,#5a67d8,#6b46c1);border:2px solid #8b5cf64d;border-radius:20px;box-shadow:0 12px 50px #5a67d866;margin-bottom:3rem;padding:3rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#fffffff2;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.hero-description{color:#ffffffd9;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.stats-section{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{box-shadow:0 4px 12px #00000014;gap:1.5rem;padding:1.5rem}.stat-card:hover{box-shadow:0 8px 24px #0000001f}.stat-icon{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 4px 12px #5a67d84d;color:#fff;flex-shrink:0;height:60px;width:60px}.stat-content{flex:1 1}.stat-value{color:#1f2937;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.stat-trend{align-items:center;display:inline-flex;font-size:.875rem;font-weight:600;gap:.25rem}.stat-trend.positive{color:#10b981}.stat-trend.negative{color:#ef4444}.content-section{margin-bottom:3rem}.section-header{margin-bottom:2rem;text-align:center}.section-header h2{align-items:center;color:#1f2937;display:flex;font-size:2.5rem;font-weight:700;gap:1rem;justify-content:center;margin:.5rem 0}.section-header p{color:#6b7280;font-size:1.1rem;margin:.5rem 0 0}.services-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.service-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem}.service-card:hover{border-color:#5a67d8;box-shadow:0 10px 30px #5a67d840;transform:translateY(-4px)}.card-header{justify-content:space-between;margin-bottom:1rem}.card-icon{border-radius:12px;box-shadow:0 3px 10px #5a67d84d;height:48px;width:48px}.card-icon,.card-icon-large{align-items:center;background:linear-gradient(135deg,#5a67d8,#6b46c1);color:#fff;display:flex;justify-content:center}.card-icon-large{border-radius:16px;box-shadow:0 4px 14px #5a67d866;height:64px;margin-bottom:1rem;width:64px}.status-badge{align-items:center;border-radius:20px;display:flex;font-size:.75rem;gap:.5rem;letter-spacing:.5px;padding:.375rem .75rem}.status-badge.active,.status-badge.healthy{background:#d1fae5;color:#065f46}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.error{background:#fee2e2;color:#991b1b}.status-dot{animation:pulse 2s infinite;background:currentColor;height:6px;width:6px}.application-card h3,.orchestration-card h3,.service-card h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 .5rem}.application-card p,.orchestration-card p,.service-card p{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0 0 1rem}.card-metrics{border-top:1px solid #e5e7eb;display:flex;gap:1.5rem;padding-top:1rem}.metric{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.metric-label{color:#9ca3af;font-size:.75rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.metric-value{color:#1f2937;font-size:1rem;font-weight:700}.orchestrations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.orchestration-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:all .3s ease}.orchestration-card:hover{border-color:#6b46c1;box-shadow:0 10px 30px #6b46c140;transform:translateY(-4px)}.orchestration-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding-top:1rem}.execution-count{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}.applications-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.application-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:all .3s ease}.application-card:hover{border-color:#5a67d8;box-shadow:0 10px 30px #5a67d840;transform:translateY(-4px)}.app-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.app-category{background:#f3f4f6;border-radius:12px;color:#4b5563;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.app-footer{border-top:1px solid #e5e7eb;padding-top:1rem}.user-count{align-items:center;color:#6b7280;display:flex;font-size:.875rem;font-weight:500;gap:.5rem}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.landing-page{padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.applications-grid,.orchestrations-grid,.services-grid,.stats-section{grid-template-columns:1fr}.section-header h2{font-size:2rem}}.landing-page::-webkit-scrollbar{width:8px}.landing-page::-webkit-scrollbar-track{background:#f1f5f9}.landing-page::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.landing-page::-webkit-scrollbar-thumb:hover{background:#94a3b8}.card-actions{border-top:1px solid #0000000f;margin-top:16px;padding-top:16px}.btn-card-details,.btn-card-open{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:8px 12px;transition:all .2s ease}.btn-card-details{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:1px solid #d1d5db;color:#374151}.btn-card-details:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);border-color:#9ca3af;transform:translateY(-1px)}.btn-card-open{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.btn-card-open:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.service-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.service-detail-modal{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;height:90vh;max-height:900px;max-width:1200px;overflow:hidden;width:95%}.service-modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:space-between;padding:20px 24px}.service-modal-title{align-items:center;display:flex;gap:16px}.modal-icon-badge{align-items:center;background:#fff3;border-radius:14px;display:flex;height:56px;justify-content:center;width:56px}.modal-icon-badge.active,.modal-icon-badge.healthy{background:#10b9814d}.service-modal-title h2{font-size:1.5rem;font-weight:700;margin:0}.service-modal-title p{font-size:.9rem;margin:4px 0 0;opacity:.9}.modal-header-actions{align-items:center;display:flex;gap:16px}.status-indicator{align-items:center;background:#fff3;border-radius:20px;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;text-transform:capitalize}.status-indicator.active,.status-indicator.healthy{background:#10b9814d}.status-dot-large{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:10px;width:10px}.modal-close-btn{align-items:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.modal-close-btn:hover{background:#ffffff4d}.service-modal-body{display:flex;flex:1 1;overflow:hidden}.service-modal-sidebar{background:#f9fafb;border-right:1px solid #e5e7eb;min-width:220px;padding:20px 0;width:220px}.service-modal-sidebar .sidebar-nav{display:flex;flex-direction:column;gap:4px;padding:0 12px}.service-modal-sidebar .sidebar-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:12px 16px;text-align:left;transition:all .2s;width:100%}.service-modal-sidebar .sidebar-nav-item:hover{background:#e5e7eb;color:#1f2937}.service-modal-sidebar .sidebar-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.service-modal-content{flex:1 1;overflow-y:auto;padding:24px}.modal-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;overflow:hidden}.modal-section.expanded{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.modal-section .section-header{align-items:center;background:#f9fafb;cursor:pointer;display:flex;justify-content:space-between;padding:16px 20px;transition:background .2s}.modal-section .section-header:hover{background:#f3f4f6}.modal-section .section-header h3{align-items:center;color:#1f2937;display:flex;font-size:1rem;font-weight:600;gap:10px;margin:0}.modal-section .section-content{border-top:1px solid #e5e7eb;padding:20px}.overview-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,1fr);margin-bottom:20px}.overview-card{background:linear-gradient(135deg,#f0f4ff,#faf5ff);border:1px solid #e0e7ff;border-radius:10px;padding:16px;text-align:center}.overview-label{color:#6b7280;font-size:12px;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.overview-value{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:600;gap:6px;justify-content:center}.overview-value.status-active,.overview-value.status-healthy{color:#10b981}.overview-description{background:#f9fafb;border-radius:8px;padding:16px}.overview-description h4{color:#374151;font-size:14px;margin:0 0 8px}.overview-description p{color:#6b7280;line-height:1.6;margin:0}.config-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.config-item{background:#f9fafb;border-radius:8px;padding:12px 16px}.config-item label{color:#6b7280;display:block;font-size:12px;margin-bottom:6px;text-transform:capitalize}.config-value{color:#1f2937;font-size:14px;font-weight:500}.config-tags{display:flex;flex-wrap:wrap;gap:6px}.config-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.config-boolean,.config-tag{border-radius:12px;font-size:12px;padding:4px 10px}.config-boolean.true{background:#d1fae5;color:#065f46}.config-boolean.false{background:#fee2e2;color:#991b1b}.resources-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.resource-card{align-items:center;background:linear-gradient(135deg,#f0f4ff,#faf5ff);border:1px solid #e0e7ff;border-radius:12px;display:flex;gap:16px;padding:16px}.resource-card svg{color:#667eea}.resource-info{display:flex;flex-direction:column}.resource-label{color:#6b7280;font-size:12px}.resource-value{color:#1f2937;font-size:16px;font-weight:600}.logs-container{background:#1f2937;border-radius:8px;font-family:Monaco,Courier New,monospace;max-height:250px;overflow-y:auto;padding:16px}.log-entry{border-bottom:1px solid #ffffff1a;display:flex;font-size:13px;gap:12px;padding:8px 0}.log-entry:last-child{border-bottom:none}.log-time{color:#9ca3af;min-width:70px}.log-level{font-size:11px;font-weight:600;min-width:50px;text-transform:uppercase}.log-level.info{color:#60a5fa}.log-level.warn{color:#fbbf24}.log-level.error{color:#f87171}.log-message{color:#e5e7eb;flex:1 1}.actions-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:20px}.action-btn{border-radius:10px;font-size:14px;font-weight:500;gap:8px;padding:14px 16px}.action-btn.restart{background:#dbeafe;color:#1e40af}.action-btn.restart:hover{background:#bfdbfe}.action-btn.stop{background:#fef3c7;color:#92400e}.action-btn.stop:hover{background:#fde68a}.action-btn.start{background:#d1fae5;color:#065f46}.action-btn.start:hover{background:#a7f3d0}.action-btn.logs{background:#e5e7eb;color:#374151}.action-btn.logs:hover{background:#d1d5db}.action-btn.config{background:#ede9fe;color:#5b21b6}.action-btn.config:hover{background:#ddd6fe}.action-btn.metrics{background:#fce7f3;color:#9d174d}.action-btn.metrics:hover{background:#fbcfe8}.danger-zone{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:16px}.danger-zone h4{align-items:center;color:#991b1b;display:flex;font-size:14px;gap:8px;margin:0 0 12px}.action-btn.danger{background:#fee2e2;color:#991b1b;width:auto}.action-btn.danger:hover{background:#fecaca}.service-modal-footer{align-items:center;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:16px 24px}.service-modal-footer .footer-info{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px}.service-modal-footer .footer-actions{display:flex;gap:12px}.btn-secondary{background:#fff;transition:all .2s}.btn-secondary:hover{background:#f3f4f6}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);transition:all .2s}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}@media (max-width:900px){.service-detail-modal{height:calc(100vh - 20px);max-height:none}.service-modal-body{flex-direction:column}.service-modal-sidebar{border-bottom:1px solid #e5e7eb;border-right:none;padding:12px;width:100%}.service-modal-sidebar .sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:8px}.service-modal-sidebar .sidebar-nav-item{font-size:12px;padding:8px 12px}.overview-grid{grid-template-columns:repeat(2,1fr)}.config-grid{grid-template-columns:1fr}.actions-grid{grid-template-columns:repeat(2,1fr)}.service-modal-footer{flex-direction:column;gap:12px}.service-modal-footer .footer-actions{width:100%}.service-modal-footer .footer-actions button{flex:1 1}}@media (max-width:600px){.service-modal-title h2{font-size:1.2rem}.modal-header-actions{flex-direction:column;gap:8px}.actions-grid,.overview-grid{grid-template-columns:1fr}}.n8n-control{margin:0 auto;max-width:1400px;padding:2rem}.n8n-header{border-bottom:2px solid #e0e0e0;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.header-title,.n8n-header{align-items:center;display:flex}.header-title{gap:1rem}.header-title h1{color:#333;font-size:2rem;margin:0}.n8n-status{align-items:center;border-radius:8px;display:flex;font-weight:600;gap:.5rem;padding:.5rem 1rem}.n8n-status.connected{background:#d4edda;color:#155724}.n8n-status.disconnected{background:#f8d7da;color:#721c24}.n8n-status .status-text{font-weight:600}.n8n-tabs button .tab-count{opacity:.8}.user-info{background:#f8f9fa;border-radius:8px;padding:.5rem 1rem}.user-info span{color:#333;font-weight:500}.logout-btn{font-weight:500;transition:background .2s ease}.nl-control-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:2rem;padding:2rem}.nl-control-section h2{font-size:1.5rem;margin:0 0 1rem}.nl-form{display:flex;gap:1rem;margin-bottom:1rem}.nl-input{background:#fffffff2;border:none;border-radius:8px;flex:1 1;font-size:1rem;padding:1rem}.nl-input:focus{outline:2px solid #fff}.nl-submit{align-items:center;background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:1rem 2rem;transition:transform .2s}.nl-submit:hover:not(:disabled){transform:translateY(-2px)}.nl-submit:disabled{cursor:not-allowed;opacity:.7}.nl-response{background:#fff3;border-radius:8px;margin-bottom:1rem;padding:1rem}.nl-response pre{background:#0003;border-radius:4px;font-size:.875rem;margin-top:.5rem;overflow-x:auto;padding:.5rem}.nl-examples{display:flex;flex-direction:column;gap:.5rem}.example-chips{display:flex;flex-wrap:wrap;gap:.5rem}.example-chips button{background:#fff3;border:1px solid #ffffff4d;border-radius:20px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.example-chips button:hover{background:#ffffff4d;transform:translateY(-1px)}.n8n-tabs{border-bottom:2px solid #e5e7eb;display:flex;gap:.5rem;margin-bottom:2rem;padding-bottom:0}.n8n-tabs button{align-items:center;background:none;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;color:#64748b;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;margin-bottom:-2px;padding:.875rem 1.25rem;transition:all .2s}.n8n-tabs button .tab-label{font-weight:500}.n8n-tabs button .tab-count{background:#e2e8f0;border-radius:10px;color:#64748b;font-size:.75rem;font-weight:600;padding:2px 8px}.n8n-tabs button:hover{background:#f8fafc;color:#1e293b}.n8n-tabs button.active{background:#0000;border-bottom-color:#667eea;color:#667eea}.n8n-tabs button.active .tab-count{background:#e0e7ff;color:#667eea}.section-header{margin-bottom:1.5rem}.section-header h2{color:#333;font-size:1.5rem;margin:0}.refresh-btn{align-items:center;background:#f0f0f0;border:none;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem 1rem;transition:background .2s}.refresh-btn:hover{background:#e0e0e0}.workflows-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.workflow-card{background:#fff;border:1px solid #e0e0e0;padding:1.5rem;transition:all .3s}.workflow-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.workflow-header{align-items:start;margin-bottom:1rem}.workflow-header h3{color:#333;flex:1 1;font-size:1.25rem;margin:0}.workflow-status{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.workflow-status.active{background:#d4edda;color:#155724}.workflow-status.inactive{background:#f8d7da;color:#721c24}.workflow-meta{color:#666;flex-direction:column;font-size:.875rem;gap:.5rem;margin-bottom:1rem}.meta-item{align-items:center}.action-btn,.meta-item,.workflow-actions{display:flex;gap:.5rem}.action-btn{align-items:center;border:none;border-radius:8px;flex:1 1;font-weight:600;justify-content:center;padding:.75rem;transition:all .2s}.action-btn.execute{background:#667eea;color:#fff}.action-btn.execute:hover{background:#5568d3}.action-btn.activate{background:#28a745;color:#fff}.action-btn.activate:hover{background:#218838}.action-btn.deactivate{background:#dc3545;color:#fff}.action-btn.deactivate:hover{background:#c82333}.executions-list{display:flex;flex-direction:column;gap:1rem}.execution-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .2s}.execution-item:hover{box-shadow:0 2px 8px #0000001a}.execution-status{flex-shrink:0}.status-icon{display:block}.status-icon.success{color:#28a745}.status-icon.error{color:#dc3545}.status-icon.running{color:#667eea}.status-icon.pending{color:#ffc107}.execution-details{flex:1 1}.execution-workflow{color:#333;font-weight:600;margin-bottom:.25rem}.execution-time{color:#666;font-size:.875rem}.execution-mode{background:#f0f0f0;border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.loading{color:#64748b;padding:4rem}.empty-state{background:#f8fafc;border:2px dashed #e2e8f0;border-radius:16px;color:#64748b;margin:1rem 0;padding:4rem 2rem}.empty-state p{font-size:1rem;line-height:1.6;margin:0 0 1.5rem}.open-n8n-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;box-shadow:0 2px 8px #667eea4d;color:#fff;display:inline-flex;font-size:.9375rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .2s}.open-n8n-btn:hover{box-shadow:0 4px 16px #667eea66;transform:translateY(-2px)}.spin{animation:spin 1s linear infinite}.app-loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.loading-spinner{color:#fff;text-align:center}.loading-spinner p{font-size:1.1rem;margin-top:1rem;opacity:.9}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-form{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:2rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header svg{color:#667eea;margin-bottom:1rem}.login-header h1{color:#333;font-size:1.8rem;font-weight:600;margin:.5rem 0}.login-header p{color:#666;font-size:.95rem;margin:0}.form-group{margin-bottom:1.5rem}.form-group label{align-items:center;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.form-group input{border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input:disabled{background-color:#f8f9fa;cursor:not-allowed}.error-message{align-items:center;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#dc3545;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:1rem;padding:.75rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.login-button:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.login-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.7;transform:none}.login-info{border-top:1px solid #e1e5e9;margin-top:2rem;padding-top:1.5rem}.login-info h3{color:#333;font-size:1rem;font-weight:600;margin:0 0 1rem}.credentials{color:#666;font-size:.85rem;line-height:1.6}.credentials div{margin-bottom:.5rem}.credentials strong{color:#333}.logout-btn{align-items:center;background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 1rem;transition:background-color .2s ease}.logout-btn:hover{background:#c82333}.header-right,.user-info{align-items:center;display:flex;gap:1rem}.user-info{color:#333;font-size:.9rem}.workspace-dashboard{background:#f8f9fa;min-height:100vh;padding:20px}.dashboard-header{margin-bottom:30px;text-align:center}.dashboard-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.dashboard-header p{color:#666;font-size:1.1rem}.dashboard-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:30px}.dashboard-tab{align-items:center;background:#fff;border:1px solid #e9ecef;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:12px 20px;transition:all .3s ease}.dashboard-tab:hover{background:#f8f9fa;border-color:#007bff}.dashboard-tab.active{background:#007bff;border-color:#007bff;color:#fff}.dashboard-content{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:30px}.workspace-overview{width:100%}.overview-header{margin-bottom:30px;text-align:center}.overview-header h2{color:#333;margin-bottom:10px}.overview-header p{color:#666}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:20px;padding:25px}.stat-icon{background:#fff3;border-radius:10px;padding:15px}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.9rem;opacity:.9}.features-section{margin-top:40px}.features-section h3{color:#333;margin-bottom:20px;text-align:center}.features-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:25px;text-align:center}.feature-card svg{color:#007bff;margin-bottom:15px}.feature-card h4{color:#333;margin-bottom:10px}.feature-card p{color:#666;font-size:.9rem}.workspaces-section{width:100%}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-header h3{color:#1a202c;font-size:1.25rem;font-weight:600;margin:0}.section-header p{color:#64748b;font-size:.875rem;margin:4px 0 0}.create-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.create-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.workspaces-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.workspace-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .3s ease}.workspace-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.workspace-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:15px}.workspace-info h4{color:#333;margin-bottom:5px}.workspace-info p{color:#666;font-size:.9rem;margin-bottom:10px}.workspace-meta{align-items:center;display:flex;gap:10px}.workspace-type{border-radius:12px;font-size:.8rem;font-weight:700;padding:4px 8px;text-transform:uppercase}.workspace-type.development{background:#d4edda;color:#155724}.workspace-type.staging{background:#fff3cd;color:#856404}.workspace-type.production{background:#f8d7da;color:#721c24}.workspace-owner{align-items:center;color:#666;display:flex;font-size:.8rem;gap:4px}.workspace-actions{display:flex;gap:5px}.action-btn{background:#fff;border:1px solid #e9ecef;border-radius:6px;color:#666;cursor:pointer;padding:8px;transition:all .3s ease}.action-btn:hover{background:#007bff;color:#fff}.workspace-stats{border-top:1px solid #e9ecef;display:flex;gap:15px;margin-bottom:15px;padding-top:15px}.stat-item{gap:6px}.stat-item,.workspace-footer{align-items:center;color:#666;display:flex;font-size:.8rem}.workspace-footer{border-top:1px solid #e9ecef;justify-content:space-between;padding-top:15px}.workspace-status{background:#d4edda;border-radius:12px;color:#155724;font-weight:700;padding:4px 8px}.tool-catalog-section{width:100%}.tools-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));width:100%}.tool-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;height:100%;padding:20px;transition:all .3s ease}.tool-card:hover{border-color:#667eea;box-shadow:0 8px 25px #667eea26;transform:translateY(-2px)}.tool-header{align-items:flex-start;display:flex;gap:14px;margin-bottom:16px}.tool-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;padding:12px}.tool-info{min-width:0}.tool-info h4{color:#1a202c;font-size:1rem;margin-bottom:4px}.tool-info p{color:#64748b;font-size:.8rem;line-height:1.4;margin-bottom:6px}.tool-version{color:#666;font-size:.8rem;font-weight:700}.tool-config-fields,.tool-providers{margin-bottom:12px}.tool-config-fields{flex:1 1}.config-label,.providers-label{color:#666;display:block;font-size:.8rem;font-weight:700;margin-bottom:5px}.config-fields,.provider-tags{display:flex;flex-wrap:wrap;gap:5px}.config-field,.provider-tag{background:#e9ecef;border-radius:12px;color:#666;font-size:.8rem;padding:4px 8px}.configure-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;margin-top:auto;padding:10px 14px;transition:all .3s ease;width:100%}.configure-btn:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.database-catalog-section{width:100%}.db-type-section{margin-bottom:28px}.db-type-section h4{align-items:center;color:#1a202c;display:flex;font-size:1rem;font-weight:600;gap:10px;margin-bottom:16px}.db-type-section h4 svg{color:#667eea}.databases-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.database-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:16px;transition:all .3s ease}.database-card:hover{border-color:#667eea;box-shadow:0 6px 20px #0000001f;transform:translateY(-2px)}.database-card.vector-db{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#10b981}.database-card.vector-db:hover{border-color:#059669}.db-header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.db-header h5{color:#1a202c;font-size:.95rem;font-weight:600;margin:0}.managed-badge,.vector-badge{border-radius:8px;font-size:.7rem;font-weight:700;padding:2px 6px;text-transform:uppercase}.vector-badge{background:#28a745;color:#fff}.managed-badge{background:#007bff;color:#fff}.database-card p{color:#64748b;flex:1 1;font-size:.8rem;line-height:1.4;margin:0 0 12px}.db-details{margin-top:auto;padding-top:8px}.db-version{color:#666;font-size:.8rem;font-weight:700}.db-extensions{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px}.extension-tag{background:#e9ecef;border-radius:8px;color:#666;font-size:.7rem;padding:2px 6px}.ai-badge{background:linear-gradient(135deg,#f97316,#eab308);border-radius:10px;color:#fff;display:inline-block;font-size:.7rem;font-weight:600;margin-top:auto;padding:4px 10px}.container-hub-section{width:100%}.search-section{margin-bottom:30px}.search-bar{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;display:flex;gap:10px;padding:10px 15px}.search-bar svg{color:#666}.search-input{background:#0000;flex:1 1;outline:none}.search-btn,.search-input{border:none;font-size:14px}.search-btn{align-items:center;background:#007bff;border-radius:6px;color:#fff;cursor:pointer;display:flex;gap:6px;padding:8px 16px;transition:all .3s ease}.search-btn:hover{background:#0056b3}.popular-images h4{color:#333;margin-bottom:20px}.images-grid{grid-gap:15px;gap:15px}.image-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:20px;transition:all .3s ease}.image-card:hover{box-shadow:0 4px 15px #0000001a}.image-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.image-header h5{color:#333;margin:0}.official-badge{background:#007bff;border-radius:8px;font-size:.7rem;padding:2px 6px}.image-actions{display:flex;gap:10px;margin-top:15px}.pull-btn,.view-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:12px;gap:4px;justify-content:center;padding:8px 12px;transition:all .3s ease}.pull-btn{background:#28a745;color:#fff}.pull-btn:hover{background:#218838}.view-btn{background:#6c757d;color:#fff}.view-btn:hover{background:#545b62}.templates-section{width:100%}.templates-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.template-card{background:#f8f9fa;border:1px solid #e9ecef;padding:25px}.template-card:hover{box-shadow:0 4px 15px #0000001a}.template-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.template-header h4{color:#333;margin:0}.template-type{border-radius:12px;font-size:.8rem;font-weight:700;padding:4px 8px;text-transform:uppercase}.template-type.development{background:#d4edda;color:#155724}.template-type.staging{background:#fff3cd;color:#856404}.template-type.production{background:#f8d7da;color:#721c24}.template-components{margin:20px 0}.component-group{margin-bottom:15px}.component-group h5{align-items:center;color:#333;display:flex;font-size:14px;gap:6px;margin-bottom:8px}.component-tags{display:flex;flex-wrap:wrap;gap:6px}.component-tag{background:#e9ecef;border-radius:12px;color:#666;font-size:.8rem;padding:4px 8px}.create-from-template-btn{align-items:center;background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;gap:8px;justify-content:center;padding:12px;transition:all .3s ease;width:100%}.create-from-template-btn:hover{background:#218838}.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:50px;text-align:center}.spinner{color:#007bff;margin-bottom:20px}@media (max-width:768px){.dashboard-tabs{justify-content:flex-start;overflow-x:auto;padding-bottom:10px}.databases-grid,.features-grid,.images-grid,.stats-grid,.templates-grid,.tools-grid,.workspaces-grid{grid-template-columns:1fr}.section-header{align-items:stretch;flex-direction:column;gap:15px}.workspace-header{flex-direction:column;gap:10px}.workspace-meta{flex-wrap:wrap}}.modal-overlay{align-items:center;animation:fadeIn .2s ease-in;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 80px #00000059;display:flex;flex-direction:column;max-height:85vh;max-width:550px;overflow:hidden;width:90%}.modal-content .modal-body{flex:1 1;overflow-y:auto}.modal-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px 16px 0 0;display:flex;justify-content:flex-start;margin:0;min-height:64px;padding:20px 60px 20px 24px;position:relative}.modal-header h2{word-wrap:break-word;color:#fff;font-size:18px;font-weight:600;line-height:1.4;margin:0}.close-button{align-items:center;background:#ffffff26;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;padding:0;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:all .2s ease;width:32px}.close-button svg{stroke-width:2.5;height:18px;width:18px}.close-button:hover{background:#ffffff47;color:#fff;transform:translateY(-50%) scale(1.08)}.modal-body{padding:24px}.modal-description{color:#666;font-size:14px;margin-bottom:20px}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.modal-footer button{border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.modal-footer button:first-child{background:#e5e7eb;color:#374151}.modal-footer button:first-child:hover{background:#d1d5db}.modal-footer .primary-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 8px #667eea4d;color:#fff}.modal-footer .primary-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{background:#f9fafb;border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 14px;transition:all .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:100px;resize:vertical}.search-results{margin-bottom:40px;margin-top:30px}.search-results h4{color:#333;font-size:1.2rem;margin-bottom:20px}.image-description{color:#666;font-size:.9rem;line-height:1.4;margin:10px 0;min-height:40px}.image-stats{color:#666;display:flex;font-size:.85rem;gap:15px;margin:10px 0}.image-stats span{align-items:center;display:flex;gap:4px}.badges{display:flex;flex-wrap:wrap;gap:6px}.automated-badge{background:#17a2b8;border-radius:8px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px}.pull-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.pull-btn:disabled:hover{background:#6c757d}.spinning{animation:spin 1s linear infinite}.search-btn:disabled{background:#6c757d;cursor:not-allowed;opacity:.7}.search-btn:disabled:hover{background:#6c757d}.workspace-detail-grid{grid-gap:16px;display:grid;gap:16px}.workspace-detail-grid .detail-item{border-bottom:1px solid #f0f0f0;padding:12px 0}.workspace-detail-grid .detail-item:last-child{border-bottom:none}.workspace-detail-grid .detail-item strong{color:#6b7280;display:block;font-size:12px;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.workspace-detail-grid .detail-item p{color:#1f2937;font-size:15px;margin:0}.workspace-detail-grid .detail-item ul{color:#4b5563;margin:0;padding-left:20px}.workspace-detail-grid .detail-item ul li{margin-bottom:4px}@media (max-width:768px){.modal-content{max-height:95vh;width:95%}.modal-header h2{font-size:18px}.modal-body,.modal-footer{padding:15px}}.agentscope-container{background:#0000;box-sizing:border-box;margin:0;max-width:100%;min-height:100vh;padding:24px;width:100%}.agentscope-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:20px}.agentscope-header h1{align-items:center;color:#1f2937;display:flex;font-size:28px;gap:12px}.agentscope-header h1 svg{color:#6366f1}.agentscope-header p{color:#6b7280;font-size:14px;margin-top:4px}.header-actions{display:flex;gap:12px}.btn-primary{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.btn-primary:hover{box-shadow:0 4px 12px #6366f166;transform:translateY(-2px)}.btn-secondary{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .3s ease}.btn-secondary:hover{background:#e5e7eb;border-color:#9ca3af}.stats-grid{grid-template-columns:repeat(4,1fr)}.stat-card{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;gap:16px;padding:20px;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.stat-icon.purple{background:#6366f126;color:#6366f1}.stat-icon.green{background:#22c55e26;color:#22c55e}.stat-icon.blue{background:#3b82f626;color:#3b82f6}.stat-icon.orange{background:#f9731626;color:#f97316}.stat-info h3{color:#1f2937;font-size:24px;margin:0}.stat-info p{color:#6b7280;font-size:14px;margin:4px 0 0}.agentscope-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 500px}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:24px}.panel-header{justify-content:space-between;margin-bottom:20px}.panel-header,.panel-header h2{align-items:center;display:flex}.panel-header h2{color:#1f2937;font-size:18px;gap:8px;margin:0}.panel-header h2 svg{color:#6366f1}.agents-list{display:flex;flex-direction:column;gap:12px}.agent-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:16px;transition:all .3s ease}.agent-card:hover{background:#f3f4f6;border-color:#6366f1;box-shadow:0 2px 4px #6366f11a}.agent-card.selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 0 0 2px #6366f133}.agent-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.agent-name{color:#1f2937;font-size:16px;font-weight:600}.agent-type{border-radius:4px;font-size:12px;font-weight:600;padding:4px 8px;text-transform:uppercase}.agent-type.dialog{background:#22c55e26;color:#16a34a}.agent-type.react{background:#6366f126;color:#4f46e5}.agent-type.custom{background:#f9731626;color:#ea580c}.agent-meta{color:#6b7280;display:flex;font-size:12px;gap:16px}.agent-meta span{align-items:center;display:flex;gap:4px}.agent-actions{display:flex;gap:8px;margin-top:12px}.agent-actions button{border-radius:6px;cursor:pointer;flex:1 1;font-size:12px;padding:8px;transition:all .2s ease}.btn-chat{background:#6366f133;border:1px solid #6366f14d;color:#6366f1}.btn-chat:hover{background:#6366f14d}.btn-delete{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.btn-delete:hover{background:#ef44444d}.chat-panel{display:flex;flex-direction:column;height:calc(100vh - 300px);max-height:900px;min-height:700px}.chat-messages{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex:1 1;flex-direction:column;gap:16px;margin-bottom:16px;min-height:400px;overflow-y:auto;padding:20px}.chat-message{border-radius:12px;font-size:14px;line-height:1.5;max-width:85%;padding:12px 16px}.chat-message.user{align-self:flex-end;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.chat-message.assistant{align-self:flex-start;background:#f3f4f6;color:#1f2937}.chat-message.assistant.error,.chat-message.error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.chat-message .timestamp{font-size:10px;margin-top:4px;opacity:.6}.chat-input-container{display:flex;gap:8px}.chat-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;flex:1 1;font-size:14px;outline:none;padding:12px 16px}.chat-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chat-input::placeholder{color:#9ca3af}.btn-send{background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;cursor:pointer;padding:12px 16px;transition:all .3s ease}.btn-send:hover{transform:scale(1.05)}.btn-send:disabled{cursor:not-allowed;opacity:.5}.templates-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-top:20px}.template-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:20px;transition:all .3s ease}.template-card:hover{background:#eef2ff;border-color:#6366f1;box-shadow:0 4px 6px #6366f11a;transform:translateY(-2px)}.template-card h3{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 8px}.template-card h3 svg{color:#6366f1}.template-card p{color:#6b7280;font-size:13px;line-height:1.5;margin:0 0 12px}.template-use-cases{display:flex;flex-wrap:wrap;gap:6px}.use-case-tag{background:#6366f11a;border-radius:4px;color:#4f46e5;font-size:11px;font-weight:500;padding:4px 8px}.workflows-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.workflow-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;transition:all .3s ease}.workflow-card:hover{background:#f3f4f6;border-color:#d1d5db}.workflow-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.workflow-meta{color:#6b7280;display:flex;font-size:12px;gap:16px;margin-bottom:8px}.workflow-meta span{align-items:center;display:flex;gap:4px}.workflow-name{color:#1f2937;font-size:15px;font-weight:600}.workflow-type{background:#3b82f626;border-radius:4px;color:#2563eb;font-size:11px;font-weight:600;padding:4px 8px;text-transform:uppercase}.workflow-agents{display:flex;gap:8px;margin-top:8px}.workflow-agent-chip{background:#f3f4f6;border-radius:20px;color:#4b5563;font-size:12px;padding:4px 10px}.tools-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.tool-item{background:#f9fafb;border:1px solid #e5e7eb;gap:12px}.tool-item:hover{background:#f3f4f6;border-color:#d1d5db}.tool-icon{align-items:center;background:#e5e7eb;border-radius:6px;color:#6b7280;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.tool-info{flex:1 1}.tool-info h4{color:#1f2937;font-size:14px;font-weight:600;margin:0}.tool-info p{color:#6b7280;font-size:12px;margin:4px 0 0}.tool-status{border-radius:4px;font-size:11px;font-weight:500;padding:4px 8px}.tool-status.active{background:#22c55e26;color:#16a34a}.tool-status.inactive{background:#ef444426;color:#dc2626}.agentscope-container .modal-overlay{align-items:center;background:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.agentscope-container .modal-content,.agentscope-container .modal-overlay .modal-content{background:#1a1a2e!important;background-color:#1a1a2e!important;border:1px solid #ffffff1a!important;border-radius:16px!important;box-sizing:border-box!important;max-height:90vh;max-width:90%!important;overflow-y:auto;padding:24px!important;position:relative!important;width:500px!important}.agentscope-container .modal-content .modal-header,.agentscope-container .modal-content>.modal-header,.agentscope-container .modal-header{align-items:center!important;background:#0000!important;background-color:initial!important;background-image:none!important;border:none!important;border-radius:0!important;display:flex!important;flex-direction:row!important;justify-content:space-between!important;margin-bottom:20px!important;margin-top:0!important;min-height:auto!important;padding:0!important;position:static!important;width:100%!important}.agentscope-container .modal-content .modal-header h2,.agentscope-container .modal-header h2{background:#0000!important;background-color:initial!important;color:#fff!important;flex:1 1;font-size:20px!important;line-height:1.4!important;margin:0!important;padding:0!important}.agentscope-container .modal-close,.agentscope-container .modal-content .modal-close,.agentscope-container .modal-header .modal-close,.agentscope-container .modal-header button.modal-close{align-items:center!important;animation:none!important;background:#0000!important;background-color:initial!important;background-image:none!important;border:none!important;border-radius:6px!important;box-shadow:none!important;color:#fff9!important;cursor:pointer;display:flex!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;justify-content:center!important;line-height:1!important;margin:0!important;max-width:36px!important;min-width:36px!important;padding:8px!important;position:static!important;transform:none!important;transition:color .2s ease,background-color .2s ease!important;width:36px!important}.agentscope-container .modal-close:hover,.agentscope-container .modal-content .modal-close:hover,.agentscope-container .modal-header .modal-close:hover,.agentscope-container .modal-header button.modal-close:hover{background:#ffffff1a!important;background-color:#ffffff1a!important;color:#fff!important;transform:none!important}.agentscope-container .form-group{margin-bottom:16px}.agentscope-container .form-group label{color:#fffc;display:block;font-size:14px;margin-bottom:8px}.agentscope-container .modal-content .form-group input,.agentscope-container .modal-content .form-group select,.agentscope-container .modal-content .form-group textarea{background:#252540!important;background-color:#252540!important;border:1px solid #ffffff4d!important;border-radius:8px!important;box-sizing:border-box;color:#fff!important;font-size:14px!important;outline:none;padding:12px!important;width:100%!important}.agentscope-container .modal-content .form-group select{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23fff' d='M6 8 1 3h10z'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;cursor:pointer;padding-right:36px!important}.agentscope-container .modal-content .form-group select option{background-color:#252540!important;color:#fff!important;padding:12px}.agentscope-container .modal-content .form-group input:focus,.agentscope-container .modal-content .form-group select:focus,.agentscope-container .modal-content .form-group textarea:focus{border-color:#6366f1!important;box-shadow:0 0 0 2px #6366f133}.agentscope-container .modal-content .form-group input::placeholder,.agentscope-container .modal-content .form-group textarea::placeholder{color:#fff6!important}.agentscope-container .modal-content .form-group textarea{min-height:100px;resize:vertical}.agentscope-container .modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.agentscope-container .modal-content .btn-secondary{background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:8px;color:#fff!important;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.agentscope-container .modal-content .btn-secondary:hover{background:#fff3!important}.agentscope-container .modal-content .btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;border:none!important;border-radius:8px;color:#fff!important;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.agentscope-container .modal-content .btn-primary:disabled{cursor:not-allowed;opacity:.5}.empty-state{background:#f9fafb;border:1px dashed #d1d5db;border-radius:12px;color:#6b7280;padding:40px;text-align:center}.empty-state svg{color:#9ca3af}.empty-state p{color:#6b7280}.loading-spinner{align-items:center;display:flex;justify-content:center;padding:40px}.loading-spinner svg{animation:spin 1s linear infinite;color:#6366f1}@media (max-width:1200px){.agentscope-content{grid-template-columns:1fr}.stats-grid,.templates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.stats-grid,.templates-grid{grid-template-columns:1fr}.agentscope-header{align-items:flex-start;flex-direction:column;gap:16px}}.pf-container{background:linear-gradient(135deg,#0f0f23,#1a1a2e 50%,#16213e);color:#e4e4e7;min-height:100vh;padding:0}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.pf-spinning{animation:spin 1s linear infinite}.pf-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border-bottom:1px solid #ffffff0f;padding:1.5rem 2rem}.pf-header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1600px}.pf-header-title{align-items:center;display:flex;gap:1rem}.pf-header-title svg{color:#8b5cf6}.pf-header-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a5b4fc);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;margin:0}.pf-header-title p{color:#71717a;font-size:.875rem;margin:0}.pf-header-actions{display:flex;gap:.75rem}.pf-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;outline:none;padding:.625rem 1.25rem;transition:all .2s ease}.pf-btn.primary{background:linear-gradient(135deg,#8b5cf6,#6366f1);box-shadow:0 4px 12px #8b5cf64d;color:#fff}.pf-btn.primary:hover{box-shadow:0 6px 20px #8b5cf666;transform:translateY(-1px)}.pf-btn.primary:disabled{cursor:not-allowed;opacity:.5;transform:none}.pf-btn.secondary{background:#ffffff0f;border:1px solid #ffffff1a;color:#e4e4e7}.pf-btn.secondary:hover{background:#ffffff1a;border-color:#fff3}.pf-btn.large{font-size:1rem;padding:.875rem 1.75rem}.pf-btn.small{font-size:.8125rem;padding:.5rem 1rem}.pf-stats-bar{display:flex;gap:2rem;margin:0 auto;max-width:1600px;padding:1.5rem 2rem}.pf-stat{align-items:center;background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;display:flex;gap:.75rem;min-width:160px;padding:1rem 1.5rem}.pf-stat svg{color:#8b5cf6}.pf-stat-value{display:block;font-size:1.5rem;font-weight:700}.pf-stat-label{color:#71717a;font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.pf-notification{align-items:center;animation:slideIn .3s ease;border-radius:10px;box-shadow:0 8px 32px #0000004d;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:1rem 1.5rem;position:fixed;right:1rem;top:1rem;z-index:1000}.pf-notification.success{background:linear-gradient(135deg,#059669,#10b981);color:#fff}.pf-notification.error{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.pf-content{display:flex;gap:1.5rem;margin:0 auto;max-width:1600px;padding:0 2rem 2rem}.pf-main-panel{flex:1 1;min-height:400px}.pf-empty,.pf-error,.pf-loading{align-items:center;color:#71717a;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:4rem 2rem;text-align:center}.pf-empty svg,.pf-error svg{color:#3f3f46}.pf-empty h2{color:#e4e4e7;font-size:1.5rem;margin:0}.pf-empty p{margin:0;max-width:300px}.pf-platforms-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.pf-platform-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;cursor:pointer;padding:1.25rem;transition:all .2s ease}.pf-platform-card:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-2px)}.pf-platform-card.selected{border-color:#8b5cf6;box-shadow:0 0 0 1px #8b5cf6}.pf-platform-card.running{border-color:#10b9814d}.pf-card-header{align-items:flex-start;display:flex;gap:.75rem;margin-bottom:1rem}.pf-card-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.pf-card-title{flex:1 1;min-width:0}.pf-card-title h3{font-size:1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pf-card-type{color:#71717a;font-size:.75rem}.pf-status-badge{align-items:center;border:1px solid;border-radius:9999px;display:inline-flex;font-size:.6875rem;font-weight:500;gap:.375rem;letter-spacing:.02em;padding:.25rem .625rem;text-transform:uppercase}.pf-status-dot{animation:pulse 2s ease-in-out infinite;border-radius:50%;height:6px;width:6px}.pf-card-details{background:#0003;border-radius:8px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:.75rem}.pf-detail-row{align-items:center;color:#a1a1aa;display:flex;font-size:.8125rem;gap:.5rem}.pf-detail-row svg{color:#52525b;flex-shrink:0}.pf-card-actions{display:flex;gap:.5rem}.pf-action-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;color:#a1a1aa;cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:.5rem;transition:all .2s ease}.pf-action-btn:hover{background:#ffffff1a;color:#e4e4e7}.pf-action-btn.start:hover{background:#10b98133;border-color:#10b981;color:#10b981}.pf-action-btn.stop:hover{background:#f59e0b33;border-color:#f59e0b;color:#f59e0b}.pf-action-btn.danger:hover{background:#ef444433;border-color:#ef4444;color:#ef4444}.pf-health-panel,.pf-logs-panel{animation:fadeIn .2s ease;background:#0006;border:1px solid #ffffff14;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;width:400px}.pf-health-header,.pf-logs-header{align-items:center;background:#ffffff08;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:1rem 1.25rem}.pf-health-header h3,.pf-logs-header h3{align-items:center;display:flex;font-size:.875rem;gap:.5rem;margin:0}.pf-logs-actions{display:flex;gap:.5rem}.pf-health-header button,.pf-logs-actions button{align-items:center;background:#ffffff0d;border:none;border-radius:6px;color:#a1a1aa;cursor:pointer;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.pf-health-header button:hover,.pf-logs-actions button:hover{background:#ffffff1a;color:#e4e4e7}.pf-logs-content{flex:1 1;max-height:400px;overflow:auto;padding:1rem}.pf-logs-content pre{color:#a1a1aa;font-family:JetBrains Mono,Fira Code,monospace;font-size:.75rem;line-height:1.6;margin:0;white-space:pre-wrap;word-break:break-all}.pf-logs-empty,.pf-logs-loading{align-items:center;color:#71717a;display:flex;flex-direction:column;gap:.5rem;justify-content:center;padding:2rem}.pf-health-content{padding:1.5rem}.pf-health-status{align-items:center;background:#ffffff05;border-radius:12px;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1.5rem}.pf-health-icon.success{color:#10b981}.pf-health-icon.error{color:#ef4444}.pf-health-label{font-size:1rem;font-weight:600}.pf-health-label.healthy{color:#10b981}.pf-health-label.unhealthy{color:#ef4444}.pf-health-details{display:flex;flex-direction:column;gap:.5rem}.pf-health-row{border-bottom:1px solid #ffffff0f;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0}.pf-health-row span:first-child{color:#71717a}.pf-templates-section{margin:0 auto;max-width:1600px;padding:2rem}.pf-templates-section h2{align-items:center;display:flex;font-size:1.25rem;gap:.75rem;margin:0 0 1.5rem}.pf-templates-section h2 svg{color:#8b5cf6}.pf-templates-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.pf-template-card{align-items:center;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;display:flex;gap:1rem;padding:1.25rem;transition:all .2s ease}.pf-template-card:hover{background:#ffffff0a;border-color:#8b5cf6;border-color:var(--template-color,#8b5cf6)}.pf-template-icon{align-items:center;background:color-mix(in srgb,#8b5cf6 15%,#0000);background:color-mix(in srgb,var(--template-color,#8b5cf6) 15%,#0000);border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;width:56px}.pf-template-icon svg{color:#8b5cf6;color:var(--template-color,#8b5cf6)}.pf-template-info{flex:1 1;min-width:0}.pf-template-info h3{font-size:1rem;margin:0 0 .25rem}.pf-template-info p{color:#71717a;font-size:.8125rem;margin:0}.pf-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.pf-modal{animation:slideIn .3s ease;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;width:100%}.pf-modal-header{align-items:center;background:#ffffff05;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.pf-modal-header h2{align-items:center;display:flex;font-size:1.25rem;gap:.75rem;margin:0}.pf-modal-header h2 svg{color:#8b5cf6}.pf-modal-close{align-items:center;background:#ffffff0d;border:none;border-radius:8px;color:#a1a1aa;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.pf-modal-close:hover{background:#ffffff1a;color:#e4e4e7}.pf-modal-steps{background:#0003;border-bottom:1px solid #ffffff0f;gap:.75rem;justify-content:center;padding:1rem 1.5rem}.pf-modal-steps,.pf-step{align-items:center;display:flex}.pf-step{color:#52525b;font-size:.875rem;gap:.5rem}.pf-step.active{color:#e4e4e7}.pf-step-number{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:.75rem;font-weight:600;height:24px;justify-content:center;width:24px}.pf-step.active .pf-step-number{background:#8b5cf6;color:#fff}.pf-modal-steps svg{color:#3f3f46}.pf-modal-content{flex:1 1;overflow-y:auto;padding:1.5rem}.pf-form-section{gap:1.25rem}.pf-form-group,.pf-form-section{display:flex;flex-direction:column}.pf-form-group{gap:.5rem}.pf-form-group label{color:#e4e4e7;font-size:.875rem;font-weight:500}.pf-input,.pf-select{background:#0000004d;border:1px solid #ffffff1a;border-radius:10px;color:#e4e4e7;font-size:.9375rem;outline:none;padding:.75rem 1rem;transition:all .2s ease;width:100%}.pf-input:focus,.pf-select:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf633}.pf-input::placeholder{color:#52525b}.pf-select{cursor:pointer}.pf-input-hint{color:#71717a;font-size:.75rem}.pf-type-selector{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr)}.pf-type-option{align-items:center;background:#0000004d;border:2px solid #ffffff1a;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 1rem;position:relative;text-align:center;transition:all .2s ease}.pf-type-option:hover{background:#ffffff0d}.pf-type-option.selected{background:color-mix(in srgb,var(--type-color) 10%,#0000);border-color:var(--type-color)}.pf-type-option svg{color:var(--type-color)}.pf-type-name{font-size:.875rem;font-weight:600}.pf-type-desc{color:#71717a;font-size:.6875rem;line-height:1.4}.pf-type-check{color:var(--type-color);position:absolute;right:.5rem;top:.5rem}.pf-checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400!important;gap:.75rem}.pf-checkbox-label input{display:none}.pf-checkbox-custom{background:#0000004d;border:2px solid #fff3;border-radius:4px;height:20px;position:relative;transition:all .2s ease;width:20px}.pf-checkbox-label input:checked+.pf-checkbox-custom{background:#8b5cf6;border-color:#8b5cf6}.pf-checkbox-label input:checked+.pf-checkbox-custom:after{border:2px solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:5px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.pf-tools-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr)}.pf-tool-option{align-items:center;background:#0000004d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;font-size:.8125rem;gap:.5rem;padding:.625rem .75rem;transition:all .2s ease}.pf-tool-option:hover{background:#ffffff0d}.pf-tool-option.selected{background:#8b5cf633;border-color:#8b5cf6}.pf-tool-option svg{color:#71717a;flex-shrink:0}.pf-tool-option.selected svg{color:#8b5cf6}.pf-tool-option span{flex:1 1}.pf-tool-option svg:last-child{color:#10b981}.pf-modal-footer{align-items:center;background:#ffffff05;border-top:1px solid #ffffff0f;display:flex;gap:.75rem;padding:1rem 1.5rem}.pf-footer-spacer{flex:1 1}.pf-deployment-modal{animation:slideIn .3s ease;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;max-width:520px;overflow:hidden;width:100%}.pf-deployment-content{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.pf-deployment-info{align-items:center;background:#0000004d;border-radius:12px;display:flex;justify-content:space-between;padding:1rem}.pf-deployment-platform{font-size:1.125rem;font-weight:600}.pf-deployment-status{align-items:center;display:flex;font-size:.875rem;font-weight:500;gap:.375rem}.pf-progress-container{align-items:center;display:flex;gap:1rem}.pf-progress-bar{background:#ffffff1a;border-radius:6px;flex:1 1;height:12px;overflow:hidden}.pf-progress-fill{background:linear-gradient(90deg,currentColor,currentColor);border-radius:6px;height:100%;position:relative;transition:width .3s ease,background-color .3s ease}.pf-progress-fill:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#fff3 50%,#0000);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.pf-progress-text{color:#e4e4e7;font-size:.875rem;font-weight:600;min-width:45px;text-align:right}.pf-current-step{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;color:#93c5fd;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem}.pf-current-step svg{color:#3b82f6}.pf-steps-timeline{display:flex;flex-direction:column;gap:0}.pf-timeline-step{align-items:flex-start;display:flex;gap:.75rem;padding:.75rem 0;position:relative}.pf-timeline-step:not(:last-child):before{background:#ffffff1a;bottom:0;content:"";left:12px;position:absolute;top:36px;width:2px}.pf-timeline-step.completed:not(:last-child):before{background:#10b981}.pf-timeline-step.active:not(:last-child):before{background:linear-gradient(180deg,#3b82f6,#ffffff1a)}.pf-timeline-icon{align-items:center;background:#ffffff1a;border-radius:50%;color:#71717a;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:26px;justify-content:center;width:26px}.pf-timeline-step.completed .pf-timeline-icon{background:#10b98133;color:#10b981}.pf-timeline-step.active .pf-timeline-icon{background:#3b82f633;color:#3b82f6}.pf-step-complete{color:#10b981}.pf-step-pending{color:#52525b}.pf-timeline-content{display:flex;flex-direction:column;gap:.125rem;padding-top:2px}.pf-timeline-name{color:#e4e4e7;font-size:.875rem;font-weight:500}.pf-timeline-step.pending .pf-timeline-name{color:#71717a}.pf-timeline-desc{color:#71717a;font-size:.75rem}.pf-deployment-error{align-items:flex-start;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;color:#fca5a5;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem}.pf-deployment-error svg{color:#ef4444;flex-shrink:0;margin-top:2px}.pf-deployment-success{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:8px;color:#6ee7b7;display:flex;font-size:.875rem;gap:.5rem;padding:.75rem 1rem}.pf-deployment-success svg{color:#10b981}.pf-deployment-logs{background:#0000004d;border-radius:8px;overflow:hidden}.pf-deployment-logs h4{align-items:center;background:#0003;border-bottom:1px solid #ffffff0f;color:#a1a1aa;display:flex;font-size:.75rem;font-weight:500;gap:.5rem;margin:0;padding:.75rem 1rem}.pf-deployment-logs pre{color:#71717a;font-family:JetBrains Mono,Fira Code,monospace;font-size:.6875rem;line-height:1.5;margin:0;max-height:120px;overflow-y:auto;padding:.75rem 1rem;white-space:pre-wrap;word-break:break-all}.pf-dashboard-modal{animation:slideIn .3s ease;background:#1a1a2e;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.pf-dashboard-content{display:flex;flex-direction:column;gap:1.5rem;overflow-y:auto;padding:1.5rem}.pf-dashboard-summary{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.pf-summary-card{align-items:center;background:#0000004d;border:1px solid #ffffff0f;border-radius:12px;display:flex;gap:.75rem;padding:1rem}.pf-summary-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.pf-summary-data{display:flex;flex-direction:column}.pf-summary-value{color:#e4e4e7;font-size:1.5rem;font-weight:700}.pf-summary-label{color:#71717a;font-size:.75rem;letter-spacing:.02em;text-transform:uppercase}.pf-dashboard-section{background:#0003;border:1px solid #ffffff0f;border-radius:12px;overflow:hidden}.pf-section-header{align-items:center;background:#0003;border-bottom:1px solid #ffffff0f;display:flex;justify-content:space-between;padding:1rem 1.25rem}.pf-section-header h3{font-size:.9375rem;font-weight:600;margin:0}.pf-dashboard-empty,.pf-dashboard-loading{align-items:center;color:#71717a;display:flex;flex-direction:column;gap:.75rem;justify-content:center;padding:2rem}.pf-dashboard-empty svg{color:#3f3f46}.pf-health-list{display:flex;flex-direction:column}.pf-health-item{border-bottom:1px solid #ffffff0f;padding:1rem 1.25rem}.pf-health-item:last-child{border-bottom:none}.pf-health-item-header{align-items:center;display:flex;gap:.75rem}.pf-health-item-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.pf-health-item-info{flex:1 1;min-width:0}.pf-health-item-name{color:#e4e4e7;display:block;font-size:.9375rem;font-weight:600}.pf-health-item-type{color:#71717a;display:block;font-size:.75rem}.pf-health-item-status{align-items:center;display:flex;font-size:.8125rem;font-weight:500;gap:.375rem}.pf-health-item-metrics{grid-gap:.75rem;background:#0003;border-radius:8px;display:grid;gap:.75rem;grid-template-columns:repeat(4,1fr);margin-top:.75rem;padding:.75rem}.pf-metric{display:flex;flex-direction:column;gap:.125rem}.pf-metric-label{color:#71717a;font-size:.6875rem;letter-spacing:.02em;text-transform:uppercase}.pf-metric-value{color:#e4e4e7;font-size:.875rem;font-weight:600}.pf-health-item-error{align-items:center;background:#ef44441a;border-radius:6px;color:#fca5a5;display:flex;font-size:.75rem;gap:.375rem;margin-top:.5rem;padding:.5rem .75rem}.pf-health-item-error svg{color:#ef4444;flex-shrink:0}.pf-deployments-info{padding:1rem 1.25rem}.pf-deployments-info p{color:#71717a;font-size:.875rem;margin:0}@media (max-width:768px){.pf-header-content{align-items:stretch;flex-direction:column;gap:1rem}.pf-stats-bar{flex-wrap:wrap}.pf-stat{flex:1 1;min-width:140px}.pf-content{flex-direction:column}.pf-health-panel,.pf-logs-panel{width:100%}.pf-platforms-grid,.pf-type-selector{grid-template-columns:1fr}.pf-tools-grid{grid-template-columns:repeat(2,1fr)}.pf-dashboard-modal,.pf-modal{border-radius:0;max-height:100%;max-width:100%}.pf-dashboard-summary,.pf-health-item-metrics{grid-template-columns:repeat(2,1fr)}}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);min-height:100vh;overflow-x:hidden}.App{position:relative}.App,.app{display:flex;flex-direction:column}.app{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.main-content{margin-bottom:0;margin-top:128px;min-height:calc(100vh - 232px);overflow-x:hidden;overflow-y:auto;padding-bottom:120px;position:relative;width:100%}.app .multistep-form{background:#0000;flex:1 1;padding:0;width:100%}.container{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:1800px;width:98%}.header{color:#fff;margin-bottom:20px;text-align:center}.header h1{font-size:24px;font-weight:700;margin-bottom:4px;text-shadow:0 1px 5px #0003}.header p{font-size:9px;opacity:.9}.services-grid{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));margin-bottom:10px}.service-card{align-items:center;background:#fffffff2;border:1px solid #0000;border-radius:6px;display:flex;flex-direction:column;gap:4px;padding:8px;transition:all .3s ease}.service-card.healthy{border-color:#10b981}.service-card.unhealthy{border-color:#ef4444;opacity:.7}.service-card:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-2px)}.service-icon{align-items:center;display:flex;justify-content:center}.service-card.healthy .service-icon{color:#10b981}.service-card.unhealthy .service-icon{color:#ef4444}.service-name{font-size:7px;font-weight:600;text-align:center}.service-status{font-size:6px;font-weight:500;opacity:.7;text-transform:uppercase}.chat-container{background:#fff;border-radius:8px;box-shadow:0 10px 30px #0000004d;display:flex;flex-direction:column;height:250px;overflow:hidden}.response-area{background:linear-gradient(180deg,#f9fafb,#fff);display:flex;flex:1 1;flex-direction:column;gap:16px;justify-content:flex-start;overflow-y:auto;padding:24px}.response-box{background:#fff;border-left:4px solid #667eea;border-radius:8px;box-shadow:0 2px 8px #00000014;padding:16px}.response-header{color:#667eea;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.response-text{color:#1f2937;line-height:1.6;white-space:pre-wrap;word-break:break-word}.loading{align-items:center;background:#fffffff2;border-radius:10px;box-shadow:0 5px 20px #667eea4d;color:#667eea;display:flex;flex-direction:column;font-weight:600;gap:12px;justify-content:center;left:50%;max-width:90vw;min-width:300px;padding:30px 40px;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.loading p{font-size:12px;letter-spacing:.25px;margin:0}.progress-container-simple{margin:1rem auto 0;max-width:1400px;width:100%}.progress-bar{box-shadow:inset 0 1px 2px #0000001a;height:20px;position:relative;width:100%}.progress-fill{align-items:center;animation:gradient-shift 2s ease-in-out infinite;border-radius:20px;box-shadow:0 2px 8px #667eea66;display:flex;justify-content:flex-end;padding-right:1rem}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.progress-text{color:#fff;font-size:.95rem;font-weight:700;min-width:50px;text-align:right;text-shadow:0 1px 2px #0000004d}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-box{align-items:flex-start;background:#fee2e2;border-left:4px solid #ef4444;border-radius:8px;color:#991b1b;display:flex;gap:12px;padding:16px}.error-box p{margin:0}.empty-state{flex:1 1;gap:12px}.empty-state svg{opacity:.5}.input-form{background:#f3f4f6;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px;padding:20px}.model-selector{align-items:center;display:flex;gap:8px}.model-selector label{color:#374151;font-size:14px;font-weight:500}.model-selector select{background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s}.model-selector select:hover{border-color:#667eea}.model-selector select:disabled{cursor:not-allowed;opacity:.5}.input-wrapper{align-items:flex-end;display:flex;gap:12px}textarea{border:1px solid #d1d5db;border-radius:8px;flex:1 1;font-family:inherit;font-size:14px;padding:12px;resize:none;transition:border-color .2s}textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}textarea:disabled{background:#f3f4f6;cursor:not-allowed}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:600;height:24px;justify-content:center;min-width:24px;padding:6px 8px;transition:all .2s}.send-button:hover:not(:disabled){box-shadow:0 8px 16px #667eea66;transform:translateY(-2px)}.send-button:disabled{cursor:not-allowed;opacity:.5}.service-links{background:#fffffff2;border-radius:12px;color:#1f2937;padding:20px}.service-links h3{font-size:16px;margin-bottom:16px}.links-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.links-grid a{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;display:inline-block;font-weight:500;padding:12px 16px;text-align:center;text-decoration:none;transition:all .2s}.links-grid a:hover{box-shadow:0 8px 16px #667eea66;transform:translateY(-2px)}.navbar{backdrop-filter:blur(10px) saturate(180%);-webkit-backdrop-filter:blur(10px) saturate(180%);background:linear-gradient(135deg,#667eea40,#764ba240);border-bottom:1px solid #ffffff2e;box-shadow:0 4px 16px #0000001a;padding:10px 16px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:100}.navbar-content{flex-wrap:nowrap;gap:12px;justify-content:flex-start;margin:0 auto;max-width:1600px}.navbar-content,.navbar-left{align-items:center;display:flex}.navbar-left{flex-shrink:0}.navbar-center{flex:1 1;gap:4px;justify-content:center;max-width:300px}.navbar-center,.navbar-right{align-items:center;display:flex}.navbar-right{flex-shrink:0;gap:6px}.navbar-brand{gap:6px;padding-right:12px}.brand-icon{color:#fff;font-size:14px}.navbar-quick-prompt{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:10px;color:#fff;font-size:7px;min-width:150px;outline:none;padding:4px 8px;transition:all .3s ease}.navbar-quick-prompt::placeholder{color:#ffffffb3}.navbar-quick-prompt:focus{background:#ffffff40;border-color:#ffffff80;box-shadow:0 0 0 3px #ffffff1a}.navbar-manage-btn{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:7px;font-weight:600;gap:4px;margin-left:auto;padding:5px 10px;transition:all .3s ease}.navbar-manage-btn:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.view-selector-button{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:7px;font-weight:600;gap:4px;padding:5px 8px;transition:all .3s ease;white-space:nowrap}.view-selector-button:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.dropdown-item.active{background:#667eea26;color:#667eea;font-weight:600}.dropdown-item,.dropdown-item button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;width:100%}.mcp-tools-section{background:#fff;border-bottom:1.5px solid #667eea4d;box-shadow:0 2px 3px #0000001a;max-height:200px;overflow-y:auto;padding:10px 0;position:-webkit-sticky;position:sticky;top:30px;z-index:900}.mcp-tools-content{margin:0 auto;max-width:1600px;padding:0 12px}.mcp-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.mcp-header h2{color:#667eea;font-size:10px;font-weight:700;margin:0}.mcp-counts{display:flex;gap:8px}.count-badge{background:#667eea1a;border-radius:3px;color:#667eea;font-size:6.5px;padding:3px 6px}.count-badge strong{font-weight:700;margin-left:2px}.plugins-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr)}.plugin-card{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:8px;transition:all .3s ease}.plugin-card.enabled{background:#10b9810d;border-color:#10b9814d}.plugin-card.disabled{background:#f1f3f5;border-color:#dee2e6;opacity:.6}.plugin-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.plugin-icon{align-items:center;background:#fff;border-radius:4px;display:flex;flex-shrink:0;font-size:10px;font-weight:700;height:20px;justify-content:center;width:20px}.plugin-card.enabled .plugin-icon{background:#10b9811a;color:#10b981}.plugin-card.disabled .plugin-icon{background:#e9ecef;color:#adb5bd}.plugin-info{flex:1 1;min-width:0}.plugin-info h4{color:#212529;font-size:7px;font-weight:600;margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.plugin-info .tool-count{color:#6c757d;font-size:6px}.status-badge{flex-shrink:0;font-size:5.5px;font-weight:600;letter-spacing:.25px;padding:2px 5px}.status-badge.enabled{background:#10b98133;color:#059669}.status-badge.disabled{background:#e9ecef;color:#6c757d}.tools-section{border-top:2px solid #e9ecef;margin-top:24px;padding-top:24px}.tools-section h3{color:#495057;font-size:16px;font-weight:700;margin:0 0 16px}.tools-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.tool-item{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;cursor:pointer;display:flex;font-size:13px;font-weight:600;justify-content:space-between;padding:12px 16px;transition:all .3s ease}.tool-item:hover{background:#667eea0d;border-color:#667eea;color:#667eea;transform:translateX(4px)}.tool-name{flex:1 1;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.tool-arrow{transform:rotate(-90deg);transition:transform .3s ease}.tool-item:hover .tool-arrow{transform:rotate(-90deg) translateX(4px)}.tool-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tool-modal-content{animation:slideUp .3s ease;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.tool-modal-close{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:50%;color:#495057;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .3s ease;width:40px;z-index:10}.tool-modal-close:hover{background:#ef4444;border-color:#ef4444;color:#fff;transform:rotate(90deg)}@media (max-width:1200px){.plugins-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.plugins-grid{grid-template-columns:1fr}.mcp-header{align-items:flex-start;flex-direction:column;gap:12px}.tools-grid{grid-template-columns:1fr}.tool-modal-content{max-width:100%}}.navbar-brand h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text;font-size:18px;font-weight:700;letter-spacing:-.25px;margin:0}.navbar-brand p{color:#fffffff2;font-size:11px;font-weight:500;margin:0;opacity:.85}.brand-icon{flex-shrink:0;font-size:24px;line-height:1}.navbar-brand{align-items:center;border-right:1px solid #fff3;display:flex;gap:8px;padding-right:16px}.navbar-menus{display:flex;gap:16px}.service-badge{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff26;border:1.5px solid #ffffff4d;border-radius:16px;color:#fff;cursor:default;display:flex;font-size:12px;font-weight:700;gap:6px;padding:6px 12px;text-shadow:0 1px 2px #0003;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.service-badge svg{flex-shrink:0;height:14px;width:14px}.service-badge:hover{box-shadow:0 2px 8px #00000026;transform:translateY(-1px)}.service-badge.healthy{background:#10b98133;border-color:#10b98166;box-shadow:0 1px 6px #10b98126;color:#d1fae5}.service-badge.unhealthy{background:#ef444433;border-color:#ef444466;box-shadow:0 1px 6px #ef444426;color:#fecaca}.service-badge.disabled{background:#9ca3af26;border-color:#9ca3af4d;color:#d1d5db;opacity:.7}.nav-link{align-items:center;background:#ffffff1a;border:1px solid #0000;border-radius:8px;color:#ffffffe6;display:flex;font-size:14px;font-weight:600;gap:6px;overflow:hidden;padding:8px 14px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.nav-link svg{height:18px;width:18px}.nav-link:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.nav-link:hover:before{left:100%}.chat-area{background:linear-gradient(135deg,#f5f7fa,#e8ecf1);display:flex;flex-direction:column;min-height:calc(100vh - 232px);overflow-x:hidden;padding-bottom:20px;position:relative}.service-status-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f0f19fa,#191928fa);border-top:1px solid #5a67d840;bottom:0;box-shadow:0 -2px 10px #0000004d;height:104px;left:0;padding:20px 40px;position:fixed;right:0;z-index:999}.footer-content{gap:16px;height:100%;justify-content:space-between;margin:0 auto;max-width:1600px}.footer-content,.footer-left{align-items:center;display:flex}.footer-left{flex-shrink:0;gap:12px}.footer-brand{align-items:center;display:flex;gap:6px}.footer-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));font-size:22px;line-height:1}.footer-title{color:#fff;font-size:16px;font-weight:900;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d}.footer-info{align-items:center;color:#ffffffd9;display:flex;font-size:12px;font-weight:600;gap:10px}.footer-separator{color:#ffffff80;font-size:12px;font-weight:700}.service-badges-container{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;overflow-x:auto;scrollbar-width:none}.service-badges-container::-webkit-scrollbar{display:none}.navbar-fullwidth{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(135deg,#5a67d8,#6b46c1);border-bottom:1.5px solid #8b5cf64d;box-shadow:0 4px 16px #5a67d840;height:128px;left:0;overflow:visible;padding:0;position:fixed;right:0;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.navbar-container{align-items:center;display:flex;gap:16px;height:100%;justify-content:space-between;margin:0 auto;max-width:100%;overflow:visible;padding:0 16px}.navbar-brand-section{align-items:center;display:flex;flex-shrink:0}.navbar-nav{align-items:center;display:flex;flex:1 1;flex-wrap:nowrap;gap:8px;justify-content:center;overflow:visible!important;scrollbar-width:none}.navbar-nav::-webkit-scrollbar{display:none}.nav-link:hover{background:#fff3;border-color:#fff6;box-shadow:0 6px 20px #00000040;transform:translateY(-3px) scale(1.02)}.nav-link.active{background:#ffffff40;border-color:#fff;box-shadow:0 6px 24px #ffffff59,0 0 20px #8b5cf666;transform:scale(1.05)}.nav-link svg{flex-shrink:0}.navbar-actions{flex-shrink:0;gap:12px}.action-button,.navbar-actions{align-items:center;display:flex}.action-button{background:#ffffff26;border:1px solid #ffffff40;border-radius:50%;color:#fff;cursor:pointer;height:38px;justify-content:center;position:relative;transition:all .2s ease;width:38px}.action-button svg{height:20px;width:20px}.action-button:hover{background:#ffffff40;border-color:#fff6;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.notification-button{position:relative}.notification-badge{background:#ef4444;border:2px solid #667eeaf2;border-radius:10px;color:#fff;font-size:10px;font-weight:700;min-width:18px;padding:2px 6px;position:absolute;right:-4px;text-align:center;top:-4px}.user-avatar-button{align-items:center;background:linear-gradient(135deg,#fff3,#ffffff1a);border:1px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .2s ease;width:38px}.user-avatar-button svg{height:20px;width:20px}.user-avatar-button:hover{background:linear-gradient(135deg,#ffffff4d,#fff3);border-color:#ffffff80;box-shadow:0 4px 16px #00000040;transform:translateY(-2px)}.dropdown{overflow:visible;position:relative;z-index:1000}.dropdown-trigger{position:relative;z-index:1}.dropdown-menu{animation:dropdownFadeIn .2s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 8px 32px #0003;left:0;min-width:240px;padding:8px;position:absolute;top:calc(100% + 12px);z-index:1001}.dropdown-menu-right{left:auto;right:0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-section{padding:4px 0}.dropdown-section-title{color:#6b7280;font-size:11px;font-weight:700;letter-spacing:.5px;padding:8px 12px 4px;text-transform:uppercase}.dropdown-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:10px 12px;text-align:left;text-decoration:none;transition:all .15s ease;width:100%}.dropdown-item:hover{background:#667eea1a;color:#667eea}.dropdown-item svg{flex-shrink:0;opacity:.7}.dropdown-item:hover svg{opacity:1}.dropdown-divider{background:#0000001a;height:1px;margin:8px 0}.marketplace-graph-menu{animation:dropdownFadeIn .3s ease;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fff;border:2px solid #667eea;border-radius:16px;box-shadow:0 12px 48px #0000004d,0 0 0 1px #667eea1a,0 4px 16px #667eea33;display:block!important;left:50%;max-width:720px;min-width:680px;opacity:1!important;padding:20px;pointer-events:auto;position:absolute;top:calc(100% + 8px);transform:translateX(-50%);visibility:visible!important;z-index:10001}.graph-menu-title{color:#1f2937;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:16px;text-align:center}.graph-menu-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.graph-card{align-items:flex-start;background:linear-gradient(135deg,#fffffff2,#f9fafbf2);border:2px solid #667eea33;border-radius:12px;color:inherit;cursor:pointer;display:flex;gap:14px;min-height:110px;padding:16px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.graph-card:hover{border-color:#667eea80;box-shadow:0 8px 24px #667eea4d;transform:translateY(-4px) scale(1.02)}.graph-card-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;height:56px;justify-content:center;transition:all .3s ease;width:56px}.graph-card-data .graph-card-icon{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.graph-card-tokens .graph-card-icon{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.graph-card-operators .graph-card-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.graph-card-developers .graph-card-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff}.graph-card:hover .graph-card-icon{transform:scale(1.1) rotate(5deg)}.graph-card-content{display:flex;flex:1 1;flex-direction:column;gap:6px}.graph-card-content h4{color:#111827;font-size:15px;font-weight:700;line-height:1.3;margin:0}.graph-card-content p{color:#6b7280;font-size:13px;line-height:1.4;margin:0}.graph-card-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.stat-badge{background:#667eea1a;border-radius:6px;color:#667eea;display:inline-block;font-size:11px;font-weight:600;padding:4px 10px}.graph-menu-footer{border-top:1px solid #0000001a;display:flex;justify-content:center;padding-top:14px}.graph-overview-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 20px;transition:all .3s ease}.graph-overview-btn:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.user-menu{min-width:280px}.user-menu-header{align-items:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:8px;display:flex;gap:12px;margin-bottom:8px;padding:12px}.user-avatar-large{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.user-info{flex:1 1;min-width:0}.user-name{color:#111827;font-size:15px;font-weight:700;margin-bottom:2px}.user-email,.user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{color:#6b7280;font-size:12px}.text-danger{color:#ef4444!important}.text-danger:hover{background:#ef44441a!important;color:#dc2626!important}@media (max-width:1200px){.navbar-container{gap:20px;padding:0 20px}.navbar-nav{gap:6px}.nav-link{font-size:13px;padding:8px 14px}.brand-tagline,.nav-link span{display:none}.marketplace-graph-menu{left:50%;max-width:90vw;min-width:500px}.graph-menu-grid{grid-template-columns:1fr}}@media (max-width:768px){.navbar-container{flex-wrap:wrap;height:auto;padding:12px 16px}.navbar-nav{justify-content:flex-start;margin:0 -16px;order:3;overflow-x:auto;padding:8px 16px;width:100%}.navbar-brand h1{font-size:20px}.navbar-actions{gap:8px}.action-button,.user-avatar-button{height:38px;width:38px}}@media (max-width:480px){.navbar-brand .brand-icon{font-size:24px}.navbar-brand h1{font-size:18px}.nav-link{padding:8px 12px}}.model-manager-modal .modal-overlay,.ollama-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.model-manager-modal .modal-content,.ollama-modal-content{animation:slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:85vh;max-width:700px;overflow-y:auto;padding:32px;width:95%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ollama-modal-content h3{color:#1f2937;font-size:26px;font-weight:700;margin:0 0 12px}.ollama-modal-content p{color:#6b7280;font-size:15px;margin:0 0 24px}.pull-model-form{display:flex;gap:12px;margin-bottom:24px}.model-autocomplete{flex:1 1;position:relative}.model-autocomplete input{border:2px solid #e5e7eb;border-radius:10px;font-size:15px;padding:14px 16px;transition:all .2s;width:100%}.model-autocomplete input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.pull-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:8px;padding:14px 28px;transition:all .2s;white-space:nowrap}.pull-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.pull-button:disabled{cursor:not-allowed;opacity:.6}.download-progress-container{background:linear-gradient(135deg,#667eea0d,#764ba20d);border:2px solid #667eea33;border-radius:12px;margin-bottom:24px;padding:20px}.progress-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.progress-status{color:#667eea;font-size:16px;font-weight:600}.progress-percentage{color:#667eea;font-size:20px;font-weight:700}.progress-bar{background:#e5e7eb;border-radius:10px;box-shadow:inset 0 1px 3px #0000001a;height:14px;margin-bottom:12px;overflow:hidden}.progress-fill{animation:shimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#667eea,#764ba2 50%,#f093fb);background-size:200% 100%;height:100%;transition:width .3s ease}@keyframes shimmer{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.progress-details{align-items:center;color:#6b7280;display:flex;flex-wrap:wrap;font-size:14px;gap:16px}.progress-size{color:#374151;font-size:15px;font-weight:600}.progress-rate{background:#10b9811a;color:#10b981}.progress-eta,.progress-rate{border-radius:6px;font-size:14px;font-weight:600;padding:4px 10px}.progress-eta{background:#667eea1a;color:#667eea}.installed-models{margin-bottom:20px;margin-top:24px}.installed-models h4{color:#1f2937;font-size:20px;font-weight:700;margin:0 0 16px}.installed-models ul{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:0}.installed-models li{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:space-between;padding:14px 18px;transition:all .2s}.installed-models li:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateX(4px)}.model-info{display:flex;flex:1 1;flex-direction:column;gap:4px}.model-name{color:#1f2937;font-size:16px;font-weight:600}.model-size{color:#6b7280;font-size:14px;font-weight:500}.delete-model-btn{align-items:center;background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s}.delete-model-btn:hover{background:#ef4444;border-color:#ef4444;box-shadow:0 4px 12px #ef44444d;color:#fff;transform:translateY(-2px)}.ollama-close-button{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;font-size:15px;font-weight:600;padding:14px;transition:all .2s;width:100%}.ollama-close-button:hover{background:#e5e7eb;border-color:#d1d5db}.app,.deployment-builder,.docker-dashboard,.landing-page,.marketplace,.settings-page{max-width:100%!important;padding:0!important;width:100%!important}.app>div,.container,.deployment-builder>div,.main-container,.marketplace>div,.page-container{max-width:100%!important;width:100%!important}.container,.main-container,.page-container{padding:20px 32px!important}.deployment-content,.marketplace-content,.settings-content{max-width:100%!important;padding:0 32px!important;width:100%!important}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:32px;padding:0 32px;width:100%}.stat-card{align-items:center;background:#fff;border:2px solid #667eea26;border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:28px;transition:all .3s}.stat-card:hover{border-color:#667eea66;box-shadow:0 12px 32px #667eea33;transform:translateY(-4px)}.stat-card svg{color:#667eea}.stat-card h3{color:#1f2937;font-size:36px;font-weight:700;margin:0}.stat-card p{color:#6b7280;font-size:14px;margin:0;text-align:center}.featured-section{margin-bottom:40px;padding:0 32px;width:100%}.featured-section h2{color:#1f2937;font-size:24px;font-weight:700;margin:0 0 20px}.items-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}.agent-card,.dataset-card,.item-card{background:#fff;border:2px solid #667eea1a;border-radius:14px;display:flex;flex-direction:column;gap:16px;padding:24px;transition:all .3s}.agent-card:hover,.dataset-card:hover,.item-card:hover{border-color:#667eea4d;box-shadow:0 12px 32px #667eea33;transform:translateY(-6px)}.card-header{align-items:center;display:flex;gap:12px}.card-header svg{color:#667eea;flex-shrink:0}.card-header h3{color:#1f2937;font-size:18px;font-weight:700;margin:0}.card-description{color:#6b7280;font-size:14px;line-height:1.6;margin:0}.card-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{background:#667eea1a;border-radius:6px;color:#667eea;font-size:12px;font-weight:600;padding:4px 10px}@media (max-width:1400px){.container,.featured-section,.main-container,.marketplace-content,.page-container,.stats-grid{padding-left:24px!important;padding-right:24px!important}}@media (max-width:768px){.container,.featured-section,.main-container,.marketplace-content,.page-container,.stats-grid{padding-left:16px!important;padding-right:16px!important}.stats-grid{grid-template-columns:repeat(2,1fr)}.items-grid{grid-template-columns:1fr}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}}.docker-dashboard-new{background:#f9fafb;display:flex;flex-direction:column;height:calc(100vh - 232px);width:100%}.dashboard-header-compact{align-items:center;background:#fff;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;padding:12px 32px}.dashboard-header-compact .header-left{align-items:center;display:flex;gap:12px}.dashboard-header-compact h1{color:#1f2937;font-size:18px;font-weight:700;margin:0}.client-select-inline{background:#fff;border:2px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;padding:6px 12px;transition:all .2s}.client-select-inline:hover{border-color:#667eea}.status-dot{border-radius:50%;display:inline-block;height:10px;width:10px}.status-dot.connected{background:#10b981;box-shadow:0 0 8px #10b98180}.status-dot.disconnected{background:#ef4444;box-shadow:0 0 8px #ef444480}.environment-tabs-compact{background:#fff;border-bottom:2px solid #e5e7eb;display:flex;gap:0;overflow-x:auto;padding:0 32px;position:relative;z-index:10}.env-tab-compact{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:10px 16px;pointer-events:auto;position:relative;transition:all .2s;white-space:nowrap;z-index:11}.env-tab-compact:hover{background:#f9fafb;color:#1f2937}.env-tab-compact.active{color:#1f2937}.stats-bar-inline{background:#fff;border-bottom:2px solid #e5e7eb;display:flex;gap:24px;overflow-x:auto;padding:12px 32px}.stat-inline{align-items:center;display:flex;gap:8px;white-space:nowrap}.stat-inline .stat-value{color:#1f2937;font-size:18px;font-weight:700}.stat-inline .stat-label{color:#6b7280;font-size:12px}.view-tabs{background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:12px 32px}.view-tabs button{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 16px;transition:all .2s}.view-tabs button:hover{border-color:#667eea;color:#667eea}.view-tabs button.active{background:#667eea;border-color:#667eea;color:#fff}.dashboard-content{flex:1 1;overflow-y:auto;padding:20px 32px}.registry-content{max-width:100%}.registry-header-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.registry-header-bar h3{color:#1f2937;font-size:20px;font-weight:700;margin:0}.drag-hint{background:#667eea1a;border-radius:6px;color:#667eea;font-size:13px;font-weight:600;margin:0;padding:6px 12px}.registry-search{display:flex;gap:12px;margin-bottom:24px}.registry-search input{border:2px solid #e5e7eb;border-radius:8px;flex:1 1;font-size:14px;padding:12px 16px;transition:all .2s}.registry-search input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.registry-search button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s}.registry-search button:hover:not(:disabled){background:#5568d3;box-shadow:0 4px 12px #667eea4d;transform:translateY(-2px)}.registry-search button:disabled{cursor:not-allowed;opacity:.5}.registry-results{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.registry-card{background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:grab;padding:16px;position:relative;transition:all .2s}.registry-card.draggable:active{cursor:grabbing;opacity:.7}.registry-card:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea26;transform:translateY(-2px)}.drag-handle{color:#9ca3af;cursor:grab;font-size:16px;position:absolute;right:8px;top:8px;-webkit-user-select:none;user-select:none}.registry-card:active .drag-handle{cursor:grabbing}.registry-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.registry-name{color:#1f2937;flex:1 1;font-size:15px;font-weight:700}.official-badge{background:#10b981;border-radius:4px;color:#fff;font-size:11px;font-weight:700;padding:3px 8px;text-transform:uppercase}.registry-description{color:#6b7280;font-size:13px;line-height:1.5;margin:0 0 12px;min-height:40px}.registry-stats{color:#6b7280;display:flex;font-size:12px;gap:16px;margin-bottom:12px}.btn-pull{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px;transition:all .2s;width:100%}.btn-pull:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-pull:disabled{cursor:not-allowed;opacity:.5}.containers-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.container-card{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:16px;transition:all .2s}.container-card:hover{border-color:#667eea;box-shadow:0 4px 16px #667eea26}.container-card .card-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.container-name{color:#1f2937;flex:1 1;font-size:14px;font-weight:700}.status-badge{border-radius:6px;font-size:11px;font-weight:700;padding:4px 10px;text-transform:uppercase}.status-badge.running{background:#10b9811a;color:#10b981}.status-badge.exited,.status-badge.stopped{background:#ef44441a;color:#ef4444}.card-body{margin-bottom:12px}.info-row{display:flex;font-size:12px;justify-content:space-between;margin-bottom:6px}.info-row .label{color:#6b7280;font-weight:600}.info-row .value{color:#1f2937;font-weight:500}.card-actions{display:flex;gap:8px}.card-actions button{align-items:center;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:600;gap:6px;justify-content:center;padding:8px;transition:all .2s}.btn-start{background:#10b9811a;border-color:#10b981;color:#10b981}.btn-start:hover:not(:disabled){background:#10b981;color:#fff}.btn-stop{background:#ef44441a;border-color:#ef4444;color:#ef4444}.btn-stop:hover:not(:disabled){background:#ef4444;color:#fff}.btn-restart{background:#3b82f61a;border-color:#3b82f6;color:#3b82f6}.btn-restart:hover:not(:disabled){background:#3b82f6;color:#fff}.btn-logs{background:#6b72801a;border-color:#6b7280;color:#6b7280}.btn-logs:hover:not(:disabled){background:#6b7280;color:#fff}.images-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.image-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:10px;display:flex;gap:12px;padding:16px;transition:all .2s}.image-card:hover{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b26}.image-info{flex:1 1}.image-name{color:#1f2937;font-size:13px;font-weight:700;margin-bottom:4px}.image-size{color:#6b7280;font-size:12px}.empty-state{align-items:center;color:#9ca3af;display:flex;flex-direction:column;justify-content:center;padding:60px 20px}.empty-state svg{margin-bottom:16px;opacity:.3}.empty-state p{font-size:14px;margin:0;max-width:400px;text-align:center}.error-banner{align-items:center;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#ef4444;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}.error-banner button{background:none;border:none;color:#ef4444;cursor:pointer;font-size:20px;margin-left:auto;padding:0 8px}@media (max-width:768px){.dashboard-content,.dashboard-header-compact,.environment-tabs-compact,.stats-bar-inline,.view-tabs{padding-left:16px;padding-right:16px}.containers-grid,.images-grid,.registry-results{grid-template-columns:1fr}.stats-bar-inline{gap:16px}.main-content{margin-top:128px;padding-bottom:120px}.chat-area{padding-bottom:20px}}@media (min-width:769px){.main-content{scroll-padding-bottom:104px;scroll-padding-top:128px}}.error-boundary{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.error-boundary-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:40px;text-align:center;width:100%}.error-boundary-content h2{color:#1f2937;font-size:2rem;font-weight:600;margin:20px 0 10px}.error-boundary-content p{color:#6b7280;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.error-boundary-actions{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.refresh-button,.retry-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:8px;padding:12px 24px;transition:all .2s ease}.retry-button{background:#3b82f6;color:#fff}.retry-button:hover{background:#2563eb;transform:translateY(-1px)}.refresh-button{background:#f3f4f6;border:1px solid #d1d5db;color:#374151}.refresh-button:hover{background:#e5e7eb;transform:translateY(-1px)}.error-details{margin-top:20px;text-align:left}.error-details summary{color:#ef4444;cursor:pointer;font-weight:500;margin-bottom:10px}.error-stack{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#495057;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.85rem;max-height:300px;overflow-x:auto;overflow-y:auto;padding:15px;white-space:pre-wrap}
/*# sourceMappingURL=main.ec821d6a.css.map*/