
html,body{margin:0;height:100%;font-family:system-ui,-apple-system,"Segoe UI",sans-serif;background:#f6f5f1;color:#171717}
body{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto}
.flow-head{display:flex;gap:1rem;align-items:center;padding:.65rem 1rem;background:#fff;border-bottom:1px solid #ddd}
.flow-head .flow-home{color:inherit;text-decoration:none;font-weight:850}
.flow-head #flowUser{margin-left:auto;font-size:.8rem;opacity:.65}
.flow-steps{display:flex;gap:.35rem;padding:.45rem 1rem;background:#fff;overflow:auto;border-bottom:1px solid #e4e0d8}
.flow-steps span{white-space:nowrap;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;opacity:.42}
.flow-steps span.active{opacity:1;background:#111;color:#fff}
.flow-steps span.done{opacity:.8}
.flow-main{position:relative;min-height:0}
.flow-stage{display:none;position:absolute;inset:0}
.flow-stage.active{display:block}
.flow-stage iframe{width:100%;height:100%;border:0;background:#fff}
.flow-actions{display:flex;align-items:center;gap:.65rem;padding:.55rem 1rem;background:#fff;border-top:1px solid #ddd}
.flow-actions #flowStatus{margin-right:auto;font-size:.82rem}
.flow-actions button{min-height:38px;padding:.45rem .9rem}
.done-stage{position:static!important;padding:3rem;text-align:center;background:#fff}

.bulk-link{color:inherit;margin-left:12px;font-size:13px}
