/*
Theme Name: Affiliate Panel Suite
Theme URI: https://example.com/affiliate-panel-suite
Author: Rexson Media
Description: Üç farklı casino affiliate panel tasarımını tek temada toplayan demo/şablon teması. Aurum Partners (klasik lüks), NovaSpin Affiliates (modern açık arayüz) ve Redline Partners (veri terminali) tasarımları arasında sayfa yenilenmeden geçiş yapılır. Tüm paneller aynı veri kaynağını kullanır; gerçek entegrasyon için inc/demo-data.php içindeki aps_dataset() fonksiyonunu kendi API/DB sorgunuzla değiştirin.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aff-panel-suite
Tags: dashboard, affiliate, dark, light, custom-colors
*/

/* Temanın kendi sayfa gövdesi — paneller kendi stillerini taşır. */
body.aps-body {
	margin: 0;
	padding: 0;
	background: #0d0f12;
}
body.aps-body .aps-content {
	max-width: 760px;
	margin: 0 auto;
	padding: 60px 24px;
	color: #cdd6e0;
	font-family: "Inter", system-ui, sans-serif;
	line-height: 1.65;
}
body.aps-body .aps-content a { color: #e4373c; }
body.aps-body .aps-content h1 { font-size: 30px; line-height: 1.2; }
