@keyframes fetcherGlow{0%{border-color:#e5e7eb;box-shadow:0 0 #10b98100}50%{border-color:#10b981;box-shadow:0 0 20px #10b98199,0 0 40px #10b98166}to{border-color:#e5e7eb;box-shadow:0 0 #10b98100}}@keyframes storeGlow{0%{border-color:#e5e7eb;box-shadow:0 0 #f59e0b00}50%{border-color:#f59e0b;box-shadow:0 0 20px #f59e0b99,0 0 40px #f59e0b66}to{border-color:#e5e7eb;box-shadow:0 0 #f59e0b00}}@keyframes repositoryGlow{0%{border-color:#e5e7eb;box-shadow:0 0 #667eea00}50%{border-color:#667eea;box-shadow:0 0 20px #667eea99,0 0 40px #667eea66}to{border-color:#e5e7eb;box-shadow:0 0 #667eea00}}@keyframes configGlow{0%{border-color:#e5e7eb;box-shadow:0 0 #8b5cf600}50%{border-color:#8b5cf6;box-shadow:0 0 20px #8b5cf699,0 0 40px #8b5cf666}to{border-color:#e5e7eb;box-shadow:0 0 #8b5cf600}}.container-wrapper{border:2px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:1.5rem;transition:all .3s;position:relative}.container-wrapper.active{animation:1s ease-in-out repositoryGlow}.fetcher-container.active{animation:1s ease-in-out fetcherGlow;box-shadow:0 0 20px #10b98199}.store-container.active{animation:1s ease-in-out storeGlow;box-shadow:0 0 20px #f59e0b99}.repository-container.active{animation:1s ease-in-out repositoryGlow;box-shadow:0 0 20px #667eea99}.config-container.active{animation:1s ease-in-out configGlow;box-shadow:0 0 20px #8b5cf699}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#213547;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}
