Launch Foundation

ArmGuard application scaffold

The Laravel application is now structured around the planned public signup flow, customer portal, staff admin area, and Stripe webhook entry point.

Implemented Routes

Customer-facing

`/signup`, `/login`, `/account`

Staff-facing

`/admin/login`, `/admin`

Integrations

`/webhooks/stripe` is reserved for Stripe event ingestion.