*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{background:#0d0f14;color:#e2e8f0;font-family:Inter,system-ui,sans-serif}.ms-page{min-height:100vh;padding:2rem}.ms-header{border-bottom:1px solid #2d3748;padding-bottom:1rem;margin-bottom:1.5rem}.ms-header h1{font-size:2rem;font-weight:700;letter-spacing:.05em;color:#f6e05e}.ms-subtitle{color:#718096;font-size:.85rem;margin:.25rem 0 0}.ms-story-select{margin-top:.5rem;background:#1a1d27;border:1px solid #4a5568;color:#e2e8f0;padding:.3rem .6rem;border-radius:6px}.ms-section{background:#1a202c;border:1px solid #2d3748;border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.5rem}.ms-section h2{font-size:1.1rem;font-weight:600;color:#90cdf4;margin:0 0 1rem}.ms-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .15s}.ms-btn:disabled{opacity:.4;cursor:not-allowed}.ms-btn-primary{background:#2b6cb0;color:#fff}.ms-btn-primary:hover:not(:disabled){background:#3182ce}.ms-btn-secondary{background:#2d3748;color:#e2e8f0}.ms-btn-secondary:hover:not(:disabled){background:#4a5568}.ms-btn-stage{background:#1a202c;border:1px solid #4a5568;color:#cbd5e0}.ms-btn-stage:hover:not(:disabled){border-color:#90cdf4;color:#90cdf4}.ms-btn-sm{padding:.25rem .6rem;font-size:.75rem;background:#276749;color:#fff;border-radius:6px;border:none;cursor:pointer}.ms-btn-row{display:flex;gap:.75rem;margin-bottom:1rem}.ms-stage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:.5rem;gap:.5rem}.ms-status-msg{margin-top:.75rem;color:#f6e05e;font-size:.85rem}.ms-muted{color:#718096;font-size:.875rem}.ms-job-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.ms-job{display:grid;grid-template-columns:auto auto 1fr auto;grid-gap:.75rem;gap:.75rem;align-items:center;padding:.5rem .75rem;background:#1a202c;border-radius:8px;border-left:3px solid #4a5568}.ms-job-completed{border-left-color:#48bb78}.ms-job-failed{border-left-color:#f56565}.ms-job-running{border-left-color:#f6e05e}.ms-job-id{font-family:monospace;font-size:.75rem;color:#a0aec0}.ms-job-status{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.ms-progress-bar{height:4px;background:#2d3748;border-radius:2px;overflow:hidden}.ms-progress-fill{height:100%;background:#3182ce;transition:width .3s}.ms-job-msg{font-size:.75rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ms-details{margin-top:.75rem}.ms-details summary{cursor:pointer;color:#718096;font-size:.8rem}.ms-details pre{font-size:.75rem;padding:.5rem;background:#1a202c;border-radius:6px;overflow-x:auto}.ms-trim-table{width:100%;border-collapse:collapse;font-size:.875rem}.ms-trim-table th{text-align:left;color:#718096;font-weight:500;padding:.4rem .5rem;border-bottom:1px solid #2d3748}.ms-trim-table td{padding:.35rem .5rem;border-bottom:1px solid #1a202c}.ms-trim-table input[type=number]{background:#1a202c;border:1px solid #4a5568;color:#e2e8f0;border-radius:4px;padding:.2rem .4rem;width:70px}.ms-timeline-controls{display:flex;flex-direction:column;gap:1rem}.ms-timeline-controls label{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.ms-timeline-controls input[type=range]{accent-color:#3182ce;width:180px}.ms-timeline-controls input[type=number]{background:#1a202c;border:1px solid #4a5568;color:#e2e8f0;border-radius:4px;padding:.2rem .4rem;width:80px}a{color:#3182ce}