.one-poo-partner-apply{max-width:100%;width:100%}
.one-poo-partner-apply *{box-sizing:border-box}
.one-poo-partner-apply .poo-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.one-poo-partner-apply .poo-field{flex:1;min-width:240px}
.one-poo-partner-apply input[type=text],
.one-poo-partner-apply input[type=email],
.one-poo-partner-apply textarea{width:100%!important;max-width:100%!important;padding:12px;border:1px solid #d1d5db;border-radius:10px;background:#fff}
.one-poo-partner-apply textarea{resize:vertical}
.one-poo-partner-apply .poo-actions{margin-top:14px}
.poo-btn{padding:12px 18px;border-radius:10px;border:0;background:#111;color:#fff;font-weight:700;cursor:pointer}
.poo-success{margin:10px 0;padding:12px;border-radius:10px;border:1px solid #86efac;background:#f0fdf4}
.poo-error{margin:10px 0;padding:12px;border-radius:10px;border:1px solid #fca5a5;background:#fef2f2}
.poo-muted{font-size:12px;opacity:.75;margin-top:6px}
.poo-turnstile-wrap{display:flex;justify-content:center;margin:14px 0}
.poo-turnstile-missing{display:flex;justify-content:center;margin:14px 0;padding:10px;border:1px dashed #999;border-radius:10px}

/* ID card */
.poo-id-card{display:flex;gap:16px;align-items:center;border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff;max-width:520px}
.poo-id-photo{width:120px;height:120px;border-radius:14px;object-fit:cover}
.poo-id-photo--empty{width:120px;height:120px;border-radius:14px;border:1px dashed #bbb;display:flex;align-items:center;justify-content:center;color:#777;background:#fafafa}
.poo-id-name{font-size:20px;font-weight:800;line-height:1.2}
.poo-id-role{opacity:.8;margin-top:4px}
.poo-id-code{margin-top:10px;font-weight:800;letter-spacing:1px}

/* Wall */
.poo-partner-wall .poo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}
.poo-wall-item{border:0;background:transparent;padding:0;cursor:pointer;text-align:center}
.poo-thumb{width:100%;aspect-ratio:1/1;border-radius:14px;object-fit:cover;border:1px solid #e5e7eb;background:#fff}
.poo-thumb--empty{display:flex;align-items:center;justify-content:center;color:#777}
.poo-name{margin-top:8px;font-weight:800;opacity:0;transition:opacity .15s ease}
.poo-wall-item:hover .poo-name{opacity:1}
.poo-pagination{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}
.poo-page{padding:6px 10px;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none}
.poo-page.is-active{font-weight:800;text-decoration:underline}

/* Modal */
.poo-modal{position:fixed;inset:0;display:none;z-index:99999}
.poo-modal[aria-hidden="false"]{display:block}
.poo-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.poo-modal-card{position:relative;max-width:860px;margin:6vh auto;background:#fff;border-radius:18px;padding:16px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.poo-modal-close{position:absolute;top:10px;right:12px;border:0;background:#111;color:#fff;width:36px;height:36px;border-radius:12px;font-size:20px;cursor:pointer}
.poo-modal-body{display:flex;gap:14px;flex-wrap:wrap}
.poo-modal-photo img{width:260px;height:260px;object-fit:cover;border-radius:16px;border:1px solid #e5e7eb}
.poo-modal-photo .poo-thumb--empty{width:260px;height:260px;border-radius:16px}
.poo-modal-info{flex:1;min-width:260px}
.poo-meta{opacity:.85;line-height:1.5}
.poo-notes{margin-top:10px;white-space:pre-wrap;line-height:1.5}

/* Dropoff Locations */
.poo-dropoffs{max-width:1100px}
.poo-dropoff-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}
.poo-dropoff-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}
.poo-dropoff-title{font-size:18px;font-weight:900;margin-bottom:6px}
.poo-dropoff-meta{line-height:1.5;opacity:.92}
.poo-dropoff-notes{margin-top:8px;opacity:.9}
.poo-dropoff-actions{margin-top:10px}
.poo-dropoff-btn{display:inline-block;padding:10px 14px;border-radius:12px;background:#111;color:#fff;text-decoration:none;font-weight:800}
