/* Verve NDIS Suite v3 – Public Forms CSS */
.vns-pub-wrap{max-width:900px;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:15px;color:#1f2937}
.vns-pub-progress{margin-bottom:24px}
.vns-pub-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:12px}
.vns-pub-progress-fill{height:100%;background:linear-gradient(90deg,#1e3a5f,#0d7a6b);border-radius:3px;transition:width .4s}
.vns-pub-steps{display:flex;gap:6px;flex-wrap:wrap}
.vns-pub-step-btn{padding:6px 14px;border:1.5px solid #d1d5db;border-radius:20px;background:#fff;font-size:13px;color:#6b7280;cursor:pointer;transition:all .2s}
.vns-pub-step-btn.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f;font-weight:700}
.vns-pub-section{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:22px;margin-bottom:18px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.vns-pub-section h3{font-size:16px;font-weight:700;color:#1e3a5f;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid #e8f0f9}
.vns-pub-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.vns-pub-field{display:flex;flex-direction:column;gap:5px}
.vns-pub-field.req label::after{content:' *';color:#dc2626}
.vns-pub-field label{font-size:13.5px;font-weight:600;color:#374151}
.vns-pub-field input,.vns-pub-field select,.vns-pub-field textarea{font-family:inherit;font-size:14px;color:#1f2937;border:1.5px solid #d1d5db;border-radius:7px;padding:10px 12px;background:#f9fafb;width:100%;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}
.vns-pub-field input:focus,.vns-pub-field select:focus,.vns-pub-field textarea:focus{outline:none;border-color:#1e3a5f;background:#fff;box-shadow:0 0 0 3px rgba(30,58,95,.1)}
.vns-pub-field textarea{resize:vertical;min-height:72px}
.vns-pub-checks{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}
.vns-pub-check{display:flex;align-items:center;gap:7px;font-size:13.5px;cursor:pointer;padding:5px 12px;border:1.5px solid #e5e7eb;border-radius:8px;transition:all .2s;background:#fff}
.vns-pub-check:hover{border-color:#1e3a5f;background:#eff6ff}
.vns-pub-check input{accent-color:#1e3a5f;width:17px;height:17px}
.vns-pub-check--consent{font-size:13px;line-height:1.5;padding:12px 14px;border-radius:8px;background:#f9fafb;width:100%;flex-wrap:wrap}
.vns-pm-panel{background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;padding:14px;display:none}
.vns-pm-panel.visible{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.vns-pub-nav{display:flex;gap:10px;margin-top:20px;align-items:center;flex-wrap:wrap}
.vns-pub-btn{font-family:inherit;font-size:15px;font-weight:700;padding:13px 28px;border:2px solid transparent;border-radius:10px;cursor:pointer;background:#1e3a5f;color:#fff;transition:all .2s;display:inline-flex;align-items:center;gap:8px}
.vns-pub-btn:hover{background:#15304e}
.vns-pub-btn:disabled{opacity:.6;cursor:not-allowed}
.vns-pub-btn--outline{background:#fff;border-color:#d1d5db;color:#374151}
.vns-pub-btn--outline:hover{border-color:#1e3a5f;color:#1e3a5f}
.vns-pub-success{text-align:center;padding:48px 24px;background:#f0fdf4;border:2px solid #86efac;border-radius:14px}
.vns-pub-success-icon{font-size:52px;margin-bottom:14px}
.vns-pub-success h2{font-size:22px;font-weight:700;color:#16a34a;margin-bottom:10px}
.vns-pub-success p{font-size:15px;color:#374151}
.vns-pub-error{background:#fef2f2;border:1.5px solid #fca5a5;color:#dc2626;border-radius:8px;padding:12px 16px;font-size:14px;margin-bottom:12px;display:none}
.vns-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
@media(max-width:640px){.vns-pub-grid{grid-template-columns:1fr}.vns-pm-panel.visible{grid-template-columns:1fr}.vns-pub-btn{width:100%;justify-content:center}.vns-pub-nav{flex-direction:column}}
