.one-poo-volsuite-apply, .poo-dashboard{max-width:100%;width:100%}
.one-poo-volsuite-apply *{box-sizing:border-box}
.one-poo-volsuite-apply .poo-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.one-poo-volsuite-apply .poo-field{flex:1;min-width:240px}
.one-poo-volsuite-apply input[type=text],
.one-poo-volsuite-apply input[type=email],
.one-poo-volsuite-apply textarea{width:100%!important;max-width:100%!important;padding:12px;border:1px solid #d1d5db;border-radius:10px;background:#fff}
.one-poo-volsuite-apply textarea{resize:vertical}
.one-poo-volsuite-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-input{width:100%!important;max-width:100%!important;padding:12px;border:1px solid #d1d5db;border-radius:10px;background:#fff}
.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}

/* Dashboard */
.poo-dashboard{display:flex;flex-direction:column;gap:14px}
.poo-card{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}
.poo-card h3{margin:0 0 10px 0}
.poo-text{line-height:1.5}

/* Simple table */
.poo-table{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}
.poo-tr{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;gap:10px;padding:10px 12px;border-top:1px solid #e5e7eb;background:#fff}
.poo-th{font-weight:800;background:#f9fafb;border-top:0}
