.process-overlay{position:fixed;inset:0;background:#ffecdcb3;backdrop-filter:blur(2px);display:grid;place-items:center;z-index:2000}.process-panel{width:min(520px,92vw);background:#fff4ec;color:#6b2d1a;border-radius:18px;padding:22px 22px 18px;box-shadow:0 10px 30px #00000026;border:1px solid #ffd6b0}.process-title{margin:0 0 14px;font-size:1.1rem;font-weight:600;color:#b45309;letter-spacing:.2px}.process-steps{list-style:none;margin:0;padding:0}.process-step{display:flex;align-items:center;gap:10px;padding:10px 6px;border-radius:10px;transition:background .18s ease}.process-step.active{background:#ffe8d6}.process-step .icon{width:18px;height:18px;display:grid;place-items:center;position:relative}.bullet{width:6px;height:6px;border-radius:999px;background:#fbbf24}.dot{width:8px;height:8px;border-radius:999px;background:#fb923c;animation:pulse .9s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.7}50%{transform:scale(1.5);opacity:1}to{transform:scale(1);opacity:.7}}.tick{--c: #f97316;display:inline-block;width:16px;height:16px;border:2px solid var(--c);border-radius:50%;position:relative;overflow:hidden}.tick:after{content:"";position:absolute;left:3px;top:1px;width:6px;height:10px;border-right:2px solid var(--c);border-bottom:2px solid var(--c);transform:rotate(45deg) scale(.6);transform-origin:bottom left;animation:draw .3s ease forwards}@keyframes draw{0%{opacity:0;transform:rotate(45deg) scale(0)}to{opacity:1;transform:rotate(45deg) scale(1)}}.cross{width:16px;height:16px;position:relative}.cross:before,.cross:after{content:"";position:absolute;left:7px;top:2px;width:2px;height:12px;background:#ef4444}.cross:before{transform:rotate(45deg)}.cross:after{transform:rotate(-45deg)}.label{flex:1;font-size:.98rem;color:#92400e}.progress-bar{margin-top:12px;width:100%;height:6px;border-radius:999px;background:#ffe0c7;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#fcd34d,#fb923c);width:0%;transition:width .28s ease;border-radius:999px}.process-hint{margin:10px 2px 0;font-size:.85rem;color:#b45309}
