/*
Theme Name: TFV Budget Monitoring Tool
Theme URI: https://emmanueltsimese.com/
Author: Emmanuel Tsimese
Author URI: https://emmanueltsimese.com/
Description: Budget request, approval, recording and forecasting suite for The Trust Fund for Victims (International Criminal Court). Single sign-in with per-tab access, Excel-faithful data entry, Consolidated CC1000 & Funding Source forecasts, MOD cash-advance reconciliation, pivot analysis, editable email rules and a full audit trail. Built by Emmanuel Tsimese.
Version: 5.7
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary — © The Trust Fund for Victims
Text Domain: tfv-budget
*/

/* The application itself is a self-contained app served from assets/app/.
   These styles only cover the thin theme chrome around it. */

html, body { margin: 0; padding: 0; background: #EEF2F8; }
body.tfv-fullbleed { overflow: hidden; }

/* Full-viewport host for the budget tool */
.tfv-app-shell { position: fixed; inset: 0; background: #EEF2F8; }
.tfv-app-shell.tfv-has-adminbar { top: 32px; }
@media screen and (max-width: 782px) {
  .tfv-app-shell.tfv-has-adminbar { top: 46px; }
}
.tfv-app-frame { width: 100%; height: 100%; border: 0; display: block; }

/* Shortcode embed (inside a normal page) */
.tfv-app-embed { position: relative; width: 100%; min-height: 80vh; border: 1px solid #E4EAF2; border-radius: 14px; overflow: hidden; background: #EEF2F8; }
.tfv-app-embed iframe { width: 100%; height: 82vh; border: 0; display: block; }

/* Minimal fallback page (index.php) */
.tfv-fallback { font-family: system-ui, -apple-system, "Segoe UI", sans-serif; color: #0B1F38; max-width: 640px; margin: 12vh auto; padding: 0 24px; text-align: center; }
.tfv-fallback h1 { font-size: 26px; margin-bottom: 8px; }
.tfv-fallback p { color: #5B6B7F; line-height: 1.6; }
.tfv-fallback a.btn { display: inline-block; margin-top: 18px; background: #00417D; color: #fff; text-decoration: none; padding: 12px 22px; border-radius: 10px; font-weight: 700; }
.tfv-credit { margin-top: 28px; font-size: 12.5px; color: #9AA9BC; }
.tfv-credit a { color: #5B6B7F; font-weight: 600; }
