.testa-vf-wrap{max-width:1200px;margin:24px auto}
.testa-vf-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;padding:24px;box-shadow:0 8px 30px rgba(0,0,0,.05)}
.testa-vf-header h3{margin:0 0 6px;font-size:28px;line-height:1.1}
.testa-vf-header p{margin:0 0 18px;color:#6b7280}
.testa-vf-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.testa-vf-field label{display:block;font-weight:600;margin-bottom:6px}
.testa-vf-field select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:14px;background:#fff;font-size:16px}
.testa-vf-btn{margin-top:16px;background:#111827;color:#fff;border:none;border-radius:16px;padding:14px 18px;font-size:16px;font-weight:700;cursor:pointer}
.testa-vf-btn[disabled]{opacity:.55;cursor:not-allowed}
.testa-vf-status{margin-top:12px;color:#374151;min-height:22px}
.testa-vf-status.error{color:#b91c1c}
.testa-vf-summary{margin-top:18px;padding:18px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:18px}
.testa-vf-summary-title{font-size:22px;font-weight:800;margin-bottom:10px}
.testa-vf-size-list{display:flex;flex-wrap:wrap;gap:10px}
.testa-vf-size-list span{display:inline-block;padding:8px 12px;border-radius:999px;background:#111827;color:#fff;font-size:14px;font-weight:700}
.testa-vf-note,.testa-vf-empty{margin-top:12px;color:#6b7280}
.testa-vf-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:18px}
.testa-vf-product{border:1px solid #e5e7eb;border-radius:20px;overflow:hidden;background:#fff}
.testa-vf-product-image{display:flex;align-items:center;justify-content:center;background:#f3f4f6;aspect-ratio:4/3;text-decoration:none;color:#6b7280}
.testa-vf-product-image img{width:100%;height:100%;object-fit:cover}
.testa-vf-product-body{padding:14px}
.testa-vf-product-name{display:block;font-size:18px;line-height:1.25;font-weight:700;color:#111827;text-decoration:none}
.testa-vf-product-sku{margin-top:6px;font-size:13px;color:#6b7280}
.testa-vf-product-price{margin-top:10px;font-size:22px;font-weight:800}
.testa-vf-product-link{display:inline-block;margin-top:12px;padding:10px 14px;border-radius:12px;background:#16a34a;color:#fff;text-decoration:none;font-weight:700}
@media (max-width: 900px){
  .testa-vf-grid,.testa-vf-products{grid-template-columns:1fr}
  .testa-vf-header h3{font-size:24px}
}