.ttapi-user-menu-wrapper {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

/* 未登录 */
.ttapi-not-login {
    padding: 8px 10px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

/* 登录：toggle 区域 */
.ttapi-user-menu-toggle {
    padding: 8px 10px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
}

.ttapi-user-menu-toggle .down-arrow {
    margin-left: 5px;
    font-size: 10px;
}

.ttapi-user-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    width: 180px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 999;
}

.ttapi-user-item {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #333;
    text-decoration: none;
}

.ttapi-user-item:last-child {
    border-bottom: none;
}

.ttapi-user-item:hover {
    background: #f5f5f5;
}

.ttapi-user-logout {
    color: #d33;
}
