.oo-stage-reminder-wrap{position:fixed;left:16px;right:auto;top:16px;bottom:auto;z-index:10020;width:min(480px,calc(100vw - 28px));max-height:78vh;overflow:auto;display:none;gap:10px;scrollbar-width:thin;pointer-events:none}
.oo-stage-reminder-wrap.open{display:grid}
.oo-stage-card{pointer-events:auto;background:#fff;border:1px solid #fed7aa;border-radius:22px;box-shadow:0 24px 70px rgba(15,23,42,.24);overflow:hidden}
.oo-stage-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 13px;color:#fff;background:linear-gradient(135deg,#dc2626,#f97316)}
.oo-stage-head strong{font-size:17px;line-height:1.1}
.oo-stage-x{width:30px;height:30px;min-width:30px;border:0;border-radius:999px;background:rgba(255,255,255,.24);color:#fff;font-size:20px;font-weight:1000;display:grid;place-items:center;cursor:pointer}
.oo-stage-body{padding:12px;display:grid;gap:8px;background:linear-gradient(180deg,#fff,#fff7ed);max-height:62vh;overflow:auto}
.oo-stage-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid #ffedd5;background:#fff;border-radius:16px;padding:10px}
.oo-stage-row strong{display:block;color:#0f172a;font-size:14px;line-height:1.3;word-break:break-word}
.oo-stage-row small{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:850;line-height:1.35;word-break:break-word}
.oo-stage-items{margin-top:7px;display:grid;gap:4px;color:#111827;font-size:12px;font-weight:900;line-height:1.35;word-break:break-word}
.oo-stage-itemline{display:flex;justify-content:space-between;gap:8px;padding:5px 7px;border-radius:10px;background:#fff7ed;border:1px solid #ffedd5}
.oo-stage-itemline span:first-child{min-width:0;overflow-wrap:anywhere}
.oo-stage-itemline span:last-child{white-space:nowrap;color:#9a3412;font-weight:1000}
.oo-stage-btn{border:0;border-radius:13px;min-height:40px;padding:0 12px;color:#fff;background:linear-gradient(135deg,#16a34a,#22c55e);font-weight:1000;cursor:pointer;white-space:nowrap}
.oo-stage-btn.delivered{background:linear-gradient(135deg,#0f172a,#2563eb)}
@media(max-width:640px){.oo-stage-reminder-wrap{left:10px;right:10px;top:10px;width:auto;max-height:72vh}.oo-stage-body{max-height:56vh}.oo-stage-row{grid-template-columns:1fr}.oo-stage-btn{width:100%}}
@media print{.oo-stage-reminder-wrap{display:none!important}}
