/*
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:#ffffff; --card:#ffffff; --ink:#0f1729; --ink-2:#4b5468; --ink-3:#94a0b4;
  --line:#eef1f6; --line-2:#e4e8f0;
  --brand:#2f6bed; --brand-deep:#2557c9; --brand-soft:#e8f0fe;
  --accent:#3dbfb0; --accent-deep:#2fa295; --accent-soft:#e4f7f4;
  --grad:linear-gradient(90deg,#3dbfb0,#2f6bed);
  --grad-soft:linear-gradient(180deg,#eafaf8,#eaf1fe);
  --amber:#f5a623; --coral:#ec4899; --sky:#3b82f6;
  --up:#16a34a; --down:#e11d48;
  --shadow:0 1px 2px rgba(15,23,41,.04), 0 10px 30px rgba(15,23,41,.06);
  --shadow-lift:0 4px 12px rgba(15,23,41,.06), 0 24px 56px rgba(15,23,41,.10);
  --r:18px;
  --sans:"Plus Jakarta Sans","Inter",system-ui,-apple-system,sans-serif;
  --serif:"Plus Jakarta Sans","Inter",system-ui,sans-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}
