/* Placeholder bootstrap.min.css
   You should replace this file with the real Bootstrap CSS (download from the official CDN)
   Example PowerShell to download:
   Invoke-WebRequest -Uri "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" -OutFile .\assets\bootstrap\css\bootstrap.min.css
*/
html{box-sizing:border-box}
/* Minimal fallback rules so page isn't unstyled if real file isn't present */
body{margin:0;font-family:Arial,Helvetica,sans-serif}
