/*
Theme Name: BlessTop - Sacred Wish Cards
Theme URI: https://bless.top
Description: A mystical WordPress theme for creating NFT-style tarot wish cards blessed by 60 Fengshui Fairies. Features mobile-first design, magical animations, card flip effects, fairy upgrade system, and feminine romantic aesthetics.
Author: BlessTop Team
Author URI: https://bless.top
Version: 2.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bless-top
Domain Path: /languages
Tags: spiritual, tarot, nft, mobile-first, feminine, magical, fairy, fengshui, wishes, cards
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4

BlessTop transforms heartfelt wishes into mystical NFT-style tarot cards, each blessed by one of 60 unique Fengshui Fairies. Features 3D card flipping, fairy upgrade system, mobile-first responsive design, and soft magical feminine aesthetics with black background and golden-pink glowing effects.
*/

/* Reset and Base Styles */
* {
  box-sizing: border-box;
}

body {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #000;
  min-height: 100vh;
  color: #ffdfe9;
}

/* WordPress Admin Bar Compatibility */
.admin-bar .wish-page {
  padding-top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .wish-page {
    padding-top: 46px;
  }
}

/* Import BlessTop Magic Styles */
@import url('./assets/css/bless-magic.css');