
/*
Theme Name: MT Hub Theme
Theme URI: https://mergetactics.wiki/
Author: AAQIB JAVED
Author URI: https://mergetactics.wiki/
Description: WordPress theme wrapper for a Vite-built Merge Tactics Hub SPA. Drop your Vite dist (manifest.json + assets) into /assets/app/ and the theme will auto-enqueue.
Version: 1.0.0
License: MIT
Text Domain: mt-hub
*/
:root{--bg:#0e0f13;--surface:#151820;--text:#e9edf3}
body{background:var(--bg);color:var(--text);}
#mt-hub{min-height:70vh}
