: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:red;text-decoration:inherit}a:hover{color:red}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}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:#000}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:red}button{background-color:#f9f9f9}}body{margin:0;min-height:100vh;display:flex;justify-content:center;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.app{width:100%;max-width:100%;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}h1{color:#333;text-align:center;margin-bottom:2.5rem}h2{color:#444;margin:2rem 0 1.5rem;text-align:center}.demo-section{width:100%;max-width:800px;margin:0 auto 2rem;padding:0 .5rem;box-sizing:border-box}.stepper-controls{margin-top:1.5rem;width:100%;max-width:100%;padding:0 .5rem}.control-buttons{display:flex;justify-content:space-between;align-items:center;gap:1rem;background-color:#f8f9fa;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000000d}.control-btn{background-color:#4a6cf7;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.control-btn:hover:not(:disabled){background-color:#3a5bd9;transform:translateY(-1px);box-shadow:0 4px 12px #4a6cf733}.control-btn:active:not(:disabled){transform:translateY(0)}.control-btn:disabled{background-color:#e9ecef;color:#adb5bd;cursor:not-allowed;transform:none;box-shadow:none}.step-indicator{font-size:.95rem;color:#6c757d;font-weight:500}.demo-section{margin-bottom:3rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.demo-section h2{color:#2d3748;margin-top:0;padding-bottom:1rem;border-bottom:1px solid #edf2f7}.demo-note{background-color:#f0f7ff;border-left:4px solid #4a6cf7;padding:.75rem 1rem;margin:.75rem 0 1.5rem;border-radius:0 4px 4px 0;font-size:.9rem;color:#2d3748;line-height:1.5}.demo-note code{background-color:#4a6cf71a;padding:.2rem .4rem;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.85em;color:#2d3748}.demo-note strong{color:#2d3748}.my-custom-content-container{width:100%;box-sizing:border-box;padding:.5rem}.my-custom-step-content{padding:1.5rem;background-color:#f9f9f9;border-radius:8px;box-shadow:0 2px 8px #0000000d}.custom-content{padding:1rem;color:#333;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-top:.5rem;width:100%;display:block;box-sizing:border-box}@media (max-width: 768px){html,body{width:100%;overflow-x:hidden}#root{width:100%;display:flex;justify-content:center}body{padding:0}.app{padding:.5rem}h1{font-size:1.5rem;margin-bottom:1.5rem}h2{font-size:1.2rem;margin:1.5rem 0 1rem}.demo-section{padding:.5rem;margin-bottom:1.5rem}.control-buttons{padding:.75rem;flex-wrap:wrap;justify-content:center}.step-indicator{order:-1;width:100%;text-align:center;margin-bottom:.5rem}}[data-orientation=horizontal]{display:flex;flex-direction:column;width:100%;margin:0 auto;align-items:center}[data-orientation=horizontal] [data-step-content]{width:100%;display:block!important;visibility:visible!important;margin:0 auto;text-align:center}[data-orientation=vertical] [data-step-content]{display:block!important;visibility:visible!important;margin:0 auto;text-align:center;width:100%}
