:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f1419;background-color:#fff}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0 auto;padding:2rem;text-align:center}.App-header h1{font-size:2.5em;margin-bottom:1rem;color:#0f1419}.container{display:flex;flex-direction:row;gap:2rem;text-align:left;width:100%}.config-editor,.tester{flex:1;display:flex;flex-direction:column;min-width:0}.config-editor .monaco-editor{border:1px solid #CFD9DE;border-radius:8px}.input-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.input-group label{font-weight:500}.input-group input{padding:10px;border-radius:8px;border:1px solid #CFD9DE;background-color:#f6f8fa;color:#0f1419;font-size:1em}.input-group button{padding:10px 15px;border-radius:8px;border:none;font-size:1em;font-weight:700;font-family:inherit;background-color:#1da1f2;color:#fff;cursor:pointer;transition:background-color .25s}.input-group button:hover{background-color:#0c85d0}.input-group button:disabled{background-color:#aab8c2;cursor:not-allowed}.results h2{margin-top:0}.error-box,.result-box,.placeholder-box{padding:1rem;border-radius:8px;background-color:#f6f8fa;border:1px solid #CFD9DE}.error-box{color:#d93025;border-color:#fad2cf;background-color:#feebee}.result-box code{background-color:#e1e8ed;padding:2px 6px;border-radius:4px;font-family:monospace}.result-box span{font-weight:700;color:#1da1f2}
