/*
Theme Name: TikFollow CRM
Theme URI: https://tikfollow.com
Author: TikFollow
Author URI: https://tikfollow.com
Description: A dark, full-featured TikTok CRM for managing DMs, follow-ups, and contacts. Built with React. Activate the theme, then create a page and assign the "TikFollow CRM" template to it.
Version: 1.3.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tikfollow
*/

/* === Reset & Base === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html, body { height: 100%; background: #080808; }
#tikfollow-root { height: 100%; }
