# v3.7.5 — Classic UI + new Target (Middle) mode, Compare All toggle, margin/hour warnings, per‑unit sanity. html = r""" BSTK Architectural Fee Calculator v3.7.5 (Classic UI + Target Mode)

BSTK Architectural Fee Calculator

Internal pre‑award tool — Competitive, Target (middle), and Ceiling comparisons.

Rates last updated 2025 • Escalation 3%/yr
Go/No‑Go:
Confidence:
Enter as a percent (e.g., 2%). Default 0%.
Consultants
Structural
MEP
Interior Design
Kitchen / Foodservice
Fire Suppression Design
Civil
Survey
Geotechnical
Existing Building Scan
Go/No‑Go & Deal Inputs
Staffing & Hours
Scope Builder

Architectural Fee — Competitive (Low)

$0 – $0
Target (mid)$0
Per SF$0.00 – $0.00
SourcePrivate Market Curve
Status

Target (Middle) — Recommended

$0
Range$0 – $0
Per SF$0.00 – $0.00
Blend α

Published Schedule — Ceiling (High)

$0
Per SF$0.00
Competitive Factor

Total Design Fee (Selected Mode)

$0 – $0
Per SF$0.00 – $0.00
Preliminary, non‑binding estimate. Fees are based upon published state fee schedules.
""" out_path = "/mnt/data/BSTK-Fee-Calc-3.7.5-ClassicUI-Target.txt" with open(out_path, "w", encoding="utf-8") as f: f.write(html) out_path