/*
Theme Name: Elegant Nav
Theme URI: https://manus.im
Author: Manus
Author URI: https://manus.im
Description: 一款高端大气的 WordPress 网址导航主题，专为个人和专业导航设计。
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: elegant-nav
*/

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f8fafc;
}

.site-card {
    transition: all 0.3s ease;
}

.site-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.sidebar-link.active {
    background-color: #eff6ff;
    color: #2563eb;
    border-right: 4px solid #2563eb;
}
