*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:#f5f5f5;min-height:100vh}.App-header{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:2rem}.App-header>div:first-child{display:flex;flex-direction:column;gap:.5rem}.App-header h1{font-size:1.8rem;font-weight:600;margin:0}.user-info{font-size:.875rem;opacity:.9}.header-actions{align-items:center;display:flex;gap:1rem}.App-main{margin:2rem auto;max-width:1200px;padding:0 1rem}.loading{color:#666;font-size:1.2rem;padding:3rem;text-align:center}.btn{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:#f0f0f0;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.btn-success{background:#10b981;color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.btn-warning{background:#ffc107;color:#000}.btn-warning:hover{background:#e0a800}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-sm{font-size:.875rem;padding:.5rem 1rem}.configuration-list{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.configuration-list h2{color:#1f2937;margin-bottom:1.5rem}.empty-state{color:#6b7280;padding:3rem;text-align:center}.config-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.config-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .2s}.config-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.config-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.config-header h3{color:#1f2937;font-size:1.25rem}.badge{border-radius:12px;font-size:.75rem;font-weight:600;padding:.25rem .75rem}.badge-gray{background:#f3f4f6;color:#6b7280}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.config-info{margin-bottom:1rem}.info-row{display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0}.info-row .label{color:#6b7280;font-weight:500}.info-row .value{color:#1f2937;font-weight:600}.config-actions{display:flex;flex-wrap:wrap;gap:.5rem}.config-actions button:disabled{cursor:not-allowed;opacity:.5}.badge-info{animation:pulse 2s infinite;background:#dbeafe;color:#1e40af}.badge-danger{background:#fee2e2;color:#991b1b}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;display:flex;flex-direction:column;max-height:80vh;max-width:800px;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.modal-header h3{color:#1f2937;margin:0}.modal-close{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;font-size:2rem;height:2rem;justify-content:center;line-height:1;padding:0;width:2rem}.modal-close:hover{color:#1f2937}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.logs-container{background:#1f2937;border-radius:6px;color:#f3f4f6;font-family:Courier New,monospace;font-size:.875rem;max-height:60vh;overflow-y:auto;padding:1rem}.log-line{display:flex;gap:1rem;margin-bottom:.25rem;word-break:break-all}.log-time{color:#9ca3af;flex-shrink:0;min-width:80px}.log-message{flex:1 1}.log-stdout{color:#d1fae5}.log-stderr{color:#fecaca}.btn-info{background:#3b82f6;color:#fff}.btn-info:hover{background:#2563eb}.configuration-form{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.configuration-form h2{color:#1f2937;margin-bottom:2rem}.form-section{border-bottom:1px solid #e5e7eb;margin-bottom:2rem;padding-bottom:2rem}.form-section:last-of-type{border-bottom:none}.form-section h3{color:#374151;font-size:1.25rem;margin-bottom:1rem}.section-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group textarea{font-family:Courier New,monospace;font-size:.875rem;resize:vertical}.input-with-button{display:flex;gap:.5rem}.input-with-button input{flex:1 1}.textarea-with-button{display:flex;flex-direction:column;gap:.5rem}.textarea-with-button textarea{width:100%}.textarea-with-button button{align-self:flex-start}.form-hint{color:#6b7280;font-style:italic}.error-message,.form-hint{display:block;font-size:.875rem;margin-top:.5rem}.error-message,.required{color:#ef4444}.services-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.service-checkbox{align-items:flex-start;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .2s}.service-checkbox:hover:not(.disabled){background:#f9fafb;border-color:#667eea}.service-checkbox input[type=checkbox]{cursor:pointer;margin-right:.75rem;margin-top:.25rem}.service-checkbox.disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.service-label{display:flex;flex:1 1;flex-direction:column}.service-label strong{color:#1f2937;margin-bottom:.25rem}.service-description{color:#6b7280;font-size:.875rem}.service-badge{background:#dbeafe;border-radius:4px;color:#1e40af;display:inline-block;font-size:.75rem;font-weight:600;margin-top:.25rem;padding:.125rem .5rem}.form-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:3rem;width:100%}.login-box h1{color:#1f2937;font-size:2rem;margin:0 0 .5rem;text-align:center}.login-box h2{color:#6b7280;font-size:1rem;font-weight:400;margin:0 0 2rem;text-align:center}.login-box .form-group{margin-bottom:1.5rem}.login-box label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.login-box input{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.login-box input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.login-box .error-message{background:#fee2e2;border-radius:6px;color:#991b1b;font-size:.875rem;margin-bottom:1rem;padding:.75rem}.login-box .btn{font-size:1rem;padding:.75rem;width:100%}.login-box .btn:disabled{cursor:not-allowed;opacity:.6}
/*# sourceMappingURL=main.cf7cc2e4.css.map*/