.bso-reg{
	--pasture:#2f5d3a;--pasture-dark:#24421f;--pasture-soft:#eaf1ea;--line:#e7e1d3;
	--line-strong:#cdc6b5;--amber:#e8a53d;--paper:#fbf9f3;--card:#fff;--ink:#2b2b26;
	--muted:#7a7568;--radius:14px;--radius-sm:9px;--shadow:0 2px 10px rgba(35,40,31,.06);
	--serif:Georgia,'Iowan Old Style','Times New Roman',serif;
	max-width:760px;margin:0 auto;color:var(--ink);
	font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;line-height:1.5;
}
.bso-reg *{box-sizing:border-box}
.bso-reg-title{font-family:var(--serif);color:var(--pasture-dark);text-align:center;margin:6px 0 2px;font-size:1.9rem}
.bso-reg-sub{text-align:center;color:var(--muted);margin:0 0 22px}
.bso-reg-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 20px 8px;margin-bottom:18px}
.bso-reg-card h2{font-family:var(--serif);color:var(--pasture-dark);font-size:1.15rem;margin:0 0 14px;padding-bottom:8px;border-bottom:2px solid var(--pasture-soft)}
.bso-reg-row{margin-bottom:16px}
.bso-reg-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.bso-reg-grid31{display:grid;grid-template-columns:2fr 1fr;gap:14px}
.bso-reg label{display:block;font-weight:600;font-size:.9rem;margin-bottom:5px;color:var(--pasture-dark)}
.bso-req{color:var(--amber)}
.bso-reg input[type=text],.bso-reg input[type=email],.bso-reg input[type=tel],.bso-reg input[type=url],.bso-reg textarea,.bso-reg select{
	width:100%;font-size:16px;padding:11px 12px;border:1px solid var(--line-strong);border-radius:var(--radius-sm);background:#fff;color:var(--ink);font-family:inherit}
.bso-reg input:focus,.bso-reg textarea:focus,.bso-reg select:focus{outline:none;border-color:var(--pasture);box-shadow:0 0 0 3px rgba(47,93,58,.12)}
.bso-reg textarea{resize:vertical;min-height:64px}
.bso-reg-hint{color:var(--muted);font-size:.82rem;margin:4px 0 0}
.bso-reg-choices{display:flex;flex-wrap:wrap;gap:10px}
.bso-reg-choice{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line-strong);border-radius:999px;padding:9px 15px;cursor:pointer;background:#fff;font-size:.95rem;font-weight:400;color:var(--ink);margin:0}
.bso-reg-choice input{accent-color:var(--pasture);width:18px;height:18px}
.bso-reg-terms{background:var(--pasture-soft);border:1px solid #cfe0cf;border-radius:var(--radius-sm);padding:14px 16px;display:flex;gap:12px;align-items:flex-start}
.bso-reg-terms input{margin-top:3px;width:20px;height:20px;accent-color:var(--pasture);flex:0 0 auto}
.bso-reg-terms label{font-weight:400;color:var(--ink);margin:0}
.bso-reg-terms a{color:var(--pasture-dark);font-weight:600}
.bso-reg-privacy{text-align:center;color:var(--muted);font-size:.85rem;margin:14px 0 0}
.bso-reg-ver{text-align:center;color:var(--muted);font-size:.75rem;margin-top:8px}
.bso-reg-actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(251,249,243,0),var(--paper) 34%);padding:14px 0 6px;margin-top:6px}
.bso-reg-submit{width:100%;background:var(--pasture);color:#fff;border:none;border-radius:12px;padding:15px;font-size:1.05rem;font-weight:700;cursor:pointer}
.bso-reg-submit:hover{background:var(--pasture-dark)}
.bso-reg-submit:disabled{opacity:.6;cursor:default}
.bso-reg-status{text-align:center;margin:8px 0 0;font-weight:600}
.bso-reg-status.err{color:#a3341f}
.bso-reg-status.ok{color:var(--pasture-dark)}
.bso-reg input.bso-reg-invalid,.bso-reg textarea.bso-reg-invalid,.bso-reg select.bso-reg-invalid{border-color:#a3341f;box-shadow:0 0 0 3px rgba(163,52,31,.12)}
.bso-reg-done{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:34px 24px;text-align:center}
.bso-reg-done h2{font-family:var(--serif);color:var(--pasture-dark)}
@media (max-width:560px){.bso-reg-grid2,.bso-reg-grid31{grid-template-columns:1fr}.bso-reg-title{font-size:1.55rem}}
