body.tas-rps-lock{overflow:hidden}
.tas-rps-open-wrap{margin:0 0 18px}
.tas-rps-open,.tas-rps-single-share,.tas-rps-share,.tas-rps-download{
  border:0;border-radius:12px;background:#111;color:#fff;font-weight:700;
  padding:14px 18px;cursor:pointer;font-size:16px
}
.tas-rps-overlay{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:999999;padding:20px;overflow:auto}
.tas-rps-modal{position:relative;max-width:760px;margin:5vh auto;background:#fff;border-radius:24px;padding:28px}
.tas-rps-close{position:absolute;right:18px;top:12px;border:0;background:transparent;font-size:42px;line-height:1;cursor:pointer}
.tas-rps-modal h2{margin:10px 44px 22px 0;font-size:28px}
.tas-rps-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:18px;margin-bottom:18px}
.tas-rps-toolbar input,.tas-rps-item input{width:24px;height:24px}
.tas-rps-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;max-height:58vh;overflow:auto;padding-right:4px}
.tas-rps-item{display:flex;flex-direction:column;gap:8px;border:1px solid #ddd;border-radius:16px;padding:14px;position:relative}
.tas-rps-item input{position:absolute;top:14px;left:14px;z-index:2}
.tas-rps-item img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:12px;background:#f3f3f3}
.tas-rps-name{font-size:16px;line-height:1.4}
.tas-rps-photos{font-size:14px;color:#666}
.tas-rps-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:18px}
.tas-rps-share,.tas-rps-download{width:100%;margin:0}
.tas-rps-share:disabled,.tas-rps-download:disabled{opacity:.5;cursor:not-allowed}
.tas-rps-status{margin-top:14px;font-size:15px;color:#333;min-height:22px}
.tas-rps-note{font-size:13px;color:#777;margin:8px 0 0;line-height:1.5}
.tas-rps-single-share{margin-top:10px}
.tas-rps-single-status{margin-top:8px;font-size:14px}
.tas-rps-progress{margin-top:16px}
.tas-rps-progress-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:15px}
.tas-rps-progress-track{height:10px;background:#ececec;border-radius:999px;overflow:hidden}
.tas-rps-progress-bar{display:block;height:100%;width:0;background:#111;transition:width .15s ease}
@media(max-width:600px){
  .tas-rps-overlay{padding:0}
  .tas-rps-modal{margin:7vh 0 0;border-radius:24px 24px 0 0;min-height:93vh;padding:22px 18px}
  .tas-rps-modal h2{font-size:24px}
  .tas-rps-toolbar{font-size:16px}
  .tas-rps-products{gap:12px;max-height:56vh}
  .tas-rps-item{padding:10px}
  .tas-rps-name{font-size:14px}
  .tas-rps-actions{grid-template-columns:1fr}
}