/*
Theme Name: Trend Tokoh
Theme URI: https://malakatech.com/trend-tokoh
Author: Malakatech (Pasukan Langit)
Author URI: https://malakatech.com
Description: Portal pemantauan tren tokoh dari media daring — agregasi RSS, pencocokan tokoh, dan analitik liputan per wilayah. Semua mesin data tertanam di tema (custom tabel $wpdb, RSS crawler, WP-Cron + endpoint cron).
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GPL-2.0-or-later
Text Domain: trend-tokoh
*/

:root{
  --bg:#f6f7f4; --card:#ffffff; --ink:#1a1f2b; --ink-2:#5b6472; --ink-3:#9aa2af;
  --line:#eceee9; --line-2:#e3e6df;
  --brand:#2f6b52; --brand-deep:#255741; --brand-soft:#e7f0eb;
  --amber:#e6a23c; --coral:#e0674f; --sky:#4a86c5;
  --up:#2e9e6b; --down:#d85a4a;
  --shadow:0 1px 2px rgba(26,31,43,.04), 0 8px 24px rgba(26,31,43,.05);
  --shadow-lift:0 4px 10px rgba(26,31,43,.06), 0 18px 44px rgba(26,31,43,.09);
  --r:16px;
  --sans:"Inter",system-ui,-apple-system,sans-serif;
  --serif:"Fraunces",Georgia,serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--sans);line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.tt-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
