/*
Theme Name: Airdrop RJ
Theme URI: https://example.com/airdrop-rj
Author: Airdrop RJ
Author URI: https://example.com
Description: Verified airdrop news, step-by-step guides, and a personalized dashboard for tracking active bounty tasks. Converted 1:1 from the original React web app, same design and functionality, fully self-contained in this theme.
Version: 1.0.0
Requires at least: 5.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: airdrop-rj
*/

/* Intentionally minimal: all visual styling is handled by Tailwind (loaded in header.php)
   to keep the design pixel-identical to the original app. This file exists only to satisfy
   the WordPress theme requirement of a style.css with a valid theme header comment. */

html, body {
  height: 100%;
}

#root {
  min-height: 100vh;
}
