/* ============= 登录页面LOGO优化 ============= */

/* 顶部Logo区域优化 */
#header {
    padding-top: 40px;
    padding-left: 40px;
    z-index: 1;
    position: relative;
}

#header #title {
    height: 50px;
    cursor: pointer;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

#header #title:hover {
    transform: scale(1.05);
}
