/*
Theme Name: LPPM Modern
Theme URI: https://lppm.ibn.ac.id
Author: LPPM DeepMind Team
Author URI: https://lppm.ibn.ac.id
Description: Tema WordPress profesional, cerah, interaktif, dan modern untuk Lembaga Penelitian dan Pengabdian kepada Masyarakat (LPPM) dengan fitur Analitik Data Riset, SPMI, dan Penjaminan Mutu Akademik.
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: lppm-modern
Tags: light-theme, custom-colors, custom-menu, featured-images, full-width-template, theme-options, translation-ready, interactive-charts

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
    --primary: #0d9488;
    --primary-dark: #0f766e;
    --primary-light: #ccfbf1;
    --secondary: #2563eb;
    --secondary-dark: #1d4ed8;
    --secondary-light: #dbeafe;
    --accent: #f59e0b;
    --accent-dark: #d97706;
    --accent-light: #fef3c7;
    --success: #10b981;
    --danger: #ef4444;

    /* Light Theme Color Palette */
    --bg-page: #f8fafc;
    --bg-surface: #ffffff;
    --bg-card: #ffffff;
    --bg-glass: rgba(255, 255, 255, 0.85);

    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --text-light: #ffffff;

    --border-color: #e2e8f0;
    --border-light: #f1f5f9;
    --border-focus: #0d9488;

    --shadow-sm: 0 2px 4px rgba(15, 23, 42, 0.03);
    --shadow-md: 0 4px 12px rgba(15, 23, 42, 0.05);
    --shadow-lg: 0 10px 25px rgba(15, 23, 42, 0.07);
    --shadow-xl: 0 20px 40px rgba(15, 23, 42, 0.08);

    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 18px;
    --radius-full: 9999px;
}
