/*
Theme Name: MASACP Control Panel
Theme URI: https://masacp.com
Author: MASACP Technologies
Author URI: https://masacp.com
Description: High-performance, customizable WordPress theme for Web Hosting, WordPress Hosting, and Dedicated Server Control Panel landing pages. Zero plugins required. Full Customizer integration with RTL/LTR support.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: masacp
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, translation-ready, rtl-language-support
*/

/* Custom Core Styles */
html[dir="rtl"] {
  font-family: 'Tajawal', system-ui, sans-serif;
}
html[dir="ltr"] {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
}

.panel-glow-top {
  background: radial-gradient(circle at 50% -20%, rgba(37, 99, 235, 0.12) 0%, rgba(248, 250, 252, 0) 70%);
}

.panel-card-hover {
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.panel-card-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -10px rgba(37, 99, 235, 0.12), 0 0 0 1px rgba(37, 99, 235, 0.25);
}

.gradient-text-brand {
  background: linear-gradient(135deg, #1E3A8A 0%, #2563EB 50%, #4F46E5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
