: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}body{margin:0;display:flex;place-items:center;min-height:100vh;width:100%}#root{width:100%}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}}.app{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem;box-sizing:border-box}.app-header{text-align:center;color:#fff;margin-bottom:2rem}.app-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:600}.app-header p{margin:0;opacity:.9;font-size:1.1rem}.app-main{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:2rem;grid-template-areas:"info info" "config preview" "examples examples"}.info-section{grid-area:info}.config-section{grid-area:config}.preview-section{grid-area:preview}.examples-section{grid-area:examples}@media (max-width: 1200px){.app-main{grid-template-columns:1fr;grid-template-areas:"info" "config" "preview" "examples"}}.config-form{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 25px #0000001a}.config-form h2{margin:0 0 1.5rem;color:#333;font-size:1.5rem}.form-section{margin-bottom:2rem}.form-section:last-child{margin-bottom:0}.form-section h3{margin:0 0 1rem;color:#555;font-size:1.1rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input{width:100%;padding:.75rem;border:2px solid #e1e5e9;border-radius:6px;font-size:.9rem;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-help{display:block;margin-top:.25rem;font-size:.8rem;color:#666}.preview-panel{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 25px #0000001a}.preview-panel h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.preview-status{margin-bottom:1.5rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-badge.success{background:#d1fae5;color:#065f46}.status-badge.warning{background:#fef3c7;color:#92400e}.status-badge.error{background:#fee2e2;color:#991b1b}.preview-content{space-y:1.5rem}.preview-section{margin-bottom:1.5rem}.preview-section h3{margin:0 0 .75rem;font-size:1rem;color:#555}.preview-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.preview-item{margin-bottom:.75rem}.preview-item:last-child{margin-bottom:0}.preview-item strong{display:inline-block;min-width:140px;color:#374151}.preview-item code{background:#f1f5f9;padding:.2rem .4rem;border-radius:4px;font-size:.85rem;color:#1e293b}.final-message{margin-top:.5rem;padding:.75rem;background:#e0f2fe;border-left:4px solid #0ea5e9;border-radius:4px}.final-message code{background:transparent;color:#0c4a6e;font-weight:500}.change-indicator{color:#059669}.change-text{font-weight:500}.skip-reason{background:#fef7cd;border-left:4px solid #f59e0b;color:#92400e}.example-scenarios{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 25px #0000001a}.example-scenarios h2{margin:0 0 .5rem;color:#333;font-size:1.5rem}.examples-description{margin:0 0 2rem;color:#666}.scenario-category{margin-bottom:3rem}.scenario-category:last-child{margin-bottom:0}.category-title{margin:0 0 1.5rem;color:#374151;font-size:1.3rem;font-weight:600;padding-bottom:.5rem;border-bottom:3px solid #e5e7eb}.examples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.example-card{border:2px solid #e2e8f0;border-radius:8px;padding:1.25rem;transition:all .2s;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.example-card:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.example-header h3{margin:0 0 .5rem;color:#333;font-size:1.1rem}.example-header p{margin:0 0 1rem;color:#666;font-size:.9rem}.example-details{flex:1;margin-bottom:1.5rem}.example-item{margin-bottom:.5rem;font-size:.85rem}.example-item strong{display:inline-block;min-width:70px;color:#374151}.example-item code{background:#f1f5f9;padding:.15rem .3rem;border-radius:3px;font-size:.8rem}.example-apply-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:opacity .2s;margin-top:auto}.example-apply-btn:hover{opacity:.9}.example-apply-btn:active{transform:translateY(1px)}.info-box{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 25px #0000001a;border-left:6px solid #667eea}.info-box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.info-box-header h2{margin:0;color:#333;font-size:1.8rem}.info-box-badges{display:flex;gap:.5rem}.badge{background:#667eea;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500}.info-box-description{color:#555;line-height:1.6;margin:0 0 1.5rem}.info-box-section{margin-bottom:1.5rem}.info-box-section h3{margin:0 0 1rem;color:#374151;font-size:1.2rem;font-weight:600}.code-block{position:relative;background:#1e293b;border-radius:6px;padding:.75rem 1rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.code-block code{color:#e2e8f0;font-family:Monaco,Courier New,monospace;font-size:.85rem;word-break:break-all}.copy-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.25rem .5rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s;flex-shrink:0}.copy-button:hover{background:#fff3;transform:scale(1.05)}.copy-button:active{transform:scale(.95)}.info-box-links{display:flex;gap:1rem;flex-wrap:wrap}.info-link{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #667eea4d}.info-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.info-link:active{transform:translateY(0)}.link-icon{font-size:1.2rem}@media (max-width: 768px){.info-box{padding:1.5rem}.info-box-header{flex-direction:column;align-items:flex-start}.info-box-links{flex-direction:column}.info-link{width:100%;justify-content:center}}
