/* ═══════════════════════════════════════════════════════════════ * JAESWIFT.XYZ — Admin Panel Controller * Complete admin application object * ═══════════════════════════════════════════════════════════════ */ const AdminApp = { token: localStorage.getItem('admin_token'), API: '/api', currentSection: 'section-dashboard', homepageData: null, servicesData: [], navData: [], linksData: [], globeData: null, chatAIData: null, themeDefaults: { accent: '#d0d0d0', bg: '#111111', text: '#e0e0e0', scanlines: true, particles: true, glitch: false, grid: true, fontSize: 16 }, /* ───────────────────────── AUTH ───────────────────────── */ init() { // Login form - support both