*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0c0d0f}.app-shell{min-height:100vh;background:#0c0d0f;color:#f7f7f5;padding:1.5rem}.app-shell__header{max-width:960px;margin:0 auto 1rem;display:flex;align-items:center;gap:.65rem}.app-shell__mark{width:14px;height:14px;border-radius:3px;background:#ffd646}.app-shell h1{margin:0;font-size:1.2rem;font-weight:630}.step-flow{max-width:960px;margin:0 auto;display:grid;gap:.75rem}.step-flow__topline{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.step-flow__crumbs{display:flex;flex-wrap:wrap;gap:.35rem}.step-flow__crumb,.step-flow__reset,.step-option{background:#14181d;color:#eceff3;border:1px solid #2a2f36;border-radius:999px;padding:.45rem .75rem;cursor:pointer}.step-flow__reset{border-color:#ffd646;color:#ffd646}.step-panel{min-height:58vh;display:grid;place-content:center;gap:1rem;text-align:center;background:#111418;border:1px solid #262c33;border-radius:18px;padding:2rem 1.5rem}.step-panel h2{margin:0;color:#ffd646;font-size:clamp(1.5rem,3vw,2.1rem)}.step-panel p{margin:0;color:#ccd2db;max-width:65ch}.step-panel__execution{margin:0 auto;background:#0f1216;border:1px dashed #3a424c;border-radius:12px;padding:.8rem .9rem;max-width:520px}.step-panel__execution strong{color:#ffd646}.step-panel__options{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:.2rem}.step-option{border-radius:12px;padding:.7rem .95rem;font-weight:520}.step-flow__crumb:focus-visible,.step-flow__reset:focus-visible,.step-option:focus-visible{outline:3px solid #ffd646;outline-offset:2px}@media (max-width: 720px){.app-shell{padding:.85rem}.step-panel{min-height:64vh;padding:1.5rem 1rem}}
